优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31816 行
1.4 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "icalls/mscorlib/System/CurrentSystemTimeZone.h"
#include "icalls/mscorlib/System/DateTime.h"
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtualFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct VirtualFuncInvoker7
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
struct VirtualFuncInvoker9
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method);
}
};
template <typename T1>
struct GenericVirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
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);
}
};
template <typename T1, typename T2>
struct InvokerActionInvoker2;
template <typename T1, typename T2>
struct InvokerActionInvoker2<T1*, T2*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2)
{
void* params[2] = { p1, p2 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2, typename T3>
struct InvokerActionInvoker3;
template <typename T1, typename T2, typename T3>
struct InvokerActionInvoker3<T1*, T2*, T3*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3)
{
void* params[3] = { p1, p2, p3 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>
struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator>
struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<System.DateTimeParse/MatchNumberDelegate>
struct Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.DateTimeParse/DS[][]
struct DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Globalization.CalendarId[]
struct CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.Int64[]
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.Globalization.DateTimeFormatInfo/TokenHashValue[]
struct TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9;
// System.DateTimeParse/DS[]
struct DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587;
// System.TimeZoneInfo/AdjustmentRule[]
struct AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.ArithmeticException
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.CurrentSystemTimeZone
struct CurrentSystemTimeZone_t34EFC9F79D6F3B36341A1978573C91426B7717C9;
// System.DBNull
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.DivideByZeroException
struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279;
// System.DllNotFoundException
struct DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534;
// System.EntryPointNotFoundException
struct EntryPointNotFoundException_t15F4C4ABBCF00C39FC1C2C903F15DF41055C1743;
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377;
// System.EventHandler
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82;
// System.Exception
struct Exception_t;
// System.ExecutionEngineException
struct ExecutionEngineException_t9840A50B0A8C687BF6E12A2BD1F26B188BEDD426;
// System.FieldAccessException
struct FieldAccessException_t5DD5AAFAF0F0F827EC0D4F89773CD46FD45AE21A;
// System.FlagsAttribute
struct FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D;
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
// System.FormattableString
struct FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D;
// System.Gen2GcCallback
struct Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// System.Collections.ICollection
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
// System.IConvertible
struct IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEqualityComparer
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
// System.Globalization.ISimpleCollator
struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B;
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
// System.MemberAccessException
struct MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Runtime.Serialization.SerializationException
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540;
// System.Globalization.SortVersion
struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.TimeZone
struct TimeZone_tDA9914185478D6D73730FB9D0179A34512F4736F;
// System.TimeZoneInfo
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8;
// System.Type
struct Type_t;
// System.TypeLoadException
struct TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.DateTimeParse/MatchNumberDelegate
struct MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23;
// System.TimeZoneInfo/CachedData
struct CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF;
IL2CPP_EXTERN_C RuntimeClass* AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HebrewNumber_tF89734089EC4188BCF2BBBAC98D5AEA14DEA3EAF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JapaneseCalendar_t639E4548E016255B55B31A644186A40A5D055E0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TaiwanCalendar_tFC159D82844A64A93FE1EB3363CC64DE933EE64B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0E499E7743BCDFF289B85890E4DFDD635594DB16246DC094C3C19556B6C1262C_5_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2CCF4119215BDAD102DA7AD5B57E0E6CA19CC8FF5524856FC58907E824213E1F_20_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3444EB31231B2CCC1B05C7A44EBD1B2A009C1D9977A99B453F52E2F81DD6C32F_21_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3F62692E2AD5078353EC4471A13421A61EE493294CF59DC66626A6EF9CCCD2C4_23_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_38_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5EC4E50DA95A113769D73E5F7F8221A876185CEE6498ABB16FBB9F0563C15BBF_40_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6DC92D3617F0357376502FBA4CDD465B5423818DABE8B2CA1A06E1351F2F1C85_47_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____7F777906B0704EB248888E491577584D5BEBE71B375BD595A06444390B471915_54_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____8259E3EBA4D41CA02AE5322BBD280034A9C9860D9CD0D2038139FC9EBE6B6C77_57_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____861FD05B0EAD3D0AA9418B140CC37846BBC5F195214D90CEF42919D1E36EED10_59_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A252A93D042C5E2453990C2829A425C6DD749CCDCDF13DB58C11BBC78E8D3CE9_71_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A30E1152CFB528AE968FAC58E83BBEB3611BFDE2E6CF60B4FA9535A7D0A9B8EA_74_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____AAF4528994DD7C464F43C131F6CD44DF41ACC18462C95877252FFC7EAC0164EF_76_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C5733A1245383FBF067B4A9BDB41E3FB8E3A6BDEF37B3D5418F389422875783F_84_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAF8A46B3A07E26F84FE849B57A877051A0D06194B1C057985446B64BCC6E016_88_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D1A99909A2923269BB67E72C1AED693F74961BDA58360FCC133007740CEBF5F1_91_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D503954AE2C3616EA32CEB0D66F5B2E119D03CE722773E5D7E1A8BC8F1803631_93_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D8A29F3D197FBB54CF9F4B105AFBA6B1257ADF6449F0184F843380AAAA24639C_97_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DCDCF594464B904F763D4CE53B1DBE08A47E551AE86FD5D61F63FD0C3313FDC3_98_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DF29A050CD2EBD9DFDC783DB1CC74D3D716DAEC1630A337EE31B9E2E03D34D2D_101_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E2C673A3A737B04369A63F1FB1A30F6E742B066E2CCCD9B1838793CBB5590598_103_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F4BD8144313C3B67E191C6F3CD8B00540FF1809837C5BCA5C2FDA0D518681563_115_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_117_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00B50C96368196723209385AC035A494CC7D0E52;
IL2CPP_EXTERN_C String_t* _stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880;
IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24;
IL2CPP_EXTERN_C String_t* _stringLiteral09E3CE30ED220A58CBC39E1FB2FC6F254A93DB03;
IL2CPP_EXTERN_C String_t* _stringLiteral0C64494800DCFB8056428332B2D9B374A97F8FF1;
IL2CPP_EXTERN_C String_t* _stringLiteral0CC8D9716F300EE4E27BA8D2C8FFFB6AD822D078;
IL2CPP_EXTERN_C String_t* _stringLiteral0F1EB107829748D4B6EAF0971FCDC4458C54CF59;
IL2CPP_EXTERN_C String_t* _stringLiteral18B4C3FF17ADD49C3A5FCB657614AF5293A47A25;
IL2CPP_EXTERN_C String_t* _stringLiteral1AF30846341A2A4FB9BBDAA67E3C2AD40E1A8AC9;
IL2CPP_EXTERN_C String_t* _stringLiteral1B336B33429F989E804156C2752D4B75DC0EB2F1;
IL2CPP_EXTERN_C String_t* _stringLiteral1BB7D514C3D15F77603EC9C1408F5FF44C944EAF;
IL2CPP_EXTERN_C String_t* _stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786;
IL2CPP_EXTERN_C String_t* _stringLiteral1EEA80CEDFABFC29B06BF4349B427A62D62722AC;
IL2CPP_EXTERN_C String_t* _stringLiteral1F8BAA34E3899E9E597DE7FEA97D8249846CC93E;
IL2CPP_EXTERN_C String_t* _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral2492BD771F4E0F6822AA68B6D82B11F261E757BB;
IL2CPP_EXTERN_C String_t* _stringLiteral2A9D19DA495F58C5612D1FB82E80D4336D214F35;
IL2CPP_EXTERN_C String_t* _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24;
IL2CPP_EXTERN_C String_t* _stringLiteral2E071382DB44956A884FF6F8B929901347ACE681;
IL2CPP_EXTERN_C String_t* _stringLiteral30D99F99F1F4688CE08A3BF1B034C9CD49C19174;
IL2CPP_EXTERN_C String_t* _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314;
IL2CPP_EXTERN_C String_t* _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9;
IL2CPP_EXTERN_C String_t* _stringLiteral3BFFD325D0E9B8DB1041A8F32A1F7B2DBB2042C8;
IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869;
IL2CPP_EXTERN_C String_t* _stringLiteral3DF008E4B70EBA2CEFB30E3226F82557BD7FD14D;
IL2CPP_EXTERN_C String_t* _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162;
IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA;
IL2CPP_EXTERN_C String_t* _stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral4816B2ABCEC514BAEA631C6441D007C41F354C11;
IL2CPP_EXTERN_C String_t* _stringLiteral491788442E76F5D7830F0DBFCF8EDD98854F636F;
IL2CPP_EXTERN_C String_t* _stringLiteral4A8066343C199F418E9759AE5233B4A83D29CE04;
IL2CPP_EXTERN_C String_t* _stringLiteral4B4E26F21A69E717A950F1684EADFD0443AD7B19;
IL2CPP_EXTERN_C String_t* _stringLiteral4D9C538E6EC016DFB961C75A2EDB9047E7364ADD;
IL2CPP_EXTERN_C String_t* _stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE;
IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4;
IL2CPP_EXTERN_C String_t* _stringLiteral554753FB0E8C60CDE47165B077DCCAB9CB27C734;
IL2CPP_EXTERN_C String_t* _stringLiteral5555755D3361E32457AAF97F7B3A0E3237765D53;
IL2CPP_EXTERN_C String_t* _stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60;
IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B;
IL2CPP_EXTERN_C String_t* _stringLiteral5C41D52FA73299672D15406F85174D906E9E65DC;
IL2CPP_EXTERN_C String_t* _stringLiteral6114CB582F4E13FEEE1CCA0F9E462C7A3BE0729D;
IL2CPP_EXTERN_C String_t* _stringLiteral6138241A3DE02B2D3DCE5A7D8521E6799652D9B9;
IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2;
IL2CPP_EXTERN_C String_t* _stringLiteral6C0FB1B49782357DC1CCDE93D4ADFB4161605BC7;
IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06;
IL2CPP_EXTERN_C String_t* _stringLiteral6D9E79CFA886984022D22A5A9A8CF4B9F5ED9E94;
IL2CPP_EXTERN_C String_t* _stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D;
IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB;
IL2CPP_EXTERN_C String_t* _stringLiteral71456C9375EC29037A892807E24735E06918DC83;
IL2CPP_EXTERN_C String_t* _stringLiteral758669C6E73419F7C9937E6A901F4CFC2057BEED;
IL2CPP_EXTERN_C String_t* _stringLiteral77387B78748B05E25D49DF7E83E0FC37687A3FF3;
IL2CPP_EXTERN_C String_t* _stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113;
IL2CPP_EXTERN_C String_t* _stringLiteral7FE78C3B1F25A676AC22D36E01B5CF5CC7DC8ED1;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral8BF951CF903ECC622812D47B1157D1A3AFA9FBDC;
IL2CPP_EXTERN_C String_t* _stringLiteral8EC5CBE6FC0614BE91BFCE6548E8B6A26CFBC507;
IL2CPP_EXTERN_C String_t* _stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF;
IL2CPP_EXTERN_C String_t* _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735;
IL2CPP_EXTERN_C String_t* _stringLiteral978E2B96DC2EF05DF82DED36A0D229D41A53154C;
IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A;
IL2CPP_EXTERN_C String_t* _stringLiteral9C1888F19CB4E2EB7486ACE18CE31178FD9056E2;
IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03;
IL2CPP_EXTERN_C String_t* _stringLiteralA595476C6F6D3E2C3406DD69BC73859EA4408F2F;
IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085;
IL2CPP_EXTERN_C String_t* _stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877;
IL2CPP_EXTERN_C String_t* _stringLiteralAEDC38B460FBB683110DEB27588A680B6A5D27D8;
IL2CPP_EXTERN_C String_t* _stringLiteralB020DAEB80AFE3984CF55839FF7F2659288FFC06;
IL2CPP_EXTERN_C String_t* _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A;
IL2CPP_EXTERN_C String_t* _stringLiteralB6323F019E6199A6FDAB4EC873D31A46D35A3379;
IL2CPP_EXTERN_C String_t* _stringLiteralB655C47A0A1F6AF4DCDB6B7A1506B8EFB729C8BF;
IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA;
IL2CPP_EXTERN_C String_t* _stringLiteralBB62E92766460DDF2A10079AF8CE4DDDFD86586A;
IL2CPP_EXTERN_C String_t* _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D;
IL2CPP_EXTERN_C String_t* _stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480;
IL2CPP_EXTERN_C String_t* _stringLiteralCB055AAEFA4D412DEC5D12DE4C0BA4F2A3850EE7;
IL2CPP_EXTERN_C String_t* _stringLiteralCB0A78B035105B2CCEB9174377B59BDBD1095C96;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2F6BDDE5B634595EA1EB4D41AD9B7FC16889AF;
IL2CPP_EXTERN_C String_t* _stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1;
IL2CPP_EXTERN_C String_t* _stringLiteralCB8E6E9388768EBCE39ACC521B5A3A8DA3AC5D86;
IL2CPP_EXTERN_C String_t* _stringLiteralCE6F438B4D15D9368DB9AB085363FC309684D805;
IL2CPP_EXTERN_C String_t* _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE;
IL2CPP_EXTERN_C String_t* _stringLiteralCE9BB7116C03E5DA9D01F8D4803A0FFE9ADA5307;
IL2CPP_EXTERN_C String_t* _stringLiteralD3E53F482F854233BE7E79000141D8F223B6682B;
IL2CPP_EXTERN_C String_t* _stringLiteralD83041E889BDAEB8F029AF50549D1347BD7FC949;
IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355;
IL2CPP_EXTERN_C String_t* _stringLiteralDE278963373E67E56D430AA6BB86F447EB47A525;
IL2CPP_EXTERN_C String_t* _stringLiteralE018F173EFC2BF2C3F958DAF0DC15C362D1AA2F2;
IL2CPP_EXTERN_C String_t* _stringLiteralE3D435CB1D5A50064603B5BC679CDBF100B46F0F;
IL2CPP_EXTERN_C String_t* _stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73;
IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E;
IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E;
IL2CPP_EXTERN_C String_t* _stringLiteralEA9F47A6A6AF5C3B1CE61F336CEF44A96DC8CE0A;
IL2CPP_EXTERN_C String_t* _stringLiteralEBC65672255DBD3531E88A2B76589A2AD0E3CF82;
IL2CPP_EXTERN_C String_t* _stringLiteralEBD4A5B4DB26F7938CFC8A94B9ED6301F694A390;
IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7;
IL2CPP_EXTERN_C String_t* _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67;
IL2CPP_EXTERN_C String_t* _stringLiteralF33310D7EB57AD4B307AAB16E09002FFD4E34FF3;
IL2CPP_EXTERN_C String_t* _stringLiteralF5613A6A4EDEA9E0E59881C956F596200F1345F8;
IL2CPP_EXTERN_C String_t* _stringLiteralF6A577D434AC942DDB38F171010FC5CEBF94E542;
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
IL2CPP_EXTERN_C String_t* _stringLiteralFA6AD0FB1130BFA5AD9F54E775FBEB781B424CF5;
IL2CPP_EXTERN_C String_t* _stringLiteralFA85549C37D5E928683E7C8CC82CC429B13F9973;
IL2CPP_EXTERN_C String_t* _stringLiteralFAE2329D6E15DBA161C93E78324E39B842CF47E4;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToBoolean_mC120275948B2FF6D4DF206AB7B64897166BFB233_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToByte_m75D279A6D246FB4C18A3505382AC7C64AF7C91D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToChar_m36BDDB94045057C8577293ACE204AB37A5E5E7DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDateTime_mD910B2FBF27B53C5F9545D73B007AD06939CF882_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDecimal_m9B5A491B2E0FA7259C1B16D279B5D2AC4C1943CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDouble_mE806417287E17116293BE1B8DDBF62FB8489B02D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt16_mCCC33069235CD65F4BB8017C9E95F30025457045_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt32_m158A01B544BF1B291DCFF9C1A1DE7B40023A1430_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt64_mA6E7301D9583B7C320D2AE3C071F1B8B36C853FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToSByte_m3E3593B7FA4BA94F12796103274A02941AB8F76B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToSingle_mD3FB88964B19BC30F38BF56CA75F56B4DC32D70D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt16_m2B0739D00C82A14A8D88F8FFB418CDD33EEB9B69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt32_m953E9B2EDA3E4EEE92564B98851D4384B68A5B13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt64_m069773CCE4D88576F428F231BA7CC645143C0FE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DBNull__ctor_mFDFEBE53C127D059C572931409E11B5174125EA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_ExpandPredefinedFormat_mCDB477EBF6886C4254F62EF5611A47F1F282C3F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_FromUnixTimeSeconds_m6B1B34845B27417D9BB528A75D123A50FB5F75AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_GetJapaneseCalendarDefaultInstance_m265C8A05BBC8F95D6F85943B9B2AA58209C3BF9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_GetTaiwanCalendarDefaultInstance_m3A580037CB29251883ECC6F2407CC19C07189038_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_ParseExactMultiple_mE44689529A8878BBCBCD9FAF7DE1756A8B93C1C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_ParseExact_m029A3CD06DC7B2DAFB2539EEBAFF1017F344D742_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_ParseExact_mDC1B5C2449904A353081D0850E2B8FC14083426C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_Parse_mE294321325CF5900B37DECF6662321468BA373E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_DaysInMonth_m0D32B96A924B642096EAA09FFDE74F1B6568714C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromBinaryRaw_m20FBED2E10BA81E90AC6A730D3739DEA770C8ACF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromBinary_mE8F7B7FF89757A6DECF43BAEE40FA62ACE149A36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromFileTimeUtc_mDE5C469308AD8A4AAA0453457F9979BD874E2731_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_op_Addition_m23FACB2D207CB24BE0E9C06AB4CF8CE0C4F0CAD8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitialized_TisMatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23_m387D9AC7A4D34344F13BE2F282207626389032C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDoStrictParseU3Eb__98_0_mF26A33BFA38CE8BD4EA470D27BE5C6EB131C37C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AppContextSwitches
struct AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38 : public RuntimeObject
{
};
struct AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields
{
// System.Boolean System.AppContextSwitches::SetActorAsReferenceWhenCopyingClaimsIdentity
bool ___SetActorAsReferenceWhenCopyingClaimsIdentity_0;
// System.Boolean System.AppContextSwitches::NoAsyncCurrentCulture
bool ___NoAsyncCurrentCulture_1;
// System.Boolean System.AppContextSwitches::EnforceJapaneseEraYearRanges
bool ___EnforceJapaneseEraYearRanges_2;
// System.Boolean System.AppContextSwitches::FormatJapaneseFirstYearAsANumber
bool ___FormatJapaneseFirstYearAsANumber_3;
// System.Boolean System.AppContextSwitches::EnforceLegacyJapaneseDateParsing
bool ___EnforceLegacyJapaneseDateParsing_4;
};
struct Il2CppArrayBounds;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B : public RuntimeObject
{
// System.Int32 System.Globalization.Calendar::m_currentEraValue
int32_t ___m_currentEraValue_38;
// System.Boolean System.Globalization.Calendar::m_isReadOnly
bool ___m_isReadOnly_39;
// System.Int32 System.Globalization.Calendar::twoDigitYearMax
int32_t ___twoDigitYearMax_41;
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject
{
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.DBNull
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC : public RuntimeObject
{
};
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields
{
// System.DBNull System.DBNull::Value
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* ___Value_0;
};
// System.DateTimeParse
struct DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045 : public RuntimeObject
{
};
struct DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields
{
// System.DateTimeParse/MatchNumberDelegate System.DateTimeParse::m_hebrewNumberParser
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* ___m_hebrewNumberParser_0;
// System.DateTimeParse/DS[][] System.DateTimeParse::dateParsingStates
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* ___dateParsingStates_1;
};
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
{
};
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
{
// System.EventArgs System.EventArgs::Empty
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
};
// System.FormattableString
struct FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D : public RuntimeObject
{
};
// System.Globalization.GlobalizationMode
struct GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A : public RuntimeObject
{
};
struct GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_StaticFields
{
// System.Boolean System.Globalization.GlobalizationMode::<Invariant>k__BackingField
bool ___U3CInvariantU3Ek__BackingField_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
{
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t* ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
};
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540 : public RuntimeObject
{
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::_members
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::_data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::_types
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_numItems
int32_t ____numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_currItem
int32_t ____currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::_current
bool ____current_5;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// System.TimeZone
struct TimeZone_tDA9914185478D6D73730FB9D0179A34512F4736F : public RuntimeObject
{
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.DateTimeParse/<>c
struct U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9 : public RuntimeObject
{
};
struct U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_StaticFields
{
// System.DateTimeParse/<>c System.DateTimeParse/<>c::<>9
U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9* ___U3CU3E9_0;
// System.Func`1<System.DateTimeParse/MatchNumberDelegate> System.DateTimeParse/<>c::<>9__98_0
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* ___U3CU3E9__98_0_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.CurrentSystemTimeZone
struct CurrentSystemTimeZone_t34EFC9F79D6F3B36341A1978573C91426B7717C9 : public TimeZone_tDA9914185478D6D73730FB9D0179A34512F4736F
{
// System.Int64 System.CurrentSystemTimeZone::m_ticksOffset
int64_t ___m_ticksOffset_0;
// System.String System.CurrentSystemTimeZone::m_standardName
String_t* ___m_standardName_1;
// System.String System.CurrentSystemTimeZone::m_daylightName
String_t* ___m_daylightName_2;
// System.Collections.Hashtable System.CurrentSystemTimeZone::m_CachedDaylightChanges
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___m_CachedDaylightChanges_3;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.FlagsAttribute
struct FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.TimeSpan
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
{
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_22;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.ByReference`1<System.Char>
struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5
{
// System.IntPtr System.ByReference`1::_value
intptr_t ____value_0;
};
// System.Base64FormattingOptions
struct Base64FormattingOptions_t4164AA9B490B42621F23C8CAF1B798CDD582FB0F
{
// System.Int32 System.Base64FormattingOptions::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Globalization.CalendarId
struct CalendarId_t49E457FB03B25B4F062CDCF875E46EAEEC5A18E3
{
// System.UInt16 System.Globalization.CalendarId::value__
uint16_t ___value___2;
};
// System.Globalization.CompareOptions
struct CompareOptions_tE5E7275E1FCBD5F8F3B53CC0038A11CABE120B00
{
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
};
// System.DTSubStringType
struct DTSubStringType_t4DE771F45FDC82704745E307FBAEEDC66B952318
{
// System.Int32 System.DTSubStringType::value__
int32_t ___value___2;
};
// System.DateTimeFormat
struct DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2 : public RuntimeObject
{
};
struct DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields
{
// System.TimeSpan System.DateTimeFormat::NullOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___NullOffset_0;
// System.Char[] System.DateTimeFormat::allStandardFormats
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___allStandardFormats_1;
// System.Globalization.DateTimeFormatInfo System.DateTimeFormat::InvariantFormatInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___InvariantFormatInfo_2;
// System.String[] System.DateTimeFormat::InvariantAbbreviatedMonthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___InvariantAbbreviatedMonthNames_3;
// System.String[] System.DateTimeFormat::InvariantAbbreviatedDayNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___InvariantAbbreviatedDayNames_4;
// System.String[] System.DateTimeFormat::fixedNumberFormats
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___fixedNumberFormats_5;
};
// System.Globalization.DateTimeFormatFlags
struct DateTimeFormatFlags_tB7CDDA8D7A3A0B2B9F64DB7704671F07FCE88FDC
{
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
int32_t ___value___2;
};
// System.DateTimeKind
struct DateTimeKind_t3AD6DA06BEF8955A740777163FFB481C19089BBC
{
// System.Int32 System.DateTimeKind::value__
int32_t ___value___2;
};
// System.DateTimeOffset
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4
{
// System.DateTime System.DateTimeOffset::_dateTime
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime_3;
// System.Int16 System.DateTimeOffset::_offsetMinutes
int16_t ____offsetMinutes_4;
};
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields
{
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue_1;
// System.DateTimeOffset System.DateTimeOffset::UnixEpoch
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch_2;
};
// System.Globalization.DateTimeStyles
struct DateTimeStyles_t68D2C41B347837759F064D04F256AC268AF50465
{
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
};
// System.DayOfWeek
struct DayOfWeek_t726DBD527FF9B9D2A0352FB80C55EE2EBE56783D
{
// System.Int32 System.DayOfWeek::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.ExceptionArgument
struct ExceptionArgument_t60E7F8D9DE5362CBE9365893983C30302D83B778
{
// System.Int32 System.ExceptionArgument::value__
int32_t ___value___2;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// System.Runtime.InteropServices.GCHandleType
struct GCHandleType_t4CD45A3495E593D093AB0CE36EF9EC1A1572F82A
{
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
int32_t ___value___2;
};
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject
{
// System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets
bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10;
// System.Int32 System.Collections.Hashtable::_count
int32_t ____count_11;
// System.Int32 System.Collections.Hashtable::_occupancy
int32_t ____occupancy_12;
// System.Int32 System.Collections.Hashtable::_loadsize
int32_t ____loadsize_13;
// System.Single System.Collections.Hashtable::_loadFactor
float ____loadFactor_14;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version
int32_t ____version_15;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress
bool ____isWriterInProgress_16;
// System.Collections.ICollection System.Collections.Hashtable::_keys
RuntimeObject* ____keys_17;
// System.Collections.ICollection System.Collections.Hashtable::_values
RuntimeObject* ____values_18;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_19;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject* ____syncRoot_20;
};
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields
{
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo> System.Collections.Hashtable::s_serializationInfoTable
ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21;
};
// System.Globalization.HebrewNumberParsingState
struct HebrewNumberParsingState_t0EB6FC1852941E696A61C0E940AF4AACB0C481C5
{
// System.Int32 System.Globalization.HebrewNumberParsingState::value__
int32_t ___value___2;
};
// System.Globalization.MonthNameStyles
struct MonthNameStyles_t63E323B7DCB3BA67E044CFABE1F720A027208642
{
// System.Int32 System.Globalization.MonthNameStyles::value__
int32_t ___value___2;
};
// System.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// System.ParseFailureKind
struct ParseFailureKind_tB1D640DCD04E9EF83FE97F5D1B7A428710BB9C03
{
// System.Int32 System.ParseFailureKind::value__
int32_t ___value___2;
};
// System.ParseFlags
struct ParseFlags_tBBA53127C62E87967B778C02A44DBEEFB08B4057
{
// System.Int32 System.ParseFlags::value__
int32_t ___value___2;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1
{
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// System.TimeZoneInfo
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8 : public RuntimeObject
{
// System.String System.TimeZoneInfo::_id
String_t* ____id_0;
// System.String System.TimeZoneInfo::_displayName
String_t* ____displayName_1;
// System.String System.TimeZoneInfo::_standardDisplayName
String_t* ____standardDisplayName_2;
// System.String System.TimeZoneInfo::_daylightDisplayName
String_t* ____daylightDisplayName_3;
// System.TimeSpan System.TimeZoneInfo::_baseUtcOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____baseUtcOffset_4;
// System.Boolean System.TimeZoneInfo::_supportsDaylightSavingTime
bool ____supportsDaylightSavingTime_5;
// System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::_adjustmentRules
AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA* ____adjustmentRules_6;
};
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_StaticFields
{
// System.TimeZoneInfo System.TimeZoneInfo::s_utcTimeZone
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* ___s_utcTimeZone_7;
// System.TimeZoneInfo/CachedData System.TimeZoneInfo::s_cachedData
CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF* ___s_cachedData_8;
// System.DateTime System.TimeZoneInfo::s_maxDateOnly
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_maxDateOnly_9;
// System.DateTime System.TimeZoneInfo::s_minDateOnly
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_minDateOnly_10;
// System.TimeSpan System.TimeZoneInfo::MaxOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxOffset_11;
// System.TimeSpan System.TimeZoneInfo::MinOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinOffset_12;
};
// System.TimeZoneInfoOptions
struct TimeZoneInfoOptions_t9AA92EAC7395567D8B804551E641CF11D98FA345
{
// System.Int32 System.TimeZoneInfoOptions::value__
int32_t ___value___2;
};
// System.TokenType
struct TokenType_tFEF2C0C88ED336E8E442A81590A0C9FB5C362AF1
{
// System.Int32 System.TokenType::value__
int32_t ___value___2;
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// System.DateTimeParse/DS
struct DS_t4210ADFA858C9858D9B59DDB281DAAEA614E4CC9
{
// System.Int32 System.DateTimeParse/DS::value__
int32_t ___value___2;
};
// System.DateTimeParse/DTT
struct DTT_tF6E28023B1F18A1BD5F8ECCC95FFADD73E2B2609
{
// System.Int32 System.DateTimeParse/DTT::value__
int32_t ___value___2;
};
// System.DateTimeParse/TM
struct TM_t50A790136390ECED3528819935E28B98DBD4BCCF
{
// System.Int32 System.DateTimeParse/TM::value__
int32_t ___value___2;
};
// System.Globalization.HebrewNumber/HS
struct HS_tE7761E764A7A65A73109C01489193C59242BBA3D
{
// System.SByte System.Globalization.HebrewNumber/HS::value__
int8_t ___value___2;
};
// System.ReadOnlySpan`1<System.Char>
struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1
{
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.ReadOnlySpan`1::_length
int32_t ____length_1;
};
// System.Span`1<System.Char>
struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D
{
// System.ByReference`1<T> System.Span`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.Span`1::_length
int32_t ____length_1;
};
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject
{
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_5;
// System.String System.Globalization.CompareInfo::_sortName
String_t* ____sortName_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_8;
// System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator
RuntimeObject* ___collator_9;
};
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields
{
// System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_11;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_12;
};
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A : public RuntimeObject
{
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ____cultureData_1;
// System.String System.Globalization.DateTimeFormatInfo::_name
String_t* ____name_2;
// System.String System.Globalization.DateTimeFormatInfo::_langName
String_t* ____langName_3;
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::_compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_4;
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::_cultureInfo
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____cultureInfo_5;
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
String_t* ___amDesignator_6;
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
String_t* ___pmDesignator_7;
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
String_t* ___dateSeparator_8;
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
String_t* ___generalShortTimePattern_9;
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
String_t* ___generalLongTimePattern_10;
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
String_t* ___timeSeparator_11;
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
String_t* ___monthDayPattern_12;
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
String_t* ___dateTimeOffsetPattern_13;
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_17;
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
int32_t ___firstDayOfWeek_18;
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
int32_t ___calendarWeekRule_19;
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
String_t* ___fullDateTimePattern_20;
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedDayNames_21;
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_superShortDayNames_22;
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___dayNames_23;
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedMonthNames_24;
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___monthNames_25;
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___genitiveMonthNames_26;
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_genitiveAbbreviatedMonthNames_27;
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___leapYearMonthNames_28;
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
String_t* ___longDatePattern_29;
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
String_t* ___shortDatePattern_30;
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
String_t* ___yearMonthPattern_31;
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
String_t* ___longTimePattern_32;
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
String_t* ___shortTimePattern_33;
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allYearMonthPatterns_34;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortDatePatterns_35;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongDatePatterns_36;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortTimePatterns_37;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongTimePatterns_38;
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_eraNames_39;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEraNames_40;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEnglishEraNames_41;
// System.Globalization.CalendarId[] System.Globalization.DateTimeFormatInfo::optionalCalendars
CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA* ___optionalCalendars_42;
// System.Boolean System.Globalization.DateTimeFormatInfo::_isReadOnly
bool ____isReadOnly_44;
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
int32_t ___formatFlags_45;
// System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanPositivePattern
String_t* ____fullTimeSpanPositivePattern_49;
// System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanNegativePattern
String_t* ____fullTimeSpanNegativePattern_50;
// System.Globalization.DateTimeFormatInfo/TokenHashValue[] System.Globalization.DateTimeFormatInfo::_dtfiTokenHash
TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9* ____dtfiTokenHash_52;
};
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_StaticFields
{
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_invariantInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_invariantInfo_0;
// System.Char[] System.Globalization.DateTimeFormatInfo::s_monthSpaces
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_monthSpaces_46;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_jajpDTFI_80;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_zhtwDTFI_81;
};
// System.DateTimeRawInfo
struct DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03
{
// System.Int32* System.DateTimeRawInfo::num
int32_t* ___num_0;
// System.Int32 System.DateTimeRawInfo::numCount
int32_t ___numCount_1;
// System.Int32 System.DateTimeRawInfo::month
int32_t ___month_2;
// System.Int32 System.DateTimeRawInfo::year
int32_t ___year_3;
// System.Int32 System.DateTimeRawInfo::dayOfWeek
int32_t ___dayOfWeek_4;
// System.Int32 System.DateTimeRawInfo::era
int32_t ___era_5;
// System.DateTimeParse/TM System.DateTimeRawInfo::timeMark
int32_t ___timeMark_6;
// System.Double System.DateTimeRawInfo::fraction
double ___fraction_7;
// System.Boolean System.DateTimeRawInfo::hasSameDateAndTimeSeparators
bool ___hasSameDateAndTimeSeparators_8;
};
// Native definition for P/Invoke marshalling of System.DateTimeRawInfo
struct DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03_marshaled_pinvoke
{
int32_t* ___num_0;
int32_t ___numCount_1;
int32_t ___month_2;
int32_t ___year_3;
int32_t ___dayOfWeek_4;
int32_t ___era_5;
int32_t ___timeMark_6;
double ___fraction_7;
int32_t ___hasSameDateAndTimeSeparators_8;
};
// Native definition for COM marshalling of System.DateTimeRawInfo
struct DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03_marshaled_com
{
int32_t* ___num_0;
int32_t ___numCount_1;
int32_t ___month_2;
int32_t ___year_3;
int32_t ___dayOfWeek_4;
int32_t ___era_5;
int32_t ___timeMark_6;
double ___fraction_7;
int32_t ___hasSameDateAndTimeSeparators_8;
};
// System.DateTimeToken
struct DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4
{
// System.DateTimeParse/DTT System.DateTimeToken::dtt
int32_t ___dtt_0;
// System.TokenType System.DateTimeToken::suffix
int32_t ___suffix_1;
// System.Int32 System.DateTimeToken::num
int32_t ___num_2;
};
// System.Gen2GcCallback
struct Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786 : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9
{
// System.Func`2<System.Object,System.Boolean> System.Gen2GcCallback::_callback
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ____callback_0;
// System.Runtime.InteropServices.GCHandle System.Gen2GcCallback::_weakTargetObj
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ____weakTargetObj_1;
};
// System.Globalization.HebrewNumberParsingContext
struct HebrewNumberParsingContext_t24269EE9BFA992FFBDB9F20C1A0C51639AD6FC09
{
// System.Globalization.HebrewNumber/HS System.Globalization.HebrewNumberParsingContext::state
int8_t ___state_0;
// System.Int32 System.Globalization.HebrewNumberParsingContext::result
int32_t ___result_1;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
{
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
};
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
{
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
};
// System.ParsingInfo
struct ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89
{
// System.Globalization.Calendar System.ParsingInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_0;
// System.Int32 System.ParsingInfo::dayOfWeek
int32_t ___dayOfWeek_1;
// System.DateTimeParse/TM System.ParsingInfo::timeMark
int32_t ___timeMark_2;
// System.Boolean System.ParsingInfo::fUseHour12
bool ___fUseHour12_3;
// System.Boolean System.ParsingInfo::fUseTwoDigitYear
bool ___fUseTwoDigitYear_4;
// System.Boolean System.ParsingInfo::fAllowInnerWhite
bool ___fAllowInnerWhite_5;
// System.Boolean System.ParsingInfo::fAllowTrailingWhite
bool ___fAllowTrailingWhite_6;
// System.Boolean System.ParsingInfo::fCustomNumberParser
bool ___fCustomNumberParser_7;
// System.DateTimeParse/MatchNumberDelegate System.ParsingInfo::parseNumberDelegate
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* ___parseNumberDelegate_8;
};
// Native definition for P/Invoke marshalling of System.ParsingInfo
struct ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89_marshaled_pinvoke
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_0;
int32_t ___dayOfWeek_1;
int32_t ___timeMark_2;
int32_t ___fUseHour12_3;
int32_t ___fUseTwoDigitYear_4;
int32_t ___fAllowInnerWhite_5;
int32_t ___fAllowTrailingWhite_6;
int32_t ___fCustomNumberParser_7;
Il2CppMethodPointer ___parseNumberDelegate_8;
};
// Native definition for COM marshalling of System.ParsingInfo
struct ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89_marshaled_com
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_0;
int32_t ___dayOfWeek_1;
int32_t ___timeMark_2;
int32_t ___fUseHour12_3;
int32_t ___fUseTwoDigitYear_4;
int32_t ___fAllowInnerWhite_5;
int32_t ___fAllowTrailingWhite_6;
int32_t ___fCustomNumberParser_7;
Il2CppMethodPointer ___parseNumberDelegate_8;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
{
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject* ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Func`1<System.DateTimeParse/MatchNumberDelegate>
struct Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C : public MulticastDelegate_t
{
};
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00 : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.ArithmeticException
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.DTSubString
struct DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70
{
// System.ReadOnlySpan`1<System.Char> System.DTSubString::s
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s_0;
// System.Int32 System.DTSubString::index
int32_t ___index_1;
// System.Int32 System.DTSubString::length
int32_t ___length_2;
// System.DTSubStringType System.DTSubString::type
int32_t ___type_3;
// System.Int32 System.DTSubString::value
int32_t ___value_4;
};
// System.DateTimeResult
struct DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722
{
// System.Int32 System.DateTimeResult::Year
int32_t ___Year_0;
// System.Int32 System.DateTimeResult::Month
int32_t ___Month_1;
// System.Int32 System.DateTimeResult::Day
int32_t ___Day_2;
// System.Int32 System.DateTimeResult::Hour
int32_t ___Hour_3;
// System.Int32 System.DateTimeResult::Minute
int32_t ___Minute_4;
// System.Int32 System.DateTimeResult::Second
int32_t ___Second_5;
// System.Double System.DateTimeResult::fraction
double ___fraction_6;
// System.Int32 System.DateTimeResult::era
int32_t ___era_7;
// System.ParseFlags System.DateTimeResult::flags
int32_t ___flags_8;
// System.TimeSpan System.DateTimeResult::timeZoneOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeZoneOffset_9;
// System.Globalization.Calendar System.DateTimeResult::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_10;
// System.DateTime System.DateTimeResult::parsedDate
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___parsedDate_11;
// System.ParseFailureKind System.DateTimeResult::failure
int32_t ___failure_12;
// System.String System.DateTimeResult::failureMessageID
String_t* ___failureMessageID_13;
// System.Object System.DateTimeResult::failureMessageFormatArgument
RuntimeObject* ___failureMessageFormatArgument_14;
// System.String System.DateTimeResult::failureArgumentName
String_t* ___failureArgumentName_15;
// System.ReadOnlySpan`1<System.Char> System.DateTimeResult::originalDateTimeString
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___originalDateTimeString_16;
// System.ReadOnlySpan`1<System.Char> System.DateTimeResult::failedFormatSpecifier
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___failedFormatSpecifier_17;
};
// Native definition for P/Invoke marshalling of System.DateTimeResult
struct DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722_marshaled_pinvoke
{
int32_t ___Year_0;
int32_t ___Month_1;
int32_t ___Day_2;
int32_t ___Hour_3;
int32_t ___Minute_4;
int32_t ___Second_5;
double ___fraction_6;
int32_t ___era_7;
int32_t ___flags_8;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeZoneOffset_9;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_10;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___parsedDate_11;
int32_t ___failure_12;
char* ___failureMessageID_13;
Il2CppIUnknown* ___failureMessageFormatArgument_14;
char* ___failureArgumentName_15;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___originalDateTimeString_16;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___failedFormatSpecifier_17;
};
// Native definition for COM marshalling of System.DateTimeResult
struct DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722_marshaled_com
{
int32_t ___Year_0;
int32_t ___Month_1;
int32_t ___Day_2;
int32_t ___Hour_3;
int32_t ___Minute_4;
int32_t ___Second_5;
double ___fraction_6;
int32_t ___era_7;
int32_t ___flags_8;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeZoneOffset_9;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_10;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___parsedDate_11;
int32_t ___failure_12;
Il2CppChar* ___failureMessageID_13;
Il2CppIUnknown* ___failureMessageFormatArgument_14;
Il2CppChar* ___failureArgumentName_15;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___originalDateTimeString_16;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___failedFormatSpecifier_17;
};
// System.EventHandler
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t
{
};
// System.ExecutionEngineException
struct ExecutionEngineException_t9840A50B0A8C687BF6E12A2BD1F26B188BEDD426 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.MemberAccessException
struct MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Runtime.Serialization.SerializationException
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_StaticFields
{
// System.String System.Runtime.Serialization.SerializationException::s_nullMessage
String_t* ___s_nullMessage_18;
};
// System.TypeLoadException
struct TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_18;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_19;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_20;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_21;
};
// System.__DTString
struct __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637
{
// System.ReadOnlySpan`1<System.Char> System.__DTString::Value
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___Value_0;
// System.Int32 System.__DTString::Index
int32_t ___Index_1;
// System.Char System.__DTString::m_current
Il2CppChar ___m_current_2;
// System.Globalization.CompareInfo System.__DTString::m_info
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_info_3;
// System.Boolean System.__DTString::m_checkDigitToken
bool ___m_checkDigitToken_4;
};
struct __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637_StaticFields
{
// System.Char[] System.__DTString::WhiteSpaceChecks
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___WhiteSpaceChecks_5;
};
// Native definition for P/Invoke marshalling of System.__DTString
struct __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637_marshaled_pinvoke
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___Value_0;
int32_t ___Index_1;
uint8_t ___m_current_2;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_info_3;
int32_t ___m_checkDigitToken_4;
};
// Native definition for COM marshalling of System.__DTString
struct __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637_marshaled_com
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___Value_0;
int32_t ___Index_1;
uint8_t ___m_current_2;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_info_3;
int32_t ___m_checkDigitToken_4;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// System.DivideByZeroException
struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279 : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
{
};
// System.DllNotFoundException
struct DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534 : public TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32
{
};
// System.EntryPointNotFoundException
struct EntryPointNotFoundException_t15F4C4ABBCF00C39FC1C2C903F15DF41055C1743 : public TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32
{
};
// System.FieldAccessException
struct FieldAccessException_t5DD5AAFAF0F0F827EC0D4F89773CD46FD45AE21A : public MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC
{
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A
{
};
// System.DateTimeParse/MatchNumberDelegate
struct MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23 : public MulticastDelegate_t
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Int64[]
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D : public RuntimeArray
{
ALIGN_FIELD (8) int64_t m_Items[1];
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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
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.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
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.DateTimeParse/DS[]
struct DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970 : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
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.DateTimeParse/DS[][]
struct DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A : public RuntimeArray
{
ALIGN_FIELD (8) DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* m_Items[1];
inline DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970** 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, DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// TResult System.Func`2<System.Object,System.Boolean>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m2014423FB900F135C8FF994125604FF9E6AAE829_gshared_inline (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___arg0, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Runtime.InteropServices.MemoryMarshal::CreateReadOnlySpan<System.Char>(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_gshared_inline (Il2CppChar* ___reference0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.String System.Span`1<System.Char>::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Int32 System.Span`1<System.Char>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// T System.Threading.LazyInitializer::EnsureInitialized<System.Object>(T&,System.Func`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LazyInitializer_EnsureInitialized_TisRuntimeObject_m0E12CBD20A01B68BE6591F27A0CFFF9D09BA3FE0_gshared (RuntimeObject** ___target0, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___valueFactory1, const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Boolean System.MemoryExtensions::SequenceEqual<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method) ;
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ;
// System.Void System.TimeZone::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZone__ctor_mE178D688CAB2ACD05923682583066645559DC92C (TimeZone_tDA9914185478D6D73730FB9D0179A34512F4736F* __this, const RuntimeMethod* method) ;
// System.TimeZoneInfo System.TimeZoneInfo::get_Local()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0 (const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::get_BaseUtcOffset()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_get_BaseUtcOffset_m285A2D1E313B50B51A13F499192CDCEDBC702AE3_inline (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, const RuntimeMethod* method) ;
// System.Int64 System.TimeSpan::get_Ticks()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.String System.TimeZoneInfo::get_StandardName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_StandardName_mE9A075A18964E355D7AFF3A85C3C8EEDBB464A49 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, const RuntimeMethod* method) ;
// System.String System.TimeZoneInfo::get_DaylightName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_DaylightName_m02E7E08179ACFB3544A0AE8E9C8B0040E8422764 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m4B40C55348C92A9FDE6803796079DCA013F061AD (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, int32_t ___unityType1, const RuntimeMethod* method) ;
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F (RuntimeObject* ___value0, Type_t* ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method) ;
// System.Void System.DBNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_m0752C7E84B1327B63DB5C42B99606B1ECFE58C08 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.UInt64)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, uint64_t ___dateData0, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __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.String SR::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186 (String_t* ___resourceFormat0, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __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.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, const RuntimeMethod* method) ;
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, const RuntimeMethod* method) ;
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m58B6D682B6C829258730C1E952E9099ACDDAE734 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mA1406B21E08189BC896A2260B9753AF60570DE1F (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mADB5C91571CFFD9E888E683CC55FF10F2B3F699C (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0 (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::get_InternalTicks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.UInt64 System.DateTime::get_InternalKind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___value0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::Add(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddDays(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMilliseconds_mEF44A0EE635A478B7B0CDAA438D2240C14C88D05 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method) ;
// System.Void System.DateTime::GetDatePart(System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t* ___year0, int32_t* ___month1, int32_t* ___day2, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m0D32B96A924B642096EAA09FFDE74F1B6568714C (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddMonths(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___months0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddSeconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddSeconds_mC5FE3FB22A1295CA747746ECE48B9D4A4B6B2E81 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddYears(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::Compare(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_Compare_mFE3B56B438BCB6AB84E3A9042F2D4970AB47F10A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::CompareTo(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2 (int32_t ___year0, const RuntimeMethod* method) ;
// System.Int64 System.TimeSpan::TimeToTicks(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_TimeToTicks_m4D842D45438020E7E0CFF1840088992F73FAAB9C (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m0EF1F769B475D00BB907072ED7585E6A6ECAB133 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::Equals(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetLocalUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetUtcOffsetFromUtc(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetUtcOffsetFromUtc_m56457555F1923B673BDA645C17CBE6E7547B13EE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___time0, TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* ___zone1, bool* ___isDaylightSavings2, bool* ___isAmbiguousLocalDst3, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromBinaryRaw_m20FBED2E10BA81E90AC6A730D3739DEA770C8ACF (int64_t ___dateData0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::FromFileTimeUtc(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromFileTimeUtc_mDE5C469308AD8A4AAA0453457F9979BD874E2731 (int64_t ___fileTime0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA4580664C8C0D978F65E405D235E3BAF945B25AF (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, uint64_t ___value1, const RuntimeMethod* method) ;
// System.Void System.DateTime::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::get_Date()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Date_m24A9ECCD369D892A2D6B01B30066E50E50584A7D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::GetDatePart(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___part0, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.DayOfWeek System.DateTime::get_DayOfWeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_mAC680139BCAA1613FC134454D1AD1B502CB1BB68 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_m206A3B9394E6D089311A1A81305A5A1AB30B2D99 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::IsAmbiguousDaylightSavingTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsAmbiguousDaylightSavingTime_m64C6D8280BA8A65E63FBE5F84F52702ABE15CE27 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.DateTimeKind System.DateTime::get_Kind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_mD47CAACAF231AA82552DA9F71836784AF8E27878 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::get_UtcNow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_UtcNow_m5D776FFEBC81592B361E4C7AF373297C5DFB46FD (const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetDateTimeNowUtcOffsetFromUtc(System.DateTime,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m3F895CC77AC7FC3FD44C6E488DD4F0A48AB5E94D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___time0, bool* ___isAmbiguousLocalDst1, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.TimeSpan::.ctor(System.Int64)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___ticks0, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTime::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF (int32_t ___argument0, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<System.Char> System.String::op_Implicit(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method) ;
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7 (RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, const RuntimeMethod* method) ;
// System.Void System.Globalization.DateTimeFormatInfo::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2 (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::ParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExact_mDC1B5C2449904A353081D0850E2B8FC14083426C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::ParseExactMultiple(System.ReadOnlySpan`1<System.Char>,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExactMultiple_mE44689529A8878BBCBCD9FAF7DE1756A8B93C1C3 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___formats1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTime::Subtract(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, bool ___throwOnOverflow0, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method) ;
// System.String System.DateTime::ToShortDateString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToShortDateString_m8863B024FF293DF625932CCA2E35A095C6FCBDCB (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.String System.DateTime::ToShortTimeString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToShortTimeString_m39FA3D20BF7F8EC6D85FBFB0254D960B7A60160F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.String System.DateTime::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.String System.DateTime::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.String System.DateTime::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeFormat::TryFormat(System.DateTime,System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormat_m700F2D89C3B0EAE2316034642770D878B994017C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t* ___charsWritten2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format3, RuntimeObject* ___provider4, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryFormat_m9385B37BF1A10A718818D41C7CEAAC3B2C57BEB2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method) ;
// System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfoOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D TimeZoneInfo_ConvertTimeToUtc_m2C20D00BA24D082A2EA7A3C648C1A2952305E979 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::ToUniversalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m58B0E256C4A238478677946DB08C4C4B617B470B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m815D4E080DDCD01EF0C8B3A7F541E371060B3132 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result4, const RuntimeMethod* method) ;
// System.TypeCode System.DateTime::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_mBDBBFA844A2A64CE673773E6BB637E24E508545D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_System_IConvertible_ToDateTime_m98F5BA3029803DD93434761007D831D61040C570 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTime_System_IConvertible_ToType_mA83365225C865F66AF4CFB8D29F028F5E73859CE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_m879DB009242880829FC780BD216F186CDD480501 (const RuntimeMethod* method) ;
// System.Int64 System.DateTime::ToBinaryRaw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_mBA228545EFBF2455CD1F2A653CA156882A90E5B2_inline (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset0, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int64_t ___ticks0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method) ;
// System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t10, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t21, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mA5183ABAEEF6FEF71623569CFEF6AE953ED858F0 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset6, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mCD07596BB818447D415698A256E35FDEBC705277 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset7, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mAA69F3D69DCE8EADC2D798D49FC3DEE1FEA476E0 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset8, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0 (const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_DateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, int32_t ___kind1, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_LocalDateTime_mFB964C9C4614FDBA220C5811A42666F553C52998 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTimeOffset::get_Offset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Addition_m23FACB2D207CB24BE0E9C06AB4CF8CE0C4F0CAD8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t1, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int64 System.DateTimeOffset::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTimeOffset::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTimeOffset System.DateTimeOffset::AddTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_AddTicks_mE58569EF44AAA299CC921A935AF5277DC2D10902 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int64_t ___ticks0, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mA9021939CEE6D93308C1CFB63C7E6D5CA58F7B92 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_mC39C4E1CDE23ED2ABA8D1DC9B4283B1BC1ACDB36 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mDBDCA54C17FD088B3EE9ACDA2118C9FAD1DA103A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeOffset::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m140EDD50EA8FDA74619AA64737497663B56B0483 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m68D2F02214D74BE8742B3F089E7EB019AA5B90E7 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::FromFileTime(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromFileTime_mCE5184040AA145C99C6272186B9A4FF1F0B87FF1 (int64_t ___fileTime0, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m8CF86DA30D4F95904BF5C1A9CF646DE92EB8C161 (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___sender0, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m820C29058E845C4A30DDA9D7A235F693469C0358 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value1, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m813739AF0F2C3F6FC96CD5EE4200134E39D6BDB3 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeOffset::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_mD133F5089095D2C75A1B7C90D71D62D39F0D11CD (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_Parse_mE0363354FE85AE9FDA7C2A343FC1BDB78E282AF5 (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, const RuntimeMethod* method) ;
// System.Globalization.DateTimeStyles System.DateTimeOffset::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_Parse_mE294321325CF5900B37DECF6662321468BA373E4 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset3, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::ParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExact_m029A3CD06DC7B2DAFB2539EEBAFF1017F344D742 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset4, const RuntimeMethod* method) ;
// System.Int64 System.DateTimeOffset::ToUnixTimeMilliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_ToUnixTimeMilliseconds_mDC0FF57434DBFAFC47B63F1119CAABE402F8CDEC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.DateTimeOffset System.DateTimeOffset::ToLocalTime(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mBB86E57ECB88BB909D4853F584CB2C213A758462 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, bool ___throwOnOverflow0, const RuntimeMethod* method) ;
// System.DateTimeOffset System.DateTimeOffset::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mEFEE0815D555AF14CBDB4C8ACF508C8E9601549B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.IFormatProvider,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, String_t* ___format1, RuntimeObject* ___provider2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, const RuntimeMethod* method) ;
// System.String System.DateTimeOffset::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m6179A30F1E22CDF5F9340DFE115E923C18BC13F9 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.String System.DateTimeOffset::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method) ;
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeFormat::TryFormat(System.DateTime,System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormat_m8F932104D7F2D691F5FA0B867C65C08484040E85 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t* ___charsWritten2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format3, RuntimeObject* ___provider4, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset5, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeOffset::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryFormat_mBC9268BD19855CF3E7CF947720996B57CCD98F06 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___formatProvider3, const RuntimeMethod* method) ;
// System.DateTimeOffset System.DateTimeOffset::ToUniversalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToUniversalTime_m2560280B3CCAED4C50F155A710947E923000AE04 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_mF47200FEA9EBD74CB8D516875866E0CD6E88F46D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset4, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m096A67C43F260697DF85E5621747D06F93933AFC (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result4, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset5, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m41335EF0E6DCD52B23C64916CB973A0B4A9E0387 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_mFB772D884EA91082BFC51212E79B9D33A67CA66F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mC39C15A648628974D533B4E2D4EDBD091EA3E1B7 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method) ;
// System.Void System.ArithmeticException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Exception::set_HResult(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.ArithmeticException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m9F97AB2FDC9EED4A59627F1F2F6165AB592F8942 (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Void System.TypeLoadException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m8C6FC5CF78B256F19356A241115BF03E64B7C00A (TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.TypeLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m89C9BE840B2C552C3F378FE56804FE42BA69B583 (TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsNaN(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method) ;
// System.Int32 System.Double::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941 (double* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Double::CompareTo(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC (double* __this, double ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Double::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m342E8F178661ABF8306D58D5F2130C58E0601DA3 (double* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean System.Double::Equals(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138 (double* __this, double ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.Double::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method) ;
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB (const RuntimeMethod* method) ;
// System.String System.Number::FormatDouble(System.Double,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDouble_m3CB74D406D2AF48E90619D5222A6BD0CB3CD8358 (double ___value0, String_t* ___format1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) ;
// System.String System.Double::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7499A5D792419537DCB9470A3675CEF5117DE339 (double* __this, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75 (double* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71 (RuntimeObject* ___formatProvider0, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Boolean System.Number::TryFormatDouble(System.Double,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatDouble_m9B2B15AC7FD3E9E1189848985F75AD42C216FA1E (double ___value0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination3, int32_t* ___charsWritten4, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryFormat_m8629D6A6E11794F16DA5B6FB3B132A716CCF2BDF (double* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method) ;
// System.Double System.Number::ParseDouble(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Number_ParseDouble_mFA0A5F1D63BE7E459DB7CCF33040CA0358EC1461 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___styles1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) ;
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_m024A7535EE8FE809C624D8FD94F4E75DC48B1344 (int32_t ___style0, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mFA508515ABE19AA90D8CC142CD32C4198D76D465 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, double* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.Number::TryParseDouble(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseDouble_m6C8A348D3ABB563A3129DE7C8BB8B01EF5C18FD7 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___styles1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, double* ___result3, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::Trim(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_Trim_mC32111CFD6C9DA051BE42AC049FE2F6C68A31BB0 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, const RuntimeMethod* method) ;
// System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
// System.Boolean System.MemoryExtensions::EqualsOrdinal(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinal_m92D8E35219BF439BDFA9D0939CE01F5A974FDA30_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value1, const RuntimeMethod* method) ;
// System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.NumberFormatInfo::get_NaNSymbol()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
// System.TypeCode System.Double::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetTypeCode_m111F564D8EDDBEB1C7D86F6985C2871982682F5B (double* __this, const RuntimeMethod* method) ;
// System.Boolean System.Convert::ToBoolean(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mE86F6165E815A8ECA14BF57D5F06EA961794D3E0 (double ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_mD8041628FF4EDD14D5FAD0ED5ADD928C5CF84193 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.SByte System.Convert::ToSByte(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mBCCAF04076C6D3383BC131F564B19833A81D4D12 (double ___value0, const RuntimeMethod* method) ;
// System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m4700059616C8EE45A3C88680192992CC77C0E3A8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Byte System.Convert::ToByte(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m5E53D009F58FF2D7D9AC5F9FCC76EB30AEBBE8D9 (double ___value0, const RuntimeMethod* method) ;
// System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_m360BF62CB5F1E1D13E9E6146B814D6ABF38FD125 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int16 System.Convert::ToInt16(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mACA2633040D9B9900FC6AA265F4477146BB83CBD (double ___value0, const RuntimeMethod* method) ;
// System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_mD6B49313715DDEDFCAAF4CCD8BECE76745651EB9 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt16 System.Convert::ToUInt16(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mDA628B7AA6344EFFC65CBD431CB05249C1DA032C (double ___value0, const RuntimeMethod* method) ;
// System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m05489B3BFCBE019A99D522B7154D39E49E770375 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int32 System.Convert::ToInt32(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mF5B01B9D8B48919B05632EBF8ED0553474803A19 (double ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m926BDB2463A46A1E87CC43138C7CFABA6E06833C (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt32 System.Convert::ToUInt32(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mFDECCDA93B6FFF3EA3E3B874EAD954410AC8577A (double ___value0, const RuntimeMethod* method) ;
// System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_m9C20743D40DC640E94EE49A8FD7B1381CB7989DC (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m5B707D520332D512D2B81C10D2F4044FA468C3A4 (double ___value0, const RuntimeMethod* method) ;
// System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_m399D9B7A0FB9CFB7436F235F0FE9AF0E1CF43A8C (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt64 System.Convert::ToUInt64(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m4990F2CE28C4CE3079D458BA578EFBA46D875B3E (double ___value0, const RuntimeMethod* method) ;
// System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_mC7C759018889167DDFFE91026F5DFA3DC687F6DA (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Single System.Convert::ToSingle(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m4F90F84AF756BCDA7671427D3E5B0C7F6A4D826D (double ___value0, const RuntimeMethod* method) ;
// System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m6525BEF8D090C2DD279D85E92AA0557CE0898AB7 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_m2B515020002716E0FD2DAF7E146FB31AE0C2BB98 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Decimal System.Convert::ToDecimal(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m0817E542B617E7D00740EBA8687EA52092CED34C (double ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Double_System_IConvertible_ToDecimal_m85928A32723C1E26C9EC2F91D9F67560B84C329E (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Double_System_IConvertible_ToType_m3D460190E7F9A622C80CE98B28C50CDEC62662B6 (double* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Void System.EventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ;
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Void System.MemberAccessException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m6B77F48BC7148B3BF739E7B852FFDC090DD31DDB (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522 (const RuntimeMethod* method) ;
// System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_m688241D670D6A0857F938CDC8CD07B1BE4A1C733 (CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9* __this, const RuntimeMethod* method) ;
// System.Void System.Gen2GcCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback__ctor_m6EBCC0D319C0B8B0041CBC840A150792CC496412 (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* __this, const RuntimeMethod* method) ;
// System.Void System.Gen2GcCallback::Setup(System.Func`2<System.Object,System.Boolean>,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback_Setup_m96C642FE5DE8087E00BC0347B05D5015366656CD (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* __this, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___callback0, RuntimeObject* ___targetObj1, const RuntimeMethod* method) ;
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075 (RuntimeObject* ___value0, int32_t ___type1, const RuntimeMethod* method) ;
// System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject_Finalize_m232B8F4BCBB58BB7D0A0B10611234BCCE2A86020 (CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9* __this, const RuntimeMethod* method) ;
// System.Object System.Runtime.InteropServices.GCHandle::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Object,System.Boolean>::Invoke(T)
inline bool Func_2_Invoke_m2014423FB900F135C8FF994125604FF9E6AAE829_inline (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
return (( bool (*) (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00*, RuntimeObject*, const RuntimeMethod*))Func_2_Invoke_m2014423FB900F135C8FF994125604FF9E6AAE829_gshared_inline)(__this, ___arg0, method);
}
// System.Boolean System.Environment::get_HasShutdownStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_HasShutdownStarted_mFA68DD55FBB5E34ECE67CD615BC7173872C754F0 (const RuntimeMethod* method) ;
// System.Void System.GC::ReRegisterForFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_ReRegisterForFinalize_m27C45F2586E154B1760B05410AC852BF5533EFF8 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m94A02B7DDCA54DEB46C7899FC3E230E8C2D2DC48 (StringBuilder_t* ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m3B01AD486432033546C698FB95D3067DCB1A1448 (StringBuilder_t* __this, Il2CppChar* ___value0, int32_t ___valueCount1, const RuntimeMethod* method) ;
// System.String System.Globalization.HebrewNumber::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HebrewNumber_ToString_mDAAF97DE76013750A608950291E00E3FC1CDBC05 (int32_t ___Number0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
inline int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline)(__this, method);
}
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedDayName(System.DayOfWeek)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedDayName_m12EC6E4400C2FC1B69A7F987338F9EF0A100277E (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___dayofweek0, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::GetDayName(System.DayOfWeek)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetDayName_m7C4E70449F205F063D75944FEC66A3B0FFD3F20A (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___dayofweek0, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedMonthName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedMonthName_mC0DF9D2AABADA5B7F47C6856F78B7BCC11FC8C89 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___month0, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::GetMonthName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___month0, const RuntimeMethod* method) ;
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::internalGetMonthName(System.Int32,System.Globalization.MonthNameStyles,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_internalGetMonthName_m670C3977E0F91474E492C2F9E1AAB435D846CB14 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___month0, int32_t ___style1, bool ___abbreviated2, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1 (int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.GlobalizationMode::get_Invariant()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline (const RuntimeMethod* method) ;
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::GetEraName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetEraName_mEFEC407D99F9C8D98C332FB785B1D32A8BC8202F (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___era0, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C (StringBuilder_t* ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method) ;
// System.Double System.Math::Pow(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_mC4D86D57FB3DB07BB24147700CAF77DB15EA2EB3 (double ___x0, double ___y1, const RuntimeMethod* method) ;
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D (StringBuilder_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Remove_m0D93692674D1C09795C7D6542420A3B6C5F81E90 (StringBuilder_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilderCache::Release(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2 (StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_AMDesignator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_PMDesignator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_mF0CDF1E5F7F050C4D24C8B28D9D4084EAADC980D (StringBuilder_t* ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_mF2F06B2CB0F76B35CD06C829111F9FE151D2A296 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m45C041CD0E345C3F48B062C092ABB0885102E0B0 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method) ;
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::get_FormatFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_m92643CD1FCCCA67CE4B13A37FB64744CACE70AFE (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mD7C46A1166A1DB2647E736A2FC2DA503A4068EF6 (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasForceTwoDigitYears()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasForceTwoDigitYears_m25CFF727E1A830DF26A757917BAD564C99DE3899 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.ReadOnlySpan`1<System.Char>,System.Int32,System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_mAAF1C25498F52D356ABD2E884C83651097DC75F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t* ___result5, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_m8AA9C62B80D29718D058767B83DDEFF9C0DF1DFC (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, StringBuilder_t* ___result2, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, StringBuilder_t* ___result2, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeFormat::ParseNextChar(System.ReadOnlySpan`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m684F71A63B20FB4F4E33632D07D9FE16AD28DA4A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Runtime.InteropServices.MemoryMarshal::CreateReadOnlySpan<System.Char>(T&,System.Int32)
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_inline (Il2CppChar* ___reference0, int32_t ___length1, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (Il2CppChar*, int32_t, const RuntimeMethod*))MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_gshared_inline)(___reference0, ___length1, method);
}
// System.Text.StringBuilder System.DateTimeFormat::FormatCustomized(System.DateTime,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.TimeSpan,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, StringBuilder_t* ___result4, const RuntimeMethod* method) ;
// System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m482BBD58F00FA3924F9AFD66F249274039197F1C (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t10, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t21, const RuntimeMethod* method) ;
// System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD172326B8A60D9B6585C5AF7EBB1E7D72C6C099A (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t10, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t21, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::Negate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Int32 System.TimeSpan::get_Hours()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m91278D58CD695B07613B9A3941B745B815542E1E (StringBuilder_t* __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) ;
// System.Int32 System.TimeSpan::get_Minutes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::Append2DigitNumber(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_Append2DigitNumber_m56BB9B1DE5AA4DE6E52B3B5B1A282B1BE544B2ED (StringBuilder_t* ___result0, int32_t ___val1, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_LongDatePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongDatePattern_m5745B956A1340A9F6304C86F0C574B5338BF56B1 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_FullDateTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullDateTimePattern_mD9F9E7F88253C37BAB91B7A6EFD4D750CBA10170 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralShortTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralShortTimePattern_mAC0D32A71DD6FCDDC1EB0D08D4D89E73603B9957 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralLongTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralLongTimePattern_m492FC4744C69B014F6A443F152BDEB0F2D0B912A (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_MonthDayPattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_RFC1123Pattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RFC1123Pattern_mCE40B43C4A95F9F745A271CA52E93510CA338A66 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_SortableDateTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_SortableDateTimePattern_mABB0FA1D64D9A0528F77F8AB3395969A5C16E9B2 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_LongTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongTimePattern_m8ECFC475A70921D789E02878FA99C407B2C01BC7 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_UniversalSortableDateTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_UniversalSortableDateTimePattern_mBF940398A8E235EF9D29B889E984FC73ECDB7F7E (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_YearMonthPattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B (const RuntimeMethod* method) ;
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t1, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.ReadOnlySpan`1<System.Char>,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_mBB0AD1B68695C84575BDBC93115C93508F7FB13C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime1, const RuntimeMethod* method) ;
// System.Object System.Globalization.DateTimeFormatInfo::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeFormatInfo_Clone_mCBA61859E15A29FC79AC3CDAA616D063901540E8 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Globalization.Calendar System.Globalization.GregorianCalendar::GetDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6 (const RuntimeMethod* method) ;
// System.Void System.Globalization.DateTimeFormatInfo::set_Calendar(System.Globalization.Calendar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo_set_Calendar_m46840C102CBE9D5BF30C44F0910426969A543564 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___value0, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::GetRealFormat(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
inline void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline)(__this, ___pointer0, ___length1, method);
}
// System.Boolean System.DateTimeFormat::TryFormatO(System.DateTime,System.TimeSpan,System.Span`1<System.Char>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormatO_mEFDD99E0717FBE4E2C667657345DC814D6765A6F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination2, int32_t* ___charsWritten3, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline)(__this, ___start0, ___length1, method);
}
// System.String System.Span`1<System.Char>::ToString()
inline String_t* Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, const RuntimeMethod*))Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980_gshared)(__this, method);
}
// System.String System.String::FastAllocateString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112 (int32_t ___length0, const RuntimeMethod* method) ;
// System.Char& System.String::GetRawStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D (String_t* __this, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
inline void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar*, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline)(__this, ___ptr0, ___length1, method);
}
// System.Boolean System.DateTimeFormat::TryFormatR(System.DateTime,System.TimeSpan,System.Span`1<System.Char>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormatR_m7BE70723CC9A0EA2213F50F529DC32EFFD38FE53 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination2, int32_t* ___charsWritten3, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.DateTimeFormat::FormatStringBuilder(System.DateTime,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* DateTimeFormat_FormatStringBuilder_m5D22CCAA9E520C46A63C76E58495C31AC04D81DE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, const RuntimeMethod* method) ;
// System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F (StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.Int32 System.Span`1<System.Char>::get_Length()
inline int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, const RuntimeMethod*))Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline)(__this, method);
}
// System.Void System.Text.StringBuilder::CopyTo(System.Int32,System.Span`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_CopyTo_m1AB15F7BF71359119085BA7D3420AF75A524F746 (StringBuilder_t* __this, int32_t ___sourceIndex0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t ___count2, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::get_DateTimeOffsetPattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateTimeOffsetPattern_m100011083D539153415ECC8E86725B35FB12EA57 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.ReadOnlySpan`1<System.Char>,System.DateTime&,System.Globalization.DateTimeFormatInfo&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_mCDB477EBF6886C4254F62EF5611A47F1F282C3F9 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___dateTime1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset3, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::WriteFourDecimalDigits(System.UInt32,System.Span`1<System.Char>,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteFourDecimalDigits_m489FB1553224B7287455F63A172F2EA81604C691_inline (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, int32_t ___startingIndex2, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::WriteTwoDecimalDigits(System.UInt32,System.Span`1<System.Char>,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t ___offset2, const RuntimeMethod* method) ;
// System.Void System.DateTimeFormat::WriteDigits(System.UInt64,System.Span`1<System.Char>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteDigits_m2D7E1BD01239B08D2C3C6E4755FEA10057BF0691_inline (uint64_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, const RuntimeMethod* method) ;
// System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_mCBD324D4CB69C45EF34ABEBE7B19BB23528897BA (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t10, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t21, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::FromTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromTicks_mFA529928E79B4BF5EC0265418844B196D8979A73 (int64_t ___value0, const RuntimeMethod* method) ;
// System.String[] System.Globalization.DateTimeFormatInfo::get_AbbreviatedMonthNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* DateTimeFormatInfo_get_AbbreviatedMonthNames_m8C049BD0316BBE69A99AC1A71A3EF5C6FF792007 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String[] System.Globalization.DateTimeFormatInfo::get_AbbreviatedDayNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* DateTimeFormatInfo_get_AbbreviatedDayNames_m5FF3B8C196AFAF3053AF1D23B23142BF8C59447D (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::Init(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___originalDateTimeString0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method) ;
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetBadFormatSpecifierFailure()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetBadFormatSpecifierFailure_m9FC4392236DE50A674F50361A1BB06F6944BD214 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::DoStrictParse(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_mC03205AA52B2A37EE27088FEA9ED7DD4E7F20F9F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParseExactMultiple(System.ReadOnlySpan`1<System.Char>,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExactMultiple_m5EEC70867A4F28DB9F4003C92F88764BD048DFC2 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___formats1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m62FF23BEC9EBC84811C7C2107A5C7633694FD601 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject* ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetBadDateTimeFailure()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, const RuntimeMethod* method) ;
// System.Globalization.CompareInfo System.__DTString::get_CompareInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* __DTString_get_CompareInfo_m60B598A103E1AD8C7A84D1294398713BB72EC372_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline)(__this, ___start0, ___length1, method);
}
// System.Int32 System.Globalization.CompareInfo::Compare(System.ReadOnlySpan`1<System.Char>,System.String,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_mFD591987EB505C7B67AFF638293F718976A215C6 (CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___string10, String_t* ___string21, int32_t ___options2, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.__DTString::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchWord(System.__DTString&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mA7B7DC7F197B764C500FA173FB1F5BB3F110A6D1 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, String_t* ___target1, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::GetNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mA6B84307C5FF718A15BA19E4EB31EB78AD7DD557 (Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.DTSubString System.__DTString::GetSubString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 __DTString_GetSubString_mCAA1E40658D9C121F7F93E9FD9471BA32ADE5E27 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Char System.DTSubString::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DTSubString_get_Item_m1F52F78057FA33F0CB350659CF94DC678C4725B6 (DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70* __this, int32_t ___relativeIndex0, const RuntimeMethod* method) ;
// System.Void System.__DTString::ConsumeSubString(System.DTSubString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 ___sub0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseTimeZone(System.__DTString&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mF3F355E14D6B76BA74234B98A6049BBB58439934 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result1, const RuntimeMethod* method) ;
// System.Void System.__DTString::GetRegularToken(System.TokenType&,System.Int32&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_GetRegularToken_mF7E4F8A3FDA483D70D31E919BD247BE18834842A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTString&,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m98F0CC92F633C924C6AFD0D7B97277517CF82AF4 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, double* ___result1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTString&,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mFED144664DF98BB5DA4C18A04CCCB5580EAD843C (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, const RuntimeMethod* method) ;
// System.TokenType System.__DTString::GetSeparatorToken(System.Globalization.DateTimeFormatInfo,System.Int32&,System.Char&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method) ;
// System.Void System.DateTimeRawInfo::AddNumber(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA (DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ProcessTerminalState(System.DateTimeParse/DS,System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminalState_mBBB5DA91A449E17952389A39AF326E7D2B286DFB (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result2, int32_t* ___styles3, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi5, const RuntimeMethod* method) ;
// System.Void System.PlatformNotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, const RuntimeMethod* method) ;
// System.Globalization.Calendar System.DateTimeParse::GetJapaneseCalendarDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeParse_GetJapaneseCalendarDefaultInstance_m265C8A05BBC8F95D6F85943B9B2AA58209C3BF9D (const RuntimeMethod* method) ;
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetJapaneseCalendarDTFI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* DateTimeFormatInfo_GetJapaneseCalendarDTFI_m99547D0BCED27B4FC1678390663487A1A97E8FF6 (const RuntimeMethod* method) ;
// System.Globalization.Calendar System.DateTimeParse::GetTaiwanCalendarDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeParse_GetTaiwanCalendarDefaultInstance_m3A580037CB29251883ECC6F2407CC19C07189038 (const RuntimeMethod* method) ;
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetTaiwanCalendarDTFI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* DateTimeFormatInfo_GetTaiwanCalendarDTFI_mC9D2BCBD331BB4D07B02A2740817962AD77019FF (const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject* ___failureMessageFormatArgument2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTString&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m620C9F9E5B0C07AD43A7826A3156033B6B75CE2F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, const RuntimeMethod* method) ;
// System.Globalization.Calendar System.Globalization.JapaneseCalendar::GetDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* JapaneseCalendar_GetDefaultInstance_mEDD5EEFAF9B20CC6616CA8DAB8ADCE47E5565657 (const RuntimeMethod* method) ;
// System.Globalization.Calendar System.Globalization.TaiwanCalendar::GetDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* TaiwanCalendar_GetDefaultInstance_m8DA29AC16562ED3BA40872B88C52376450602D8D (const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetDate(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::SetDateYMD(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_GetDateTimeNow_m3ACC9E28E9EF3C9DD0C39F3856B25AC87F79D785 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, const RuntimeMethod* method) ;
// System.Int32 System.DateTimeRawInfo::GetNumber(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1 (DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE (String_t* ___pattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147 (String_t* ___datePattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryAdjustYear(System.DateTimeResult&,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m7390A07BD849AF83B9D9A89EB1E7C27AA935A70F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___month1, int32_t ___day2, int32_t ___year3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::SetDateDMY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m181967A0A6F28FA6A133CDE4C3FF0D62D0FA80A8 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___day1, int32_t ___month2, int32_t ___year3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::SetDateYDM(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_mF01738E63D893F277DF0EB83553CB1A8D7590C87 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t ___day2, int32_t ___month3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetYearMonthOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mB243726286078DF919A8931DB4DD3C72D6E54C39 (String_t* ___pattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.DateTimeFormatInfo::YearMonthAdjustment(System.Int32&,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t* ___year0, int32_t* ___month1, bool ___parsedMonthName2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m374885010D6E03B9B0B9C324D1AE4756C0ABA795 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m9EC1B0DBB59A970EA94F294ACD50123AFC3362F6 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mDCE42330005F3DA5EF837F7721C858E297627043 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_mEBE5CE6FBE5C0D10A502AE942379D874BED6B8A2 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m173BCA48C0D30DE6B1AAB01093EEC592D47926E6 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetTimeOfN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m9B63BD06594CD66CE23924A5768F307AE0FACB1D (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m80DC7C7902F70FA3663A2D256965165B0347C950 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m4D34E7E93A269A2A174F44C816A72E8C6967D653 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m7738DD5E78F313BF6367703FD465AB24D7BA20AB (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m2A81AF7ACFA6CAFC475BDADC38CE4F24412075B1 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_m8625D53F8DA2F8D59B7FD01C78B93147E881159C (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_m73B51B6379B671C4A1B06465FDF3F415A184D848 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_mDEF587962F7CB32F0B6CB7FDDE62D69F1B95A795 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m73B0D6F7E10F34653FF6ACAD19C9FC938F6CEB5F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_mFE26096316EC26A9296C03F218C875009160B30F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_mC1115237FFC072275859B7A2C7311D084698FAC3 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_mAE5DE28ADA2D07A07E4DDED4FAC88BB6800F64D5 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method) ;
// System.Void System.DateTimeRawInfo::Init(System.Int32*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_Init_m58939922AA569BAE7260CFD425D079C654D0731B (DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* __this, int32_t* ___numberBuffer0, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Void System.__DTString::.ctor(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_mA373A18F43531434E2B5644E88171623C86416F6 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::Lex(System.DateTimeParse/DS,System.__DTString&,System.DateTimeToken&,System.DateTimeRawInfo&,System.DateTimeResult&,System.Globalization.DateTimeFormatInfo&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5 (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* ___dtok2, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResult&,System.DateTimeRawInfo&,System.DateTimeToken&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m0AC07A4509DE7988542BE587425011D8987404BD (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* ___dtok2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfo&,System.__DTString&,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_m569DBDBBAFE09743C5B368B703FF5F715A5E7856 (DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, int32_t ___styles2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::AtEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_AtEnd_m842272A109A260E9175838B489D9A8582400E59A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse/DS,System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_mFFA26D8103E3D9FC4F8B79881D86B6DCD1945083 (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result2, int32_t* ___styles3, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi5, const RuntimeMethod* method) ;
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_m7FAFD00A68546CBB5D476DEBB836936FC68F6FAB (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32&,System.DateTimeParse/TM)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mEACD0EE6D5FC4D5B35B3077B5D7825278BF0C31B (int32_t* ___hour0, int32_t ___timeMark1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResult&,System.Globalization.Calendar&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_m034340E5F9C42CEB315E7A5F13A5E983C2B6883E (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** ___cal1, int32_t ___styles2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mCC9DAEFF572D2B894A28E593F0873FE6C0305395 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, int32_t ___styles2, bool ___bTimeOnly3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m0D9114B6363F6C2191FAAD4736380E306C6E3232 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, int32_t ___styles2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_m264D31BD710639881C914DE8CE2A2D8AB8345930 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResult&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_m0A9FE63D12564B35445A57A38F50D50B7B97B1A1 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, bool ___bTimeOnly1, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetUtcOffset_m0BDDBF392737305C4A4AA517DD3CB0DA40C7D375 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) ;
// System.Void System.__DTString::SkipWhiteSpaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::Match(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.Char System.__DTString::GetChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Void System.Globalization.HebrewNumberParsingContext::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewNumberParsingContext__ctor_mF04BF245C589BD01536CAE69FE0938DD731E80B0 (HebrewNumberParsingContext_t24269EE9BFA992FFBDB9F20C1A0C51639AD6FC09* __this, int32_t ___result0, const RuntimeMethod* method) ;
// System.Globalization.HebrewNumberParsingState System.Globalization.HebrewNumber::ParseByChar(System.Char,System.Globalization.HebrewNumberParsingContext&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HebrewNumber_ParseByChar_m48D888FCA3686A3841CA480EE0D70F879D6198A5 (Il2CppChar ___ch0, HebrewNumberParsingContext_t24269EE9BFA992FFBDB9F20C1A0C51639AD6FC09* ___context1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m3DD067E6F62657C12B0B284D864E66F4137C097B (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___minDigitLen1, int32_t ___maxDigitLen2, int32_t* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::GetNextDigit()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_m078932668F40B02FE142720C8BB0C1A43F2B81A4_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Int32 System.__DTString::GetDigit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetDigit_m2C1710445781E19205ECECC147287B2A1E325A4B (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Int64 System.Globalization.TimeSpanParse::Pow10(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpanParse_Pow10_m4AF3631D30A076C9A94AFE9951C51C083828C59C (int32_t ___pow0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseSign(System.__DTString&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_mEC5D058BD2D20805D692352D55F312FA7B846D30 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, bool* ___result1, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::Match(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_m2C4D1A7EEF2CAC9164093C891B36B05C717987D3 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, String_t* ___str0, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInMonthNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInMonthNames_m93B2F520AE7A2E5F0FF27A033C090D1EA6DF61C9 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, String_t* ___target0, const RuntimeMethod* method) ;
// System.Boolean System.__DTString::MatchSpecifiedWords(System.String,System.Boolean,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWords_m04927913B3403CAF82463E212A333E2D2F3568E4 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method) ;
// System.String[] System.Globalization.DateTimeFormatInfo::internalGetLeapYearMonthNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* DateTimeFormatInfo_internalGetLeapYearMonthNames_mE8FA856937882C90948FEABC760B73546B10D894 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Int32 System.__DTString::MatchLongestWords(System.String[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_MatchLongestWords_m18DECB9B44ED3656943F375BBB8474CBD7FEA5A1 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method) ;
// System.String[] System.Globalization.DateTimeFormatInfo::get_MonthGenitiveNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* DateTimeFormatInfo_get_MonthGenitiveNames_mD2F2B8EE9EC2B9D47F4F7F368874D34B183920B3 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInDayNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInDayNames_mE14BD4B06203A8592604D170CCF7EE8303B9D771 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedEraName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedEraName_mF42A4A5F3EB9EF1B9DD7465BB563E3D60AFBA7C5 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, int32_t ___era0, const RuntimeMethod* method) ;
// System.Int32 System.__DTString::GetRepeatCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseJapaneseEraStart(System.__DTString&,System.Globalization.DateTimeFormatInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DateTimeParse_ParseJapaneseEraStart_mA92A09D4BAD4A6FD450C0AACFB3EFEC4DBEEE0D6_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse/MatchNumberDelegate::Invoke(System.__DTString&,System.Int32,System.Int32&)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MatchNumberDelegate_Invoke_m5B60C560B1348302810E1020E7A9356E5506A83D_inline (MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* __this, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32&,System.Int32,System.Char,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m805D9B328FB1263F1BF46ECA9838664F8843108A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mE7D367082924EBA06BC8DF210B4B352F01FD0A4E (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_mF643640119B5703882D13747F619E2D83185EBD3 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_m7F4A56E577849BFDB5052849F36956A5D3D0B091 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mC7797A9D26B3AA12B009E9AAE108D5303D73AB60 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTString&,System.Int32,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m8D05591EC51611279D35A0AEF1CF18340DD24EC1 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchAbbreviatedTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m948220A2738E1BE22F2704A0BF673100EA420174 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_mA275F7CC9F7894A06E7E6D8A5E43D59224C340E7 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseTimeZoneOffset(System.__DTString&,System.Int32,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mF5FAD2F2CF2EA5F8C2D3344F322372028C56E3BC (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___len1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result2, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTString&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_mE95CAA2AEEC0A0D1B66F23DAAFF4A440B517343F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Text.StringBuilder,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_mDC8CE63E2A3C64389F240D0CF9FCB5643CB8CD44 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, StringBuilder_t* ___result2, int32_t* ___returnValue3, const RuntimeMethod* method) ;
// System.Void System.DateTimeResult::SetBadFormatSpecifierFailure(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetBadFormatSpecifierFailure_m9179D9FFFB4CEC9F71969242D9750CBD85C7274A (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___failedFormatSpecifier0, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTString&,System.__DTString&,System.ParsingInfo&,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_m864D2112CA5AB13BBE1E21DD2B950FEDD9B04381 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___format1, ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* ___parseInfo2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method) ;
// System.Void System.ParsingInfo::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_m9A009DDE21A06FC19AE6FA3068AD1A8D31985E0F (ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* __this, const RuntimeMethod* method) ;
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo&,System.ParsingInfo&,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m319F6300D5E4F8F88D74F14D594B80349B69193D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi1, ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* ___parseInfo2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method) ;
// System.Void System.Func`1<System.DateTimeParse/MatchNumberDelegate>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_mCF3E5EA78F58EDA223E913A1F22CE65E3FBEF864 (Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// T System.Threading.LazyInitializer::EnsureInitialized<System.DateTimeParse/MatchNumberDelegate>(T&,System.Func`1<T>)
inline MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* LazyInitializer_EnsureInitialized_TisMatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23_m387D9AC7A4D34344F13BE2F282207626389032C3 (MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23** ___target0, Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* ___valueFactory1, const RuntimeMethod* method)
{
return (( MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* (*) (MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23**, Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C*, const RuntimeMethod*))LazyInitializer_EnsureInitialized_TisRuntimeObject_m0E12CBD20A01B68BE6591F27A0CFFF9D09BA3FE0_gshared)(___target0, ___valueFactory1, method);
}
// System.Void System.__DTString::.ctor(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_m6CC4A0D6F0C02640CACC04DD665EFA24307D8478 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method) ;
// System.Void System.__DTString::TrimTail()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_TrimTail_mCFE6DEF7DDA912AF107D97086C6E0FE416C0CD60 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Void System.__DTString::RemoveTrailingInQuoteSpaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveTrailingInQuoteSpaces_mDF1784B60E93E485C47ED45D379E5FDA0BFE7840 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Void System.__DTString::RemoveLeadingInQuoteSpaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveLeadingInQuoteSpaces_m1CA6C255525A3C0FE23F0BBCF2B72FCDED9D9B4C (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method) ;
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasYearMonthAdjustment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasYearMonthAdjustment_m24FE49DE75A8D1487AB0635B55AF815BC1BE139D (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ;
// System.String SR::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F (String_t* ___resourceFormat0, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
inline void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Il2CppChar*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline)(__this, ___ptr0, ___length1, method);
}
// System.Boolean System.MemoryExtensions::SequenceEqual<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
inline bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method)
{
return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline)(___span0, ___other1, method);
}
// System.Void System.ThrowHelper::ThrowInvalidTypeWithPointersNotSupported(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5 (Type_t* ___targetType0, const RuntimeMethod* method) ;
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353 (const RuntimeMethod* method) ;
// System.Boolean System.SpanHelpers::SequenceEqual(System.Byte&,System.Byte&,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9 (uint8_t* ___first0, uint8_t* ___second1, uint64_t ___length2, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.CurrentSystemTimeZone::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurrentSystemTimeZone__ctor_m34CD1E73B9BF0477D5B539C6162E7FFC158CEBB0 (CurrentSystemTimeZone_t34EFC9F79D6F3B36341A1978573C91426B7717C9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* V_0 = NULL;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_1;
memset((&V_1), 0, sizeof(V_1));
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
NullCheck(L_0);
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
__this->___m_CachedDaylightChanges_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CachedDaylightChanges_3), (void*)L_0);
TimeZone__ctor_mE178D688CAB2ACD05923682583066645559DC92C(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_1;
L_1 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
V_0 = L_1;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_2 = V_0;
NullCheck(L_2);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3;
L_3 = TimeZoneInfo_get_BaseUtcOffset_m285A2D1E313B50B51A13F499192CDCEDBC702AE3_inline(L_2, NULL);
V_1 = L_3;
int64_t L_4;
L_4 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_1), NULL);
__this->___m_ticksOffset_0 = L_4;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_5 = V_0;
NullCheck(L_5);
String_t* L_6;
L_6 = TimeZoneInfo_get_StandardName_mE9A075A18964E355D7AFF3A85C3C8EEDBB464A49(L_5, NULL);
__this->___m_standardName_1 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_standardName_1), (void*)L_6);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_7 = V_0;
NullCheck(L_7);
String_t* L_8;
L_8 = TimeZoneInfo_get_DaylightName_m02E7E08179ACFB3544A0AE8E9C8B0040E8422764(L_7, NULL);
__this->___m_daylightName_2 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_daylightName_2), (void*)L_8);
return;
}
}
// System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]&,System.String[]&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_m0E00967018A4C6D626257D014889DAFBFF56C21A (int32_t ___year0, Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D** ___data1, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___names2, bool* ___daylight_inverted3, const RuntimeMethod* method)
{
typedef bool (*CurrentSystemTimeZone_GetTimeZoneData_m0E00967018A4C6D626257D014889DAFBFF56C21A_ftn) (int32_t, Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D**, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, bool*);
using namespace il2cpp::icalls;
return ((CurrentSystemTimeZone_GetTimeZoneData_m0E00967018A4C6D626257D014889DAFBFF56C21A_ftn)mscorlib::System::CurrentSystemTimeZone::GetTimeZoneData40) (___year0, ___data1, ___names2, ___daylight_inverted3);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.DBNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_m0752C7E84B1327B63DB5C42B99606B1ECFE58C08 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void System.DBNull::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_mFDFEBE53C127D059C572931409E11B5174125EA0 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBD4A5B4DB26F7938CFC8A94B9ED6301F694A390)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull__ctor_mFDFEBE53C127D059C572931409E11B5174125EA0_RuntimeMethod_var)));
}
}
// System.Void System.DBNull::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull_GetObjectData_m4D6C83AAFD1CD37534BE80A76836AA2B77C459BD (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
UnitySerializationHolder_GetUnitySerializationInfo_m4B40C55348C92A9FDE6803796079DCA013F061AD(L_0, 2, NULL);
return;
}
}
// System.String System.DBNull::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DBNull_ToString_m5FD969CA2E0DA3B6D930BF8417C329E5CEA2A73F (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_0;
}
}
// System.String System.DBNull::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DBNull_ToString_mCFD95FFC2CE2AC382920A98847637AC874149E93 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_0;
}
}
// System.TypeCode System.DBNull::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DBNull_GetTypeCode_mDAC5AC02EE92C4240499223EB0002EA971EAB3B1 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Boolean System.DBNull::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DBNull_System_IConvertible_ToBoolean_mC120275948B2FF6D4DF206AB7B64897166BFB233 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToBoolean_mC120275948B2FF6D4DF206AB7B64897166BFB233_RuntimeMethod_var)));
}
}
// System.Char System.DBNull::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DBNull_System_IConvertible_ToChar_m36BDDB94045057C8577293ACE204AB37A5E5E7DD (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToChar_m36BDDB94045057C8577293ACE204AB37A5E5E7DD_RuntimeMethod_var)));
}
}
// System.SByte System.DBNull::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DBNull_System_IConvertible_ToSByte_m3E3593B7FA4BA94F12796103274A02941AB8F76B (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToSByte_m3E3593B7FA4BA94F12796103274A02941AB8F76B_RuntimeMethod_var)));
}
}
// System.Byte System.DBNull::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DBNull_System_IConvertible_ToByte_m75D279A6D246FB4C18A3505382AC7C64AF7C91D2 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToByte_m75D279A6D246FB4C18A3505382AC7C64AF7C91D2_RuntimeMethod_var)));
}
}
// System.Int16 System.DBNull::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DBNull_System_IConvertible_ToInt16_mCCC33069235CD65F4BB8017C9E95F30025457045 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToInt16_mCCC33069235CD65F4BB8017C9E95F30025457045_RuntimeMethod_var)));
}
}
// System.UInt16 System.DBNull::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DBNull_System_IConvertible_ToUInt16_m2B0739D00C82A14A8D88F8FFB418CDD33EEB9B69 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToUInt16_m2B0739D00C82A14A8D88F8FFB418CDD33EEB9B69_RuntimeMethod_var)));
}
}
// System.Int32 System.DBNull::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DBNull_System_IConvertible_ToInt32_m158A01B544BF1B291DCFF9C1A1DE7B40023A1430 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToInt32_m158A01B544BF1B291DCFF9C1A1DE7B40023A1430_RuntimeMethod_var)));
}
}
// System.UInt32 System.DBNull::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DBNull_System_IConvertible_ToUInt32_m953E9B2EDA3E4EEE92564B98851D4384B68A5B13 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToUInt32_m953E9B2EDA3E4EEE92564B98851D4384B68A5B13_RuntimeMethod_var)));
}
}
// System.Int64 System.DBNull::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DBNull_System_IConvertible_ToInt64_mA6E7301D9583B7C320D2AE3C071F1B8B36C853FC (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToInt64_mA6E7301D9583B7C320D2AE3C071F1B8B36C853FC_RuntimeMethod_var)));
}
}
// System.UInt64 System.DBNull::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DBNull_System_IConvertible_ToUInt64_m069773CCE4D88576F428F231BA7CC645143C0FE3 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToUInt64_m069773CCE4D88576F428F231BA7CC645143C0FE3_RuntimeMethod_var)));
}
}
// System.Single System.DBNull::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DBNull_System_IConvertible_ToSingle_mD3FB88964B19BC30F38BF56CA75F56B4DC32D70D (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToSingle_mD3FB88964B19BC30F38BF56CA75F56B4DC32D70D_RuntimeMethod_var)));
}
}
// System.Double System.DBNull::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DBNull_System_IConvertible_ToDouble_mE806417287E17116293BE1B8DDBF62FB8489B02D (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToDouble_mE806417287E17116293BE1B8DDBF62FB8489B02D_RuntimeMethod_var)));
}
}
// System.Decimal System.DBNull::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F DBNull_System_IConvertible_ToDecimal_m9B5A491B2E0FA7259C1B16D279B5D2AC4C1943CE (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToDecimal_m9B5A491B2E0FA7259C1B16D279B5D2AC4C1943CE_RuntimeMethod_var)));
}
}
// System.DateTime System.DBNull::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DBNull_System_IConvertible_ToDateTime_mD910B2FBF27B53C5F9545D73B007AD06939CF882 (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_0 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_0);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E63F7FFCC4D71B5D1C24FD15BAA03F6CE76AACE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DBNull_System_IConvertible_ToDateTime_mD910B2FBF27B53C5F9545D73B007AD06939CF882_RuntimeMethod_var)));
}
}
// System.Object System.DBNull::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DBNull_System_IConvertible_ToType_m02E5C84A8A6B83DFC8B8807A9CA32D49C9C99CCE (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___type0;
RuntimeObject* L_1 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F(__this, L_0, L_1, NULL);
return L_2;
}
}
// System.Void System.DBNull::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__cctor_m2BE365785578776AB9B87F853A070F2715487C0F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* L_0 = (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC*)il2cpp_codegen_object_new(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
NullCheck(L_0);
DBNull__ctor_m0752C7E84B1327B63DB5C42B99606B1ECFE58C08(L_0, NULL);
((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var))->___Value_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var))->___Value_0), (void*)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.DateTime::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
{
goto IL_0011;
}
}
{
int64_t L_1 = ___ticks0;
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0021;
}
}
IL_0011:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F1EB107829748D4B6EAF0971FCDC4458C54CF59)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441_RuntimeMethod_var)));
}
IL_0021:
{
int64_t L_3 = ___ticks0;
__this->____dateData_46 = L_3;
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441_AdjustorThunk (RuntimeObject* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441(_thisAdjusted, ___ticks0, method);
}
// System.Void System.DateTime::.ctor(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, uint64_t ___dateData0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___dateData0;
__this->____dateData_46 = L_0;
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_AdjustorThunk (RuntimeObject* __this, uint64_t ___dateData0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline(_thisAdjusted, ___dateData0, method);
}
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
{
goto IL_0011;
}
}
{
int64_t L_1 = ___ticks0;
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0021;
}
}
IL_0011:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F1EB107829748D4B6EAF0971FCDC4458C54CF59)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE_RuntimeMethod_var)));
}
IL_0021:
{
int32_t L_3 = ___kind1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0029;
}
}
{
int32_t L_4 = ___kind1;
if ((((int32_t)L_4) <= ((int32_t)2)))
{
goto IL_0039;
}
}
IL_0029:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5613A6A4EDEA9E0E59881C956F596200F1345F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE_RuntimeMethod_var)));
}
IL_0039:
{
int64_t L_6 = ___ticks0;
int32_t L_7 = ___kind1;
__this->____dateData_46 = ((int64_t)(L_6|((int64_t)(((int64_t)L_7)<<((int32_t)62)))));
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE_AdjustorThunk (RuntimeObject* __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE(_thisAdjusted, ___ticks0, ___kind1, method);
}
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
{
int64_t G_B5_0 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B5_1 = NULL;
int64_t G_B4_0 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B4_1 = NULL;
int64_t G_B6_0 = 0;
int64_t G_B6_1 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B6_2 = NULL;
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
{
goto IL_0011;
}
}
{
int64_t L_1 = ___ticks0;
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0021;
}
}
IL_0011:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F1EB107829748D4B6EAF0971FCDC4458C54CF59)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2_RuntimeMethod_var)));
}
IL_0021:
{
int64_t L_3 = ___ticks0;
bool L_4 = ___isAmbiguousDst2;
G_B4_0 = L_3;
G_B4_1 = __this;
if (L_4)
{
G_B5_0 = L_3;
G_B5_1 = __this;
goto IL_0031;
}
}
{
G_B6_0 = ((int64_t)(std::numeric_limits<int64_t>::min)());
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_003a;
}
IL_0031:
{
G_B6_0 = ((int64_t)-4611686018427387904LL);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_003a:
{
G_B6_2->____dateData_46 = ((int64_t)(G_B6_1|G_B6_0));
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2_AdjustorThunk (RuntimeObject* __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2(_thisAdjusted, ___ticks0, ___kind1, ___isAmbiguousDst2, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___year0;
int32_t L_1 = ___month1;
int32_t L_2 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_3;
L_3 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_0, L_1, L_2, NULL);
__this->____dateData_46 = L_3;
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88_AdjustorThunk (RuntimeObject* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88(_thisAdjusted, ___year0, ___month1, ___day2, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___year0;
int32_t L_1 = ___month1;
int32_t L_2 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_3;
L_3 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_0, L_1, L_2, NULL);
int32_t L_4 = ___hour3;
int32_t L_5 = ___minute4;
int32_t L_6 = ___second5;
int64_t L_7;
L_7 = DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D(L_4, L_5, L_6, NULL);
__this->____dateData_46 = ((int64_t)il2cpp_codegen_add(L_3, L_7));
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00_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_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00(_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.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___kind6;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___kind6;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_001a;
}
}
IL_000a:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5613A6A4EDEA9E0E59881C956F596200F1345F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3_RuntimeMethod_var)));
}
IL_001a:
{
int32_t L_3 = ___year0;
int32_t L_4 = ___month1;
int32_t L_5 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_6;
L_6 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_3, L_4, L_5, NULL);
int32_t L_7 = ___hour3;
int32_t L_8 = ___minute4;
int32_t L_9 = ___second5;
int64_t L_10;
L_10 = DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D(L_7, L_8, L_9, NULL);
V_0 = ((int64_t)il2cpp_codegen_add(L_6, L_10));
int64_t L_11 = V_0;
int32_t L_12 = ___kind6;
__this->____dateData_46 = ((int64_t)(L_11|((int64_t)(((int64_t)L_12)<<((int32_t)62)))));
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3_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_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_mD89390EF215242275A4E8F78C2C3E8BC3EF6F3C3(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___kind6, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __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_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___millisecond6;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000e;
}
}
{
int32_t L_1 = ___millisecond6;
if ((((int32_t)L_1) < ((int32_t)((int32_t)1000))))
{
goto IL_0033;
}
}
IL_000e:
{
int32_t L_2 = 0;
RuntimeObject* L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_2);
int32_t L_4 = ((int32_t)999);
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4);
String_t* L_6;
L_6 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), L_3, L_5, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DF008E4B70EBA2CEFB30E3226F82557BD7FD14D)), L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201_RuntimeMethod_var)));
}
IL_0033:
{
int32_t L_8 = ___year0;
int32_t L_9 = ___month1;
int32_t L_10 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_11;
L_11 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_8, L_9, L_10, NULL);
int32_t L_12 = ___hour3;
int32_t L_13 = ___minute4;
int32_t L_14 = ___second5;
int64_t L_15;
L_15 = DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D(L_12, L_13, L_14, NULL);
V_0 = ((int64_t)il2cpp_codegen_add(L_11, L_15));
int64_t L_16 = V_0;
int32_t L_17 = ___millisecond6;
V_0 = ((int64_t)il2cpp_codegen_add(L_16, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_17), ((int64_t)((int32_t)10000))))));
int64_t L_18 = V_0;
if ((((int64_t)L_18) < ((int64_t)((int64_t)0))))
{
goto IL_0066;
}
}
{
int64_t L_19 = V_0;
if ((((int64_t)L_19) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0071;
}
}
IL_0066:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_20 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_20);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758669C6E73419F7C9937E6A901F4CFC2057BEED)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201_RuntimeMethod_var)));
}
IL_0071:
{
int64_t L_21 = V_0;
__this->____dateData_46 = L_21;
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201_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_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, const RuntimeMethod* method)
{
int64_t V_0 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_0 = ___calendar7;
if (L_0)
{
goto IL_000f;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71456C9375EC29037A892807E24735E06918DC83)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942_RuntimeMethod_var)));
}
IL_000f:
{
int32_t L_2 = ___millisecond6;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
int32_t L_3 = ___millisecond6;
if ((((int32_t)L_3) < ((int32_t)((int32_t)1000))))
{
goto IL_0042;
}
}
IL_001d:
{
int32_t L_4 = 0;
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4);
int32_t L_6 = ((int32_t)999);
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_6);
String_t* L_8;
L_8 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), L_5, L_7, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DF008E4B70EBA2CEFB30E3226F82557BD7FD14D)), L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942_RuntimeMethod_var)));
}
IL_0042:
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_10 = ___calendar7;
int32_t L_11 = ___year0;
int32_t L_12 = ___month1;
int32_t L_13 = ___day2;
int32_t L_14 = ___hour3;
int32_t L_15 = ___minute4;
int32_t L_16 = ___second5;
NullCheck(L_10);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_17;
L_17 = VirtualFuncInvoker7< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(22 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, L_10, L_11, L_12, L_13, L_14, L_15, L_16, 0);
V_1 = L_17;
int64_t L_18;
L_18 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
V_0 = L_18;
int64_t L_19 = V_0;
int32_t L_20 = ___millisecond6;
V_0 = ((int64_t)il2cpp_codegen_add(L_19, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_20), ((int64_t)((int32_t)10000))))));
int64_t L_21 = V_0;
if ((((int64_t)L_21) < ((int64_t)((int64_t)0))))
{
goto IL_007a;
}
}
{
int64_t L_22 = V_0;
if ((((int64_t)L_22) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0085;
}
}
IL_007a:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_23);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral758669C6E73419F7C9937E6A901F4CFC2057BEED)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942_RuntimeMethod_var)));
}
IL_0085:
{
int64_t L_24 = V_0;
__this->____dateData_46 = L_24;
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942_AdjustorThunk (RuntimeObject* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___calendar7, method);
}
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int64_t V_2 = 0;
uint64_t V_3 = 0;
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* V_4 = NULL;
int64_t V_5 = 0;
String_t* V_6 = NULL;
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958_RuntimeMethod_var)));
}
IL_000e:
{
V_0 = (bool)0;
V_1 = (bool)0;
V_2 = ((int64_t)0);
V_3 = ((int64_t)0);
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___info0;
NullCheck(L_2);
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_3;
L_3 = SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6(L_2, NULL);
V_4 = L_3;
goto IL_0073;
}
IL_0022:
{
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_4 = V_4;
NullCheck(L_4);
String_t* L_5;
L_5 = SerializationInfoEnumerator_get_Name_m58B6D682B6C829258730C1E952E9099ACDDAE734(L_4, NULL);
V_6 = L_5;
String_t* L_6 = V_6;
bool L_7;
L_7 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_6, _stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF, NULL);
if (L_7)
{
goto IL_0049;
}
}
{
String_t* L_8 = V_6;
bool L_9;
L_9 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_8, _stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60, NULL);
if (L_9)
{
goto IL_005f;
}
}
{
goto IL_0073;
}
IL_0049:
{
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_10 = V_4;
NullCheck(L_10);
RuntimeObject* L_11;
L_11 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_10, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
L_12 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_13;
L_13 = Convert_ToInt64_mA1406B21E08189BC896A2260B9753AF60570DE1F(L_11, L_12, NULL);
V_2 = L_13;
V_0 = (bool)1;
goto IL_0073;
}
IL_005f:
{
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_14 = V_4;
NullCheck(L_14);
RuntimeObject* L_15;
L_15 = SerializationInfoEnumerator_get_Value_mBB22843FD639AD42D9A819A9745C21191C3B1DD9(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
L_16 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint64_t L_17;
L_17 = Convert_ToUInt64_mADB5C91571CFFD9E888E683CC55FF10F2B3F699C(L_15, L_16, NULL);
V_3 = L_17;
V_1 = (bool)1;
}
IL_0073:
{
SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_18 = V_4;
NullCheck(L_18);
bool L_19;
L_19 = SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6(L_18, NULL);
if (L_19)
{
goto IL_0022;
}
}
{
bool L_20 = V_1;
if (!L_20)
{
goto IL_0088;
}
}
{
uint64_t L_21 = V_3;
__this->____dateData_46 = L_21;
goto IL_009f;
}
IL_0088:
{
bool L_22 = V_0;
if (!L_22)
{
goto IL_0094;
}
}
{
int64_t L_23 = V_2;
__this->____dateData_46 = L_23;
goto IL_009f;
}
IL_0094:
{
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_24 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
NullCheck(L_24);
SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE6F438B4D15D9368DB9AB085363FC309684D805)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958_RuntimeMethod_var)));
}
IL_009f:
{
int64_t L_25;
L_25 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
V_5 = L_25;
int64_t L_26 = V_5;
if ((((int64_t)L_26) < ((int64_t)((int64_t)0))))
{
goto IL_00ba;
}
}
{
int64_t L_27 = V_5;
if ((((int64_t)L_27) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_00c5;
}
}
IL_00ba:
{
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_28 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
NullCheck(L_28);
SerializationException__ctor_m0AAFE2ABD0A74F3E783AD5B5FE842DE460168DB0(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0CC8D9716F300EE4E27BA8D2C8FFFB6AD822D078)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958_RuntimeMethod_var)));
}
IL_00c5:
{
return;
}
}
IL2CPP_EXTERN_C void DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958_AdjustorThunk (RuntimeObject* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime__ctor_m3BCC46F053A8B6C0BF4E67B5E6AEF8E11D18E958(_thisAdjusted, ___info0, ___context1, method);
}
// System.Int64 System.DateTime::get_InternalTicks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->____dateData_46;
return ((int64_t)((int64_t)L_0&((int64_t)4611686018427387903LL)));
}
}
IL2CPP_EXTERN_C int64_t DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(_thisAdjusted, method);
return _returnValue;
}
// System.UInt64 System.DateTime::get_InternalKind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->____dateData_46;
return ((int64_t)((int64_t)L_0&((int64_t)-4611686018427387904LL)));
}
}
IL2CPP_EXTERN_C uint64_t DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
uint64_t _returnValue;
_returnValue = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTime::Add(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method)
{
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___value0;
int64_t L_1 = L_0.____ticks_22;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D(__this, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1_AdjustorThunk (RuntimeObject* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
double G_B2_0 = 0.0;
double G_B1_0 = 0.0;
double G_B3_0 = 0.0;
double G_B3_1 = 0.0;
{
double L_0 = ___value0;
int32_t L_1 = ___scale1;
double L_2 = ___value0;
G_B1_0 = ((double)il2cpp_codegen_multiply(L_0, ((double)L_1)));
if ((((double)L_2) >= ((double)(0.0))))
{
G_B2_0 = ((double)il2cpp_codegen_multiply(L_0, ((double)L_1)));
goto IL_001b;
}
}
{
G_B3_0 = (-0.5);
G_B3_1 = G_B1_0;
goto IL_0024;
}
IL_001b:
{
G_B3_0 = (0.5);
G_B3_1 = G_B2_0;
}
IL_0024:
{
V_0 = il2cpp_codegen_cast_double_to_int<int64_t>(((double)il2cpp_codegen_add(G_B3_1, G_B3_0)));
int64_t L_3 = V_0;
if ((((int64_t)L_3) <= ((int64_t)((int64_t)-315537897600000LL))))
{
goto IL_003f;
}
}
{
int64_t L_4 = V_0;
if ((((int64_t)L_4) < ((int64_t)((int64_t)315537897600000LL))))
{
goto IL_004f;
}
}
IL_003f:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BB7D514C3D15F77603EC9C1408F5FF44C944EAF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316_RuntimeMethod_var)));
}
IL_004f:
{
int64_t L_6 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D(__this, ((int64_t)il2cpp_codegen_multiply(L_6, ((int64_t)((int32_t)10000)))), NULL);
return L_7;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316_AdjustorThunk (RuntimeObject* __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316(_thisAdjusted, ___value0, ___scale1, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddDays(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316(__this, L_0, ((int32_t)86400000), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMilliseconds_mEF44A0EE635A478B7B0CDAA438D2240C14C88D05 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316(__this, L_0, 1, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMilliseconds_mEF44A0EE635A478B7B0CDAA438D2240C14C88D05_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddMilliseconds_mEF44A0EE635A478B7B0CDAA438D2240C14C88D05(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddMonths(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___months0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
int32_t L_0 = ___months0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-120000))))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___months0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)120000))))
{
goto IL_0020;
}
}
IL_0010:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD83041E889BDAEB8F029AF50549D1347BD7FC949)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB020DAEB80AFE3984CF55839FF7F2659288FFC06)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD_RuntimeMethod_var)));
}
IL_0020:
{
DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D(__this, (&V_0), (&V_1), (&V_2), NULL);
int32_t L_3 = V_1;
int32_t L_4 = ___months0;
V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_3, 1)), L_4));
int32_t L_5 = V_3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0046;
}
}
{
int32_t L_6 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_6%((int32_t)12))), 1));
int32_t L_7 = V_0;
int32_t L_8 = V_3;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, ((int32_t)(L_8/((int32_t)12)))));
goto IL_005a;
}
IL_0046:
{
int32_t L_9 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)12), ((int32_t)(((int32_t)il2cpp_codegen_add(L_9, 1))%((int32_t)12)))));
int32_t L_10 = V_0;
int32_t L_11 = V_3;
V_0 = ((int32_t)il2cpp_codegen_add(L_10, ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_11, ((int32_t)11)))/((int32_t)12)))));
}
IL_005a:
{
int32_t L_12 = V_0;
if ((((int32_t)L_12) < ((int32_t)1)))
{
goto IL_0066;
}
}
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)9999))))
{
goto IL_0076;
}
}
IL_0066:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_14);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD83041E889BDAEB8F029AF50549D1347BD7FC949)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF33310D7EB57AD4B307AAB16E09002FFD4E34FF3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD_RuntimeMethod_var)));
}
IL_0076:
{
int32_t L_15 = V_0;
int32_t L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_17;
L_17 = DateTime_DaysInMonth_m0D32B96A924B642096EAA09FFDE74F1B6568714C(L_15, L_16, NULL);
V_4 = L_17;
int32_t L_18 = V_2;
int32_t L_19 = V_4;
if ((((int32_t)L_18) <= ((int32_t)L_19)))
{
goto IL_0087;
}
}
{
int32_t L_20 = V_4;
V_2 = L_20;
}
IL_0087:
{
int32_t L_21 = V_0;
int32_t L_22 = V_1;
int32_t L_23 = V_2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_24;
L_24 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_21, L_22, L_23, NULL);
int64_t L_25;
L_25 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
uint64_t L_26;
L_26 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(__this, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_27;
memset((&L_27), 0, sizeof(L_27));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_27), ((int64_t)(((int64_t)il2cpp_codegen_add(L_24, ((int64_t)(L_25%((int64_t)864000000000LL)))))|(int64_t)L_26)), /*hidden argument*/NULL);
return L_27;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD_AdjustorThunk (RuntimeObject* __this, int32_t ___months0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD(_thisAdjusted, ___months0, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddSeconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddSeconds_mC5FE3FB22A1295CA747746ECE48B9D4A4B6B2E81 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_Add_m33C942DCCCB0106EB41CB571B014532CC7D4F316(__this, L_0, ((int32_t)1000), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddSeconds_mC5FE3FB22A1295CA747746ECE48B9D4A4B6B2E81_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddSeconds_mC5FE3FB22A1295CA747746ECE48B9D4A4B6B2E81(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___value0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
V_0 = L_0;
int64_t L_1 = ___value0;
int64_t L_2 = V_0;
if ((((int64_t)L_1) > ((int64_t)((int64_t)il2cpp_codegen_subtract(((int64_t)3155378975999999999LL), L_2)))))
{
goto IL_001c;
}
}
{
int64_t L_3 = ___value0;
int64_t L_4 = V_0;
if ((((int64_t)L_3) >= ((int64_t)((int64_t)il2cpp_codegen_subtract(((int64_t)0), L_4)))))
{
goto IL_002c;
}
}
IL_001c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF33310D7EB57AD4B307AAB16E09002FFD4E34FF3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D_RuntimeMethod_var)));
}
IL_002c:
{
int64_t L_6 = V_0;
int64_t L_7 = ___value0;
uint64_t L_8;
L_8 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(__this, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
memset((&L_9), 0, sizeof(L_9));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_9), ((int64_t)(((int64_t)il2cpp_codegen_add(L_6, L_7))|(int64_t)L_8)), /*hidden argument*/NULL);
return L_9;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D_AdjustorThunk (RuntimeObject* __this, int64_t ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::AddYears(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-10000))))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)10000))))
{
goto IL_0020;
}
}
IL_0010:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE9BB7116C03E5DA9D01F8D4803A0FFE9ADA5307)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB655C47A0A1F6AF4DCDB6B7A1506B8EFB729C8BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE_RuntimeMethod_var)));
}
IL_0020:
{
int32_t L_3 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
L_4 = DateTime_AddMonths_mF426338945B097998273C1AD421CF809035660AD(__this, ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)12))), NULL);
return L_4;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_AddYears_mA68B1642A84DA30E21F6279BE5196FC07B578DEE(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Int32 System.DateTime::Compare(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_Compare_mFE3B56B438BCB6AB84E3A9042F2D4970AB47F10A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t10), NULL);
V_0 = L_0;
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t21), NULL);
V_1 = L_1;
int64_t L_2 = V_0;
int64_t L_3 = V_1;
if ((((int64_t)L_2) <= ((int64_t)L_3)))
{
goto IL_0016;
}
}
{
return 1;
}
IL_0016:
{
int64_t L_4 = V_0;
int64_t L_5 = V_1;
if ((((int64_t)L_4) >= ((int64_t)L_5)))
{
goto IL_001c;
}
}
{
return (-1);
}
IL_001c:
{
return 0;
}
}
// System.Int32 System.DateTime::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject* L_1 = ___value0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5555755D3361E32457AAF97F7B3A0E3237765D53)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9_RuntimeMethod_var)));
}
IL_0018:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
RuntimeObject* L_4 = ___value0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = DateTime_Compare_mFE3B56B438BCB6AB84E3A9042F2D4970AB47F10A(L_3, ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_4, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))), NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_CompareTo_m2DC5F6BDB6A7D578448192AA07953CBC97BECAC9(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Int32 System.DateTime::CompareTo(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = DateTime_Compare_mFE3B56B438BCB6AB84E3A9042F2D4970AB47F10A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B7_0 = NULL;
{
int32_t L_0 = ___year0;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_006c;
}
}
{
int32_t L_1 = ___year0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)9999))))
{
goto IL_006c;
}
}
{
int32_t L_2 = ___month1;
if ((((int32_t)L_2) < ((int32_t)1)))
{
goto IL_006c;
}
}
{
int32_t L_3 = ___month1;
if ((((int32_t)L_3) > ((int32_t)((int32_t)12))))
{
goto IL_006c;
}
}
{
int32_t L_4 = ___year0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2(L_4, NULL);
if (L_5)
{
goto IL_0024;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30;
G_B7_0 = L_6;
goto IL_0029;
}
IL_0024:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31;
G_B7_0 = L_7;
}
IL_0029:
{
V_0 = G_B7_0;
int32_t L_8 = ___day2;
if ((((int32_t)L_8) < ((int32_t)1)))
{
goto IL_006c;
}
}
{
int32_t L_9 = ___day2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* 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<il2cpp_array_size_t>(L_12));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = V_0;
int32_t L_15 = ___month1;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if ((((int32_t)L_9) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_13, L_17)))))
{
goto IL_006c;
}
}
{
int32_t L_18 = ___year0;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_18, 1));
int32_t L_19 = V_1;
int32_t L_20 = V_1;
int32_t L_21 = V_1;
int32_t L_22 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = V_0;
int32_t L_24 = ___month1;
NullCheck(L_23);
int32_t L_25 = ((int32_t)il2cpp_codegen_subtract(L_24, 1));
int32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
int32_t L_27 = ___day2;
return ((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_19, ((int32_t)365))), ((int32_t)(L_20/4)))), ((int32_t)(L_21/((int32_t)100))))), ((int32_t)(L_22/((int32_t)400))))), L_26)), L_27)), 1))), ((int64_t)864000000000LL)));
}
IL_006c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_28 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_28);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_28, (String_t*)NULL, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C41D52FA73299672D15406F85174D906E9E65DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340_RuntimeMethod_var)));
}
}
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___hour0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_1 = ___hour0;
if ((((int32_t)L_1) >= ((int32_t)((int32_t)24))))
{
goto IL_0024;
}
}
{
int32_t L_2 = ___minute1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_3 = ___minute1;
if ((((int32_t)L_3) >= ((int32_t)((int32_t)60))))
{
goto IL_0024;
}
}
{
int32_t L_4 = ___second2;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_5 = ___second2;
if ((((int32_t)L_5) >= ((int32_t)((int32_t)60))))
{
goto IL_0024;
}
}
{
int32_t L_6 = ___hour0;
int32_t L_7 = ___minute1;
int32_t L_8 = ___second2;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
int64_t L_9;
L_9 = TimeSpan_TimeToTicks_m4D842D45438020E7E0CFF1840088992F73FAAB9C(L_6, L_7, L_8, NULL);
return L_9;
}
IL_0024:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_10);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, (String_t*)NULL, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09E3CE30ED220A58CBC39E1FB2FC6F254A93DB03)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D_RuntimeMethod_var)));
}
}
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m0D32B96A924B642096EAA09FFDE74F1B6568714C (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B6_0 = NULL;
{
int32_t L_0 = ___month1;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_0009;
}
}
{
int32_t L_1 = ___month1;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)12))))
{
goto IL_0019;
}
}
IL_0009:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30D99F99F1F4688CE08A3BF1B034C9CD49C19174)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAE2329D6E15DBA161C93E78324E39B842CF47E4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_DaysInMonth_m0D32B96A924B642096EAA09FFDE74F1B6568714C_RuntimeMethod_var)));
}
IL_0019:
{
int32_t L_3 = ___year0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2(L_3, NULL);
if (L_4)
{
goto IL_0028;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30;
G_B6_0 = L_5;
goto IL_002d;
}
IL_0028:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31;
G_B6_0 = L_6;
}
IL_002d:
{
V_0 = G_B6_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = V_0;
int32_t L_8 = ___month1;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_11 = V_0;
int32_t L_12 = ___month1;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_subtract(L_12, 1));
int32_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
return ((int32_t)il2cpp_codegen_subtract(L_10, L_14));
}
}
// System.Boolean System.DateTime::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m0EF1F769B475D00BB907072ED7585E6A6ECAB133 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))
{
goto IL_001f;
}
}
{
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
RuntimeObject* L_2 = ___value0;
V_0 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
int64_t L_3;
L_3 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&V_0), NULL);
return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0);
}
IL_001f:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool DateTime_Equals_m0EF1F769B475D00BB907072ED7585E6A6ECAB133_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
bool _returnValue;
_returnValue = DateTime_Equals_m0EF1F769B475D00BB907072ED7585E6A6ECAB133(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Boolean System.DateTime::Equals(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___value0), NULL);
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
bool _returnValue;
_returnValue = DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::FromBinary(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromBinary_mE8F7B7FF89757A6DECF43BAEE40FA62ACE149A36 (int64_t ___dateData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
bool V_1 = false;
int64_t V_2 = 0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
int64_t L_0 = ___dateData0;
if (!((int64_t)(L_0&((int64_t)(std::numeric_limits<int64_t>::min)()))))
{
goto IL_00d3;
}
}
{
int64_t L_1 = ___dateData0;
V_0 = ((int64_t)(L_1&((int64_t)4611686018427387903LL)));
int64_t L_2 = V_0;
if ((((int64_t)L_2) <= ((int64_t)((int64_t)4611685154427387904LL))))
{
goto IL_0034;
}
}
{
int64_t L_3 = V_0;
V_0 = ((int64_t)il2cpp_codegen_subtract(L_3, ((int64_t)4611686018427387904LL)));
}
IL_0034:
{
V_1 = (bool)0;
int64_t L_4 = V_0;
if ((((int64_t)L_4) >= ((int64_t)((int64_t)0))))
{
goto IL_0051;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6;
L_6 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_5, 2, NULL);
V_3 = L_6;
int64_t L_7;
L_7 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_2 = L_7;
goto IL_0094;
}
IL_0051:
{
int64_t L_8 = V_0;
if ((((int64_t)L_8) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0073;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10;
L_10 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_9, 2, NULL);
V_3 = L_10;
int64_t L_11;
L_11 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_2 = L_11;
goto IL_0094;
}
IL_0073:
{
int64_t L_12 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13;
memset((&L_13), 0, sizeof(L_13));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_13), L_12, 1, /*hidden argument*/NULL);
V_4 = (bool)0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_14;
L_14 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15;
L_15 = TimeZoneInfo_GetUtcOffsetFromUtc_m56457555F1923B673BDA645C17CBE6E7547B13EE(L_13, L_14, (&V_4), (&V_1), NULL);
V_3 = L_15;
int64_t L_16;
L_16 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_2 = L_16;
}
IL_0094:
{
int64_t L_17 = V_0;
int64_t L_18 = V_2;
V_0 = ((int64_t)il2cpp_codegen_add(L_17, L_18));
int64_t L_19 = V_0;
if ((((int64_t)L_19) >= ((int64_t)((int64_t)0))))
{
goto IL_00a9;
}
}
{
int64_t L_20 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add(L_20, ((int64_t)864000000000LL)));
}
IL_00a9:
{
int64_t L_21 = V_0;
if ((((int64_t)L_21) < ((int64_t)((int64_t)0))))
{
goto IL_00ba;
}
}
{
int64_t L_22 = V_0;
if ((((int64_t)L_22) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_00ca;
}
}
IL_00ba:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_23);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3E53F482F854233BE7E79000141D8F223B6682B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_FromBinary_mE8F7B7FF89757A6DECF43BAEE40FA62ACE149A36_RuntimeMethod_var)));
}
IL_00ca:
{
int64_t L_24 = V_0;
bool L_25 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_26;
memset((&L_26), 0, sizeof(L_26));
DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2((&L_26), L_24, 2, L_25, /*hidden argument*/NULL);
return L_26;
}
IL_00d3:
{
int64_t L_27 = ___dateData0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28;
L_28 = DateTime_FromBinaryRaw_m20FBED2E10BA81E90AC6A730D3739DEA770C8ACF(L_27, NULL);
return L_28;
}
}
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromBinaryRaw_m20FBED2E10BA81E90AC6A730D3739DEA770C8ACF (int64_t ___dateData0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0 = ___dateData0;
V_0 = ((int64_t)(L_0&((int64_t)4611686018427387903LL)));
int64_t L_1 = V_0;
if ((((int64_t)L_1) < ((int64_t)((int64_t)0))))
{
goto IL_001d;
}
}
{
int64_t L_2 = V_0;
if ((((int64_t)L_2) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_002d;
}
}
IL_001d:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3E53F482F854233BE7E79000141D8F223B6682B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_FromBinaryRaw_m20FBED2E10BA81E90AC6A730D3739DEA770C8ACF_RuntimeMethod_var)));
}
IL_002d:
{
int64_t L_4 = ___dateData0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
memset((&L_5), 0, sizeof(L_5));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_5), L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.DateTime System.DateTime::FromFileTime(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromFileTime_mCE5184040AA145C99C6272186B9A4FF1F0B87FF1 (int64_t ___fileTime0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
int64_t L_0 = ___fileTime0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_FromFileTimeUtc_mDE5C469308AD8A4AAA0453457F9979BD874E2731(L_0, NULL);
V_0 = L_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_0), NULL);
return L_2;
}
}
// System.DateTime System.DateTime::FromFileTimeUtc(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_FromFileTimeUtc_mDE5C469308AD8A4AAA0453457F9979BD874E2731 (int64_t ___fileTime0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___fileTime0;
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
{
goto IL_0011;
}
}
{
int64_t L_1 = ___fileTime0;
if ((((int64_t)L_1) <= ((int64_t)((int64_t)2650467743999999999LL))))
{
goto IL_0021;
}
}
IL_0011:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB62E92766460DDF2A10079AF8CE4DDDFD86586A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C0FB1B49782357DC1CCDE93D4ADFB4161605BC7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_FromFileTimeUtc_mDE5C469308AD8A4AAA0453457F9979BD874E2731_RuntimeMethod_var)));
}
IL_0021:
{
int64_t L_3 = ___fileTime0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
memset((&L_4), 0, sizeof(L_4));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_4), ((int64_t)il2cpp_codegen_add(L_3, ((int64_t)504911232000000000LL))), 1, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.DateTime::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C_RuntimeMethod_var)));
}
IL_000e:
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___info0;
int64_t L_3;
L_3 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
NullCheck(L_2);
SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324(L_2, _stringLiteral928FFC09BCE4E64CA3AC5579C0DCC18658018EEF, L_3, NULL);
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___info0;
uint64_t L_5 = __this->____dateData_46;
NullCheck(L_4);
SerializationInfo_AddValue_mA4580664C8C0D978F65E405D235E3BAF945B25AF(L_4, _stringLiteral5906B1AF129B2EACC9A652E63E3344351D9DEE60, L_5, NULL);
return;
}
}
IL2CPP_EXTERN_C void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C_AdjustorThunk (RuntimeObject* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_mC90A1D56C5CD5E23BE66C9D90EC3A867C71F490C(_thisAdjusted, ___info0, ___context1, method);
}
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, int32_t ___kind1, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___value0), NULL);
int32_t L_1 = ___kind1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
memset((&L_2), 0, sizeof(L_2));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_2), L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.DateTime::get_Date()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Date_m24A9ECCD369D892A2D6B01B30066E50E50584A7D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
int64_t L_1 = L_0;
uint64_t L_2;
L_2 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(__this, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
memset((&L_3), 0, sizeof(L_3));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_3), ((int64_t)(((int64_t)il2cpp_codegen_subtract(L_1, ((int64_t)(L_1%((int64_t)864000000000LL)))))|(int64_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Date_m24A9ECCD369D892A2D6B01B30066E50E50584A7D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_get_Date_m24A9ECCD369D892A2D6B01B30066E50E50584A7D(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::GetDatePart(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___part0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
int32_t V_6 = 0;
int32_t G_B13_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B16_0 = NULL;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
V_0 = ((int32_t)((int64_t)(L_0/((int64_t)864000000000LL))));
int32_t L_1 = V_0;
V_1 = ((int32_t)(L_1/((int32_t)146097)));
int32_t L_2 = V_0;
int32_t L_3 = V_1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)146097)))));
int32_t L_4 = V_0;
V_2 = ((int32_t)(L_4/((int32_t)36524)));
int32_t L_5 = V_2;
if ((!(((uint32_t)L_5) == ((uint32_t)4))))
{
goto IL_0032;
}
}
{
V_2 = 3;
}
IL_0032:
{
int32_t L_6 = V_0;
int32_t L_7 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)36524)))));
int32_t L_8 = V_0;
V_3 = ((int32_t)(L_8/((int32_t)1461)));
int32_t L_9 = V_0;
int32_t L_10 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)1461)))));
int32_t L_11 = V_0;
V_4 = ((int32_t)(L_11/((int32_t)365)));
int32_t L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
{
goto IL_005f;
}
}
{
V_4 = 3;
}
IL_005f:
{
int32_t L_13 = ___part0;
if (L_13)
{
goto IL_0078;
}
}
{
int32_t L_14 = V_1;
int32_t L_15 = V_2;
int32_t L_16 = V_3;
int32_t L_17 = V_4;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)400))), ((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)100))))), ((int32_t)il2cpp_codegen_multiply(L_16, 4)))), L_17)), 1));
}
IL_0078:
{
int32_t L_18 = V_0;
int32_t L_19 = V_4;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_18, ((int32_t)il2cpp_codegen_multiply(L_19, ((int32_t)365)))));
int32_t L_20 = ___part0;
if ((!(((uint32_t)L_20) == ((uint32_t)1))))
{
goto IL_008b;
}
}
{
int32_t L_21 = V_0;
return ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_008b:
{
int32_t L_22 = V_4;
if ((!(((uint32_t)L_22) == ((uint32_t)3))))
{
goto IL_009e;
}
}
{
int32_t L_23 = V_3;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)24)))))
{
goto IL_009b;
}
}
{
int32_t L_24 = V_2;
G_B13_0 = ((((int32_t)L_24) == ((int32_t)3))? 1 : 0);
goto IL_009f;
}
IL_009b:
{
G_B13_0 = 1;
goto IL_009f;
}
IL_009e:
{
G_B13_0 = 0;
}
IL_009f:
{
if (G_B13_0)
{
goto IL_00a8;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_25 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30;
G_B16_0 = L_25;
goto IL_00ad;
}
IL_00a8:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_26 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31;
G_B16_0 = L_26;
}
IL_00ad:
{
V_5 = G_B16_0;
int32_t L_27 = V_0;
V_6 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_27>>5)), 1));
goto IL_00be;
}
IL_00b8:
{
int32_t L_28 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00be:
{
int32_t L_29 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = V_5;
int32_t L_31 = V_6;
NullCheck(L_30);
int32_t L_32 = L_31;
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
if ((((int32_t)L_29) >= ((int32_t)L_33)))
{
goto IL_00b8;
}
}
{
int32_t L_34 = ___part0;
if ((!(((uint32_t)L_34) == ((uint32_t)2))))
{
goto IL_00cd;
}
}
{
int32_t L_35 = V_6;
return L_35;
}
IL_00cd:
{
int32_t L_36 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = V_5;
int32_t L_38 = V_6;
NullCheck(L_37);
int32_t L_39 = ((int32_t)il2cpp_codegen_subtract(L_38, 1));
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_36, L_40)), 1));
}
}
IL2CPP_EXTERN_C int32_t DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7_AdjustorThunk (RuntimeObject* __this, int32_t ___part0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7(_thisAdjusted, ___part0, method);
return _returnValue;
}
// System.Void System.DateTime::GetDatePart(System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t* ___year0, int32_t* ___month1, int32_t* ___day2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
int32_t V_6 = 0;
int32_t G_B9_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B12_0 = NULL;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
V_0 = ((int32_t)((int64_t)(L_0/((int64_t)864000000000LL))));
int32_t L_1 = V_0;
V_1 = ((int32_t)(L_1/((int32_t)146097)));
int32_t L_2 = V_0;
int32_t L_3 = V_1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)146097)))));
int32_t L_4 = V_0;
V_2 = ((int32_t)(L_4/((int32_t)36524)));
int32_t L_5 = V_2;
if ((!(((uint32_t)L_5) == ((uint32_t)4))))
{
goto IL_0032;
}
}
{
V_2 = 3;
}
IL_0032:
{
int32_t L_6 = V_0;
int32_t L_7 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)36524)))));
int32_t L_8 = V_0;
V_3 = ((int32_t)(L_8/((int32_t)1461)));
int32_t L_9 = V_0;
int32_t L_10 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)1461)))));
int32_t L_11 = V_0;
V_4 = ((int32_t)(L_11/((int32_t)365)));
int32_t L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
{
goto IL_005f;
}
}
{
V_4 = 3;
}
IL_005f:
{
int32_t* L_13 = ___year0;
int32_t L_14 = V_1;
int32_t L_15 = V_2;
int32_t L_16 = V_3;
int32_t L_17 = V_4;
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)400))), ((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)100))))), ((int32_t)il2cpp_codegen_multiply(L_16, 4)))), L_17)), 1));
int32_t L_18 = V_0;
int32_t L_19 = V_4;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_18, ((int32_t)il2cpp_codegen_multiply(L_19, ((int32_t)365)))));
int32_t L_20 = V_4;
if ((!(((uint32_t)L_20) == ((uint32_t)3))))
{
goto IL_0094;
}
}
{
int32_t L_21 = V_3;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)24)))))
{
goto IL_0091;
}
}
{
int32_t L_22 = V_2;
G_B9_0 = ((((int32_t)L_22) == ((int32_t)3))? 1 : 0);
goto IL_0095;
}
IL_0091:
{
G_B9_0 = 1;
goto IL_0095;
}
IL_0094:
{
G_B9_0 = 0;
}
IL_0095:
{
if (G_B9_0)
{
goto IL_009e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30;
G_B12_0 = L_23;
goto IL_00a3;
}
IL_009e:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31;
G_B12_0 = L_24;
}
IL_00a3:
{
V_5 = G_B12_0;
int32_t L_25 = V_0;
V_6 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_25>>5)), 1));
goto IL_00b4;
}
IL_00ae:
{
int32_t L_26 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_00b4:
{
int32_t L_27 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = V_5;
int32_t L_29 = V_6;
NullCheck(L_28);
int32_t L_30 = L_29;
int32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((((int32_t)L_27) >= ((int32_t)L_31)))
{
goto IL_00ae;
}
}
{
int32_t* L_32 = ___month1;
int32_t L_33 = V_6;
*((int32_t*)L_32) = (int32_t)L_33;
int32_t* L_34 = ___day2;
int32_t L_35 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_36 = V_5;
int32_t L_37 = V_6;
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_subtract(L_37, 1));
int32_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_35, L_39)), 1));
return;
}
}
IL2CPP_EXTERN_C void DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D_AdjustorThunk (RuntimeObject* __this, int32_t* ___year0, int32_t* ___month1, int32_t* ___day2, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D(_thisAdjusted, ___year0, ___month1, ___day2, method);
}
// System.Int32 System.DateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7(__this, 3, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28(_thisAdjusted, method);
return _returnValue;
}
// System.DayOfWeek System.DateTime::get_DayOfWeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_mAC680139BCAA1613FC134454D1AD1B502CB1BB68 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return (int32_t)(((int32_t)((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(L_0/((int64_t)864000000000LL))), ((int64_t)1)))%((int64_t)7)))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_DayOfWeek_mAC680139BCAA1613FC134454D1AD1B502CB1BB68_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_DayOfWeek_mAC680139BCAA1613FC134454D1AD1B502CB1BB68(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_m206A3B9394E6D089311A1A81305A5A1AB30B2D99 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
V_0 = L_0;
int64_t L_1 = V_0;
int64_t L_2 = V_0;
return ((int32_t)(((int32_t)L_1)^((int32_t)((int64_t)(L_2>>((int32_t)32))))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_GetHashCode_m206A3B9394E6D089311A1A81305A5A1AB30B2D99_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_GetHashCode_m206A3B9394E6D089311A1A81305A5A1AB30B2D99(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return ((int32_t)((int64_t)(((int64_t)(L_0/((int64_t)36000000000LL)))%((int64_t)((int32_t)24)))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.DateTime::IsAmbiguousDaylightSavingTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsAmbiguousDaylightSavingTime_m64C6D8280BA8A65E63FBE5F84F52702ABE15CE27 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
uint64_t L_0;
L_0 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(__this, NULL);
return (bool)((((int64_t)L_0) == ((int64_t)((int64_t)-4611686018427387904LL)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool DateTime_IsAmbiguousDaylightSavingTime_m64C6D8280BA8A65E63FBE5F84F52702ABE15CE27_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
bool _returnValue;
_returnValue = DateTime_IsAmbiguousDaylightSavingTime_m64C6D8280BA8A65E63FBE5F84F52702ABE15CE27(_thisAdjusted, method);
return _returnValue;
}
// System.DateTimeKind System.DateTime::get_Kind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint64_t L_0;
L_0 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815(__this, NULL);
V_0 = L_0;
uint64_t L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
uint64_t L_2 = V_0;
if ((((int64_t)L_2) == ((int64_t)((int64_t)4611686018427387904LL))))
{
goto IL_001a;
}
}
{
goto IL_001c;
}
IL_0018:
{
return (int32_t)(0);
}
IL_001a:
{
return (int32_t)(1);
}
IL_001c:
{
return (int32_t)(2);
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_mD47CAACAF231AA82552DA9F71836784AF8E27878 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return ((int32_t)((int64_t)(((int64_t)(L_0/((int64_t)((int32_t)10000))))%((int64_t)((int32_t)1000)))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Millisecond_mD47CAACAF231AA82552DA9F71836784AF8E27878_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Millisecond_mD47CAACAF231AA82552DA9F71836784AF8E27878(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return ((int32_t)((int64_t)(((int64_t)(L_0/((int64_t)((int32_t)600000000))))%((int64_t)((int32_t)60)))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7(__this, 2, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTime::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int64_t V_2 = 0;
int64_t V_3 = 0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_4;
memset((&V_4), 0, sizeof(V_4));
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTime_get_UtcNow_m5D776FFEBC81592B361E4C7AF373297C5DFB46FD(NULL);
V_0 = L_0;
V_1 = (bool)0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m3F895CC77AC7FC3FD44C6E488DD4F0A48AB5E94D(L_1, (&V_1), NULL);
V_4 = L_2;
int64_t L_3;
L_3 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_4), NULL);
V_2 = L_3;
int64_t L_4;
L_4 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
int64_t L_5 = V_2;
V_3 = ((int64_t)il2cpp_codegen_add(L_4, L_5));
int64_t L_6 = V_3;
if ((((int64_t)L_6) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0040;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
memset((&L_7), 0, sizeof(L_7));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_7), ((int64_t)3155378975999999999LL), 2, /*hidden argument*/NULL);
return L_7;
}
IL_0040:
{
int64_t L_8 = V_3;
if ((((int64_t)L_8) >= ((int64_t)((int64_t)0))))
{
goto IL_004e;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
memset((&L_9), 0, sizeof(L_9));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_9), ((int64_t)0), 2, /*hidden argument*/NULL);
return L_9;
}
IL_004e:
{
int64_t L_10 = V_3;
bool L_11 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12;
memset((&L_12), 0, sizeof(L_12));
DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2((&L_12), L_10, 2, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.Int32 System.DateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return ((int32_t)((int64_t)(((int64_t)(L_0/((int64_t)((int32_t)10000000))))%((int64_t)((int32_t)60)))));
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA(_thisAdjusted, method);
return _returnValue;
}
// System.Int64 System.DateTime::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(_thisAdjusted, method);
return _returnValue;
}
// System.TimeSpan System.DateTime::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
memset((&L_1), 0, sizeof(L_1));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_1), ((int64_t)(L_0%((int64_t)864000000000LL))), /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A _returnValue;
_returnValue = DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = DateTime_GetDatePart_m16709BE6046BFAA2C389EE00C30F86C9A0EE06F7(__this, 0, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C int32_t DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2 (int32_t ___year0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___year0;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___year0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)9999))))
{
goto IL_001c;
}
}
IL_000c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral978E2B96DC2EF05DF82DED36A0D229D41A53154C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2_RuntimeMethod_var)));
}
IL_001c:
{
int32_t L_3 = ___year0;
if (((int32_t)(L_3%4)))
{
goto IL_0034;
}
}
{
int32_t L_4 = ___year0;
if (((int32_t)(L_4%((int32_t)100))))
{
goto IL_0032;
}
}
{
int32_t L_5 = ___year0;
return (bool)((((int32_t)((int32_t)(L_5%((int32_t)400)))) == ((int32_t)0))? 1 : 0);
}
IL_0032:
{
return (bool)1;
}
IL_0034:
{
return (bool)0;
}
}
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Parse_mFC060EFBF6C9D9FF7E17E23800E3CB14D04B322A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000a;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_000a:
{
String_t* L_1 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
L_2 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_1, NULL);
RuntimeObject* L_3 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4;
L_4 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
L_5 = DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07(L_2, L_4, 0, NULL);
return L_5;
}
}
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Parse_m17C70C18C661D20F18E0B9A4434E0197681BFAED (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0015;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_0015:
{
String_t* L_2 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
L_3 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_2, NULL);
RuntimeObject* L_4 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5;
L_5 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_4, NULL);
int32_t L_6 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07(L_3, L_5, L_6, NULL);
return L_7;
}
}
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ParseExact_m5DDDA773A5C56BC14E437D5B8B07D1EAFED46454 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2(L_0, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0015;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_0015:
{
String_t* L_2 = ___format1;
if (L_2)
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)50), NULL);
}
IL_001f:
{
String_t* L_3 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4;
L_4 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_3, NULL);
String_t* L_5 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
L_6 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_5, NULL);
RuntimeObject* L_7 = ___provider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8;
L_8 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_7, NULL);
int32_t L_9 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
L_10 = DateTimeParse_ParseExact_mDC1B5C2449904A353081D0850E2B8FC14083426C(L_4, L_6, L_8, L_9, NULL);
return L_10;
}
}
// System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ParseExact_m6187A243D56D5B9C9A0165E156B510395702D1F5 (String_t* ___s0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___formats1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2(L_0, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0015;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_0015:
{
String_t* L_2 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
L_3 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_2, NULL);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___formats1;
RuntimeObject* L_5 = ___provider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6;
L_6 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_5, NULL);
int32_t L_7 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
L_8 = DateTimeParse_ParseExactMultiple_mE44689529A8878BBCBCD9FAF7DE1756A8B93C1C3(L_3, L_4, L_6, L_7, NULL);
return L_8;
}
}
// System.TimeSpan System.DateTime::Subtract(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D(__this, NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___value0), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
memset((&L_2), 0, sizeof(L_2));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_2), ((int64_t)il2cpp_codegen_subtract(L_0, L_1)), /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A _returnValue;
_returnValue = DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.DateTime System.DateTime::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595(__this, (bool)0, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int64_t V_2 = 0;
int64_t V_3 = 0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_4;
memset((&V_4), 0, sizeof(V_4));
{
int32_t L_0;
L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0010;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
return L_1;
}
IL_0010:
{
V_0 = (bool)0;
V_1 = (bool)0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_3;
L_3 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4;
L_4 = TimeZoneInfo_GetUtcOffsetFromUtc_m56457555F1923B673BDA645C17CBE6E7547B13EE(L_2, L_3, (&V_0), (&V_1), NULL);
V_4 = L_4;
int64_t L_5;
L_5 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_4), NULL);
V_2 = L_5;
int64_t L_6;
L_6 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(__this, NULL);
int64_t L_7 = V_2;
V_3 = ((int64_t)il2cpp_codegen_add(L_6, L_7));
int64_t L_8 = V_3;
if ((((int64_t)L_8) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0065;
}
}
{
bool L_9 = ___throwOnOverflow0;
if (!L_9)
{
goto IL_0055;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_10);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral491788442E76F5D7830F0DBFCF8EDD98854F636F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595_RuntimeMethod_var)));
}
IL_0055:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
memset((&L_11), 0, sizeof(L_11));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_11), ((int64_t)3155378975999999999LL), 2, /*hidden argument*/NULL);
return L_11;
}
IL_0065:
{
int64_t L_12 = V_3;
if ((((int64_t)L_12) >= ((int64_t)((int64_t)0))))
{
goto IL_0081;
}
}
{
bool L_13 = ___throwOnOverflow0;
if (!L_13)
{
goto IL_0078;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_14);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral491788442E76F5D7830F0DBFCF8EDD98854F636F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595_RuntimeMethod_var)));
}
IL_0078:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15;
memset((&L_15), 0, sizeof(L_15));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_15), ((int64_t)0), 2, /*hidden argument*/NULL);
return L_15;
}
IL_0081:
{
int64_t L_16 = V_3;
bool L_17 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
memset((&L_18), 0, sizeof(L_18));
DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2((&L_18), L_16, 2, L_17, /*hidden argument*/NULL);
return L_18;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595_AdjustorThunk (RuntimeObject* __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595(_thisAdjusted, ___throwOnOverflow0, method);
return _returnValue;
}
// System.String System.DateTime::ToShortDateString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToShortDateString_m8863B024FF293DF625932CCA2E35A095C6FCBDCB (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, (RuntimeObject*)NULL, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToShortDateString_m8863B024FF293DF625932CCA2E35A095C6FCBDCB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToShortDateString_m8863B024FF293DF625932CCA2E35A095C6FCBDCB(_thisAdjusted, method);
return _returnValue;
}
// System.String System.DateTime::ToShortTimeString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToShortTimeString_m39FA3D20BF7F8EC6D85FBFB0254D960B7A60160F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, (RuntimeObject*)NULL, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToShortTimeString_m39FA3D20BF7F8EC6D85FBFB0254D960B7A60160F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToShortTimeString_m39FA3D20BF7F8EC6D85FBFB0254D960B7A60160F(_thisAdjusted, method);
return _returnValue;
}
// System.String System.DateTime::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, (String_t*)NULL, (RuntimeObject*)NULL, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A(_thisAdjusted, method);
return _returnValue;
}
// System.String System.DateTime::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___format0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
String_t* L_1 = ___format0;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, L_1, (RuntimeObject*)NULL, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToString_m6963A84785C320DA776C9FCFFEDAF26C8F1A8D78(_thisAdjusted, ___format0, method);
return _returnValue;
}
// System.String System.DateTime::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
RuntimeObject* L_1 = ___provider0;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, (String_t*)NULL, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00(_thisAdjusted, ___format0, ___provider1, method);
return _returnValue;
}
// System.Boolean System.DateTime::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryFormat_m9385B37BF1A10A718818D41C7CEAAC3B2C57BEB2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_1 = ___destination0;
int32_t* L_2 = ___charsWritten1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___format2;
RuntimeObject* L_4 = ___provider3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeFormat_TryFormat_m700F2D89C3B0EAE2316034642770D878B994017C(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C bool DateTime_TryFormat_m9385B37BF1A10A718818D41C7CEAAC3B2C57BEB2_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
bool _returnValue;
_returnValue = DateTime_TryFormat_m9385B37BF1A10A718818D41C7CEAAC3B2C57BEB2(_thisAdjusted, ___destination0, ___charsWritten1, ___format2, ___provider3, method);
return _returnValue;
}
// System.DateTime System.DateTime::ToUniversalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = TimeZoneInfo_ConvertTimeToUtc_m2C20D00BA24D082A2EA7A3C648C1A2952305E979(L_0, 2, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_mA1B340915FF0BFBFA9BE0D7DBA6B4780B6C9CC8B (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0017;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_2 = ___result3;
il2cpp_codegen_initobj(L_2, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
return (bool)0;
}
IL_0017:
{
String_t* L_3 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4;
L_4 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_3, NULL);
RuntimeObject* L_5 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6;
L_6 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_5, NULL);
int32_t L_7 = ___styles2;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_8 = ___result3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_9;
L_9 = DateTimeParse_TryParse_m58B0E256C4A238478677946DB08C4C4B617B470B(L_4, L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.Boolean System.DateTime::TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParseExact_m524A3BFC07243B2BE4BF406CCE59595878F78CCE (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m577A8C7FEFD31412CA42CA0F5792F2130DD6BBA2(L_0, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_0011;
}
}
{
String_t* L_2 = ___format1;
if (L_2)
{
goto IL_001b;
}
}
IL_0011:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_3 = ___result4;
il2cpp_codegen_initobj(L_3, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
return (bool)0;
}
IL_001b:
{
String_t* L_4 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
L_5 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_4, NULL);
String_t* L_6 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7;
L_7 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_6, NULL);
RuntimeObject* L_8 = ___provider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9;
L_9 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_8, NULL);
int32_t L_10 = ___style3;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_11 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeParse_TryParseExact_m815D4E080DDCD01EF0C8B3A7F541E371060B3132(L_5, L_7, L_9, L_10, L_11, NULL);
return L_12;
}
}
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Addition_m23FACB2D207CB24BE0E9C06AB4CF8CE0C4F0CAD8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d0), NULL);
V_0 = L_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ___t1;
int64_t L_2 = L_1.____ticks_22;
V_1 = L_2;
int64_t L_3 = V_1;
int64_t L_4 = V_0;
if ((((int64_t)L_3) > ((int64_t)((int64_t)il2cpp_codegen_subtract(((int64_t)3155378975999999999LL), L_4)))))
{
goto IL_0024;
}
}
{
int64_t L_5 = V_1;
int64_t L_6 = V_0;
if ((((int64_t)L_5) >= ((int64_t)((int64_t)il2cpp_codegen_subtract(((int64_t)0), L_6)))))
{
goto IL_0034;
}
}
IL_0024:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF33310D7EB57AD4B307AAB16E09002FFD4E34FF3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_op_Addition_m23FACB2D207CB24BE0E9C06AB4CF8CE0C4F0CAD8_RuntimeMethod_var)));
}
IL_0034:
{
int64_t L_8 = V_0;
int64_t L_9 = V_1;
uint64_t L_10;
L_10 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815((&___d0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
memset((&L_11), 0, sizeof(L_11));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_11), ((int64_t)(((int64_t)il2cpp_codegen_add(L_8, L_9))|(int64_t)L_10)), /*hidden argument*/NULL);
return L_11;
}
}
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___t1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d0), NULL);
V_0 = L_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ___t1;
int64_t L_2 = L_1.____ticks_22;
V_1 = L_2;
int64_t L_3 = V_0;
int64_t L_4 = V_1;
if ((((int64_t)L_3) < ((int64_t)L_4)))
{
goto IL_0021;
}
}
{
int64_t L_5 = V_0;
int64_t L_6 = V_1;
if ((((int64_t)((int64_t)il2cpp_codegen_subtract(L_5, ((int64_t)3155378975999999999LL)))) <= ((int64_t)L_6)))
{
goto IL_0031;
}
}
IL_0021:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF33310D7EB57AD4B307AAB16E09002FFD4E34FF3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817_RuntimeMethod_var)));
}
IL_0031:
{
int64_t L_8 = V_0;
int64_t L_9 = V_1;
uint64_t L_10;
L_10 = DateTime_get_InternalKind_mF3F46387DAD9193571E63B53D2CDAE8DA2FE6815((&___d0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
memset((&L_11), 0, sizeof(L_11));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_11), ((int64_t)(((int64_t)il2cpp_codegen_subtract(L_8, L_9))|(int64_t)L_10)), /*hidden argument*/NULL);
return L_11;
}
}
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m41335EF0E6DCD52B23C64916CB973A0B4A9E0387 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d21), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
memset((&L_2), 0, sizeof(L_2));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_2), ((int64_t)il2cpp_codegen_subtract(L_0, L_1)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_mFB772D884EA91082BFC51212E79B9D33A67CA66F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d21), NULL);
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mC39C15A648628974D533B4E2D4EDBD091EA3E1B7 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___d21), NULL);
return (bool)((((int32_t)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_mC39C4E1CDE23ED2ABA8D1DC9B4283B1BC1ACDB36 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t21), NULL);
return (bool)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m458241757285ECEABEDA1F8105546FBFCD9ECB80 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t21), NULL);
return (bool)((((int32_t)((((int64_t)L_0) > ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mA9021939CEE6D93308C1CFB63C7E6D5CA58F7B92 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t21), NULL);
return (bool)((((int64_t)L_0) > ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_mBEEE5CB06F515D621E03D91F54AB26EEA73F1D09 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___t21, const RuntimeMethod* method)
{
{
int64_t L_0;
L_0 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t10), NULL);
int64_t L_1;
L_1 = DateTime_get_InternalTicks_m80645EA2AFA7D75594415703E0396FFA2E2D950D((&___t21), NULL);
return (bool)((((int32_t)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.TypeCode System.DateTime::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_mBDBBFA844A2A64CE673773E6BB637E24E508545D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)16));
}
}
IL2CPP_EXTERN_C int32_t DateTime_GetTypeCode_mBDBBFA844A2A64CE673773E6BB637E24E508545D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_GetTypeCode_mBDBBFA844A2A64CE673773E6BB637E24E508545D(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C bool DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
bool _returnValue;
_returnValue = DateTime_System_IConvertible_ToBoolean_m88D0685E40F160ECD9BA0097A9D5EAE129D57320(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C Il2CppChar DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
Il2CppChar _returnValue;
_returnValue = DateTime_System_IConvertible_ToChar_m3A2D7E1724D045078329DE5B6928DAF35358128C(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int8_t DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int8_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToSByte_m58BE7B4B9E8805399461C451EDB2A5F038A30E2B(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C uint8_t DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
uint8_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToByte_mC9A4AE726942D47E6A1D6E1C627CD22F53665530(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int16_t DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int16_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToInt16_m53F782E932C1349E508278A88C0B5D6FA484A963(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C uint16_t DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
uint16_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToUInt16_m87CAD02FAE277DCA7F36D940680D1659CE7094BE(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int32_t DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToInt32_mEF8F4DF23984AF54CB1748F08B6E4D2AB50B5ECE(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C uint32_t DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
uint32_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToUInt32_m7297BB44A3D2F758C253C0DA1552411BF4137FB1(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int64_t DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToInt64_m1A022E5D74555F165C25A1D75E19DA9A16E7087F(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C uint64_t DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
uint64_t _returnValue;
_returnValue = DateTime_System_IConvertible_ToUInt64_mACC536AC91C65A8333B715AE1E97DBCA096A9884(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C float DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
float _returnValue;
_returnValue = DateTime_System_IConvertible_ToSingle_mF2470BC10216C1A1395825805F07797604EB2B89(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C double DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
double _returnValue;
_returnValue = DateTime_System_IConvertible_ToDouble_mF9398C544CB0CF7A704C4DA7F2AF55251EDA271C(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
_returnValue = DateTime_System_IConvertible_ToDecimal_m6DC5225E5665975254A30217122921B578C095C5(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_System_IConvertible_ToDateTime_m98F5BA3029803DD93434761007D831D61040C570 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_System_IConvertible_ToDateTime_m98F5BA3029803DD93434761007D831D61040C570_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTime_System_IConvertible_ToDateTime_m98F5BA3029803DD93434761007D831D61040C570(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTime_System_IConvertible_ToType_mA83365225C865F66AF4CFB8D29F028F5E73859CE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)__this);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = L_0;
RuntimeObject* L_2 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_1);
Type_t* L_3 = ___type0;
RuntimeObject* L_4 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
RuntimeObject* L_5;
L_5 = Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F((RuntimeObject*)L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject* DateTime_System_IConvertible_ToType_mA83365225C865F66AF4CFB8D29F028F5E73859CE_AdjustorThunk (RuntimeObject* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = DateTime_System_IConvertible_ToType_mA83365225C865F66AF4CFB8D29F028F5E73859CE(_thisAdjusted, ___type0, ___provider1, method);
return _returnValue;
}
// System.Boolean System.DateTime::TryCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryCreate_m5365AD0E7E77BD7AC14ED0E16EE43794A7657F84 (int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int64_t V_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B8_0 = NULL;
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___result7;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_0 = L_1;
int32_t L_2 = ___year0;
if ((((int32_t)L_2) < ((int32_t)1)))
{
goto IL_0021;
}
}
{
int32_t L_3 = ___year0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)9999))))
{
goto IL_0021;
}
}
{
int32_t L_4 = ___month1;
if ((((int32_t)L_4) < ((int32_t)1)))
{
goto IL_0021;
}
}
{
int32_t L_5 = ___month1;
if ((((int32_t)L_5) <= ((int32_t)((int32_t)12))))
{
goto IL_0023;
}
}
IL_0021:
{
return (bool)0;
}
IL_0023:
{
int32_t L_6 = ___year0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTime_IsLeapYear_m95392C6EE14D6642BCDB9358298EB7355DEA5EF2(L_6, NULL);
if (L_7)
{
goto IL_0032;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30;
G_B8_0 = L_8;
goto IL_0037;
}
IL_0032:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31;
G_B8_0 = L_9;
}
IL_0037:
{
V_0 = G_B8_0;
int32_t L_10 = ___day2;
if ((((int32_t)L_10) < ((int32_t)1)))
{
goto IL_0048;
}
}
{
int32_t L_11 = ___day2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = V_0;
int32_t L_13 = ___month1;
NullCheck(L_12);
int32_t L_14 = L_13;
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = V_0;
int32_t L_17 = ___month1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
int32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_15, L_19)))))
{
goto IL_004a;
}
}
IL_0048:
{
return (bool)0;
}
IL_004a:
{
int32_t L_20 = ___hour3;
if ((((int32_t)L_20) < ((int32_t)0)))
{
goto IL_0069;
}
}
{
int32_t L_21 = ___hour3;
if ((((int32_t)L_21) >= ((int32_t)((int32_t)24))))
{
goto IL_0069;
}
}
{
int32_t L_22 = ___minute4;
if ((((int32_t)L_22) < ((int32_t)0)))
{
goto IL_0069;
}
}
{
int32_t L_23 = ___minute4;
if ((((int32_t)L_23) >= ((int32_t)((int32_t)60))))
{
goto IL_0069;
}
}
{
int32_t L_24 = ___second5;
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_0069;
}
}
{
int32_t L_25 = ___second5;
if ((((int32_t)L_25) < ((int32_t)((int32_t)60))))
{
goto IL_006b;
}
}
IL_0069:
{
return (bool)0;
}
IL_006b:
{
int32_t L_26 = ___millisecond6;
if ((((int32_t)L_26) < ((int32_t)0)))
{
goto IL_0079;
}
}
{
int32_t L_27 = ___millisecond6;
if ((((int32_t)L_27) < ((int32_t)((int32_t)1000))))
{
goto IL_007b;
}
}
IL_0079:
{
return (bool)0;
}
IL_007b:
{
int32_t L_28 = ___year0;
int32_t L_29 = ___month1;
int32_t L_30 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_31;
L_31 = DateTime_DateToTicks_mB1323171E3D7BDF78760DEF8BA49DE1B5B9B7340(L_28, L_29, L_30, NULL);
int32_t L_32 = ___hour3;
int32_t L_33 = ___minute4;
int32_t L_34 = ___second5;
int64_t L_35;
L_35 = DateTime_TimeToTicks_m0F908D3C808C93851A2F947F979139458752800D(L_32, L_33, L_34, NULL);
V_1 = ((int64_t)il2cpp_codegen_add(L_31, L_35));
int64_t L_36 = V_1;
int32_t L_37 = ___millisecond6;
V_1 = ((int64_t)il2cpp_codegen_add(L_36, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_37), ((int64_t)((int32_t)10000))))));
int64_t L_38 = V_1;
if ((((int64_t)L_38) < ((int64_t)((int64_t)0))))
{
goto IL_00ad;
}
}
{
int64_t L_39 = V_1;
if ((((int64_t)L_39) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_00af;
}
}
IL_00ad:
{
return (bool)0;
}
IL_00af:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_40 = ___result7;
int64_t L_41 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_42;
memset((&L_42), 0, sizeof(L_42));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_42), L_41, 0, /*hidden argument*/NULL);
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_40 = L_42;
return (bool)1;
}
}
// System.DateTime System.DateTime::get_UtcNow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_UtcNow_m5D776FFEBC81592B361E4C7AF373297C5DFB46FD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_0;
L_0 = DateTime_GetSystemTimeAsFileTime_m879DB009242880829FC780BD216F186CDD480501(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
memset((&L_1), 0, sizeof(L_1));
DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline((&L_1), ((int64_t)(((int64_t)il2cpp_codegen_add(L_0, ((int64_t)504911232000000000LL)))|((int64_t)4611686018427387904LL))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_m879DB009242880829FC780BD216F186CDD480501 (const RuntimeMethod* method)
{
typedef int64_t (*DateTime_GetSystemTimeAsFileTime_m879DB009242880829FC780BD216F186CDD480501_ftn) ();
using namespace il2cpp::icalls;
return ((DateTime_GetSystemTimeAsFileTime_m879DB009242880829FC780BD216F186CDD480501_ftn)mscorlib::System::DateTime::GetSystemTimeAsFileTime) ();
}
// System.Int64 System.DateTime::ToBinaryRaw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_mBA228545EFBF2455CD1F2A653CA156882A90E5B2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->____dateData_46;
return L_0;
}
}
IL2CPP_EXTERN_C int64_t DateTime_ToBinaryRaw_mBA228545EFBF2455CD1F2A653CA156882A90E5B2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTime_ToBinaryRaw_mBA228545EFBF2455CD1F2A653CA156882A90E5B2_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void System.DateTime::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__cctor_mBAE53AB76386BE65BE94DA1214C420EA006B492A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_38_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_117_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_38_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL);
((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth365_30), (void*)L_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = L_3;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_117_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_4, L_5, NULL);
((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___s_daysToMonth366_31), (void*)L_4);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
memset((&L_6), 0, sizeof(L_6));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_6), ((int64_t)0), 0, /*hidden argument*/NULL);
((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32 = L_6;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
memset((&L_7), 0, sizeof(L_7));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_7), ((int64_t)3155378975999999999LL), 0, /*hidden argument*/NULL);
((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33 = L_7;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
memset((&L_8), 0, sizeof(L_8));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_8), ((int64_t)621355968000000000LL), 1, /*hidden argument*/NULL);
((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___UnixEpoch_34 = L_8;
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.DateTimeOffset::.ctor(System.Int64,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int64_t ___ticks0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_0, NULL);
__this->____offsetMinutes_4 = L_1;
int64_t L_2 = ___ticks0;
DateTime__ctor_m64AFCE84ABB24698256EB9F635EFD0A221823441((&V_0), L_2, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = ___offset1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
L_5 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_3, L_4, NULL);
__this->____dateTime_3 = L_5;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A_AdjustorThunk (RuntimeObject* __this, int64_t ___ticks0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A(_thisAdjusted, ___ticks0, ___offset1, method);
}
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0;
L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___dateTime0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_1, 2, NULL);
V_0 = L_2;
goto IL_001d;
}
IL_0014:
{
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&V_0), ((int64_t)0), NULL);
}
IL_001d:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_4;
L_4 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_3, NULL);
__this->____offsetMinutes_4 = L_4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_5, L_6, NULL);
__this->____dateTime_3 = L_7;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62(_thisAdjusted, ___dateTime0, method);
}
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0029;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ___offset1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ___dateTime0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3;
L_3 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_2, 2, NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_4;
L_4 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_1, L_3, NULL);
if (!L_4)
{
goto IL_0050;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB2F6BDDE5B634595EA1EB4D41AD9B7FC16889AF)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC_RuntimeMethod_var)));
}
IL_0029:
{
int32_t L_6;
L_6 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_0050;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
bool L_9;
L_9 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0050;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_10);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE278963373E67E56D430AA6BB86F447EB47A525)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC_RuntimeMethod_var)));
}
IL_0050:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_12;
L_12 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_11, NULL);
__this->____offsetMinutes_4 = L_12;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_14 = ___offset1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15;
L_15 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_13, L_14, NULL);
__this->____dateTime_3 = L_15;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC(_thisAdjusted, ___dateTime0, ___offset1, method);
}
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mA5183ABAEEF6FEF71623569CFEF6AE953ED858F0 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset6;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_0, NULL);
__this->____offsetMinutes_4 = L_1;
int32_t L_2 = ___year0;
int32_t L_3 = ___month1;
int32_t L_4 = ___day2;
int32_t L_5 = ___hour3;
int32_t L_6 = ___minute4;
int32_t L_7 = ___second5;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
memset((&L_8), 0, sizeof(L_8));
DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00((&L_8), L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9 = ___offset6;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
L_10 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_8, L_9, NULL);
__this->____dateTime_3 = L_10;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mA5183ABAEEF6FEF71623569CFEF6AE953ED858F0_AdjustorThunk (RuntimeObject* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset6, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_mA5183ABAEEF6FEF71623569CFEF6AE953ED858F0(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___offset6, method);
}
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mCD07596BB818447D415698A256E35FDEBC705277 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset7;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_0, NULL);
__this->____offsetMinutes_4 = L_1;
int32_t L_2 = ___year0;
int32_t L_3 = ___month1;
int32_t L_4 = ___day2;
int32_t L_5 = ___hour3;
int32_t L_6 = ___minute4;
int32_t L_7 = ___second5;
int32_t L_8 = ___millisecond6;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
memset((&L_9), 0, sizeof(L_9));
DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201((&L_9), L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = ___offset7;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
L_11 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_9, L_10, NULL);
__this->____dateTime_3 = L_11;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mCD07596BB818447D415698A256E35FDEBC705277_AdjustorThunk (RuntimeObject* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset7, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_mCD07596BB818447D415698A256E35FDEBC705277(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___offset7, method);
}
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mAA69F3D69DCE8EADC2D798D49FC3DEE1FEA476E0 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset8;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_0, NULL);
__this->____offsetMinutes_4 = L_1;
int32_t L_2 = ___year0;
int32_t L_3 = ___month1;
int32_t L_4 = ___day2;
int32_t L_5 = ___hour3;
int32_t L_6 = ___minute4;
int32_t L_7 = ___second5;
int32_t L_8 = ___millisecond6;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_9 = ___calendar7;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
memset((&L_10), 0, sizeof(L_10));
DateTime__ctor_m8A88A238EF73CFCD7F36BE8E5A890E4B1756F942((&L_10), L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = ___offset8;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12;
L_12 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_10, L_11, NULL);
__this->____dateTime_3 = L_12;
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mAA69F3D69DCE8EADC2D798D49FC3DEE1FEA476E0_AdjustorThunk (RuntimeObject* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar7, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset8, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_mAA69F3D69DCE8EADC2D798D49FC3DEE1FEA476E0(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___calendar7, ___offset8, method);
}
// System.DateTimeOffset System.DateTimeOffset::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_get_Now_mD8E82AB1670B4ACA8AB0485539DAD3CDA44701D0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0(NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_1;
memset((&L_1), 0, sizeof(L_1));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.DateTime System.DateTimeOffset::get_DateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->____dateTime_3;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4(L_0, 1, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_LocalDateTime_mFB964C9C4614FDBA220C5811A42666F553C52998 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_LocalDateTime_mFB964C9C4614FDBA220C5811A42666F553C52998_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTimeOffset_get_LocalDateTime_mFB964C9C4614FDBA220C5811A42666F553C52998(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->____dateTime_3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
L_1 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTime_op_Addition_m23FACB2D207CB24BE0E9C06AB4CF8CE0C4F0CAD8(L_0, L_1, NULL);
V_0 = L_2;
int64_t L_3;
L_3 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
memset((&L_4), 0, sizeof(L_4));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_4), L_3, 0, /*hidden argument*/NULL);
return L_4;
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Millisecond_mD47CAACAF231AA82552DA9F71836784AF8E27878((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A(_thisAdjusted, method);
return _returnValue;
}
// System.TimeSpan System.DateTimeOffset::get_Offset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
{
int16_t L_0 = __this->____offsetMinutes_4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
memset((&L_1), 0, sizeof(L_1));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_1), 0, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A _returnValue;
_returnValue = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4(_thisAdjusted, method);
return _returnValue;
}
// System.Int64 System.DateTimeOffset::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int64_t L_1;
L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int64_t DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8(_thisAdjusted, method);
return _returnValue;
}
// System.TimeSpan System.DateTimeOffset::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
L_1 = DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A _returnValue;
_returnValue = DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B(_thisAdjusted, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::AddTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_AddTicks_mE58569EF44AAA299CC921A935AF5277DC2D10902 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
V_0 = L_0;
int64_t L_1 = ___ticks0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D((&V_0), L_1, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3;
L_3 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_4;
memset((&L_4), 0, sizeof(L_4));
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&L_4), L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
IL2CPP_EXTERN_C DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_AddTicks_mE58569EF44AAA299CC921A935AF5277DC2D10902_AdjustorThunk (RuntimeObject* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 _returnValue;
_returnValue = DateTimeOffset_AddTicks_mE58569EF44AAA299CC921A935AF5277DC2D10902(_thisAdjusted, ___ticks0, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::Compare(System.DateTimeOffset,System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_Compare_m2AC1068CD8EC333D682FCA7E11A32A0D0658C2EF (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___first0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___second1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___first0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___second1), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = DateTime_Compare_mFE3B56B438BCB6AB84E3A9042F2D4970AB47F10A(L_0, L_1, NULL);
return L_2;
}
}
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_2;
memset((&V_2), 0, sizeof(V_2));
{
RuntimeObject* L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject* L_1 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1AF30846341A2A4FB9BBDAA67E3C2AD40E1A8AC9)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E_RuntimeMethod_var)));
}
IL_0018:
{
RuntimeObject* L_3 = ___obj0;
V_2 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_3, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
L_4 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&V_2), NULL);
V_0 = L_4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
L_5 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_1 = L_5;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_8;
L_8 = DateTime_op_GreaterThan_mA9021939CEE6D93308C1CFB63C7E6D5CA58F7B92(L_6, L_7, NULL);
if (!L_8)
{
goto IL_0039;
}
}
{
return 1;
}
IL_0039:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_11;
L_11 = DateTime_op_LessThan_mC39C4E1CDE23ED2ABA8D1DC9B4283B1BC1ACDB36(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0044;
}
}
{
return (-1);
}
IL_0044:
{
return 0;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_System_IComparable_CompareTo_m992E97179503D66B0CEC5A97DD205F7F0D0C346E(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mDBDCA54C17FD088B3EE9ACDA2118C9FAD1DA103A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___other0), NULL);
V_0 = L_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_1 = L_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTime_op_GreaterThan_mA9021939CEE6D93308C1CFB63C7E6D5CA58F7B92(L_2, L_3, NULL);
if (!L_4)
{
goto IL_001a;
}
}
{
return 1;
}
IL_001a:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTime_op_LessThan_mC39C4E1CDE23ED2ABA8D1DC9B4283B1BC1ACDB36(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0025;
}
}
{
return (-1);
}
IL_0025:
{
return 0;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_CompareTo_mDBDCA54C17FD088B3EE9ACDA2118C9FAD1DA103A_AdjustorThunk (RuntimeObject* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_CompareTo_mDBDCA54C17FD088B3EE9ACDA2118C9FAD1DA103A(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean System.DateTimeOffset::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m140EDD50EA8FDA74619AA64737497663B56B0483 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_1;
memset((&V_1), 0, sizeof(V_1));
{
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___obj0;
V_1 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_2, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
L_3 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&V_1), NULL);
bool L_4;
L_4 = DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B((&V_0), L_3, NULL);
return L_4;
}
IL_0025:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool DateTimeOffset_Equals_m140EDD50EA8FDA74619AA64737497663B56B0483_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
bool _returnValue;
_returnValue = DateTimeOffset_Equals_m140EDD50EA8FDA74619AA64737497663B56B0483(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m68D2F02214D74BE8742B3F089E7EB019AA5B90E7 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___other0), NULL);
bool L_2;
L_2 = DateTime_Equals_m83D001F1C86DC58C2B0AE99DD2FAB12669B10C1B((&V_0), L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool DateTimeOffset_Equals_m68D2F02214D74BE8742B3F089E7EB019AA5B90E7_AdjustorThunk (RuntimeObject* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___other0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
bool _returnValue;
_returnValue = DateTimeOffset_Equals_m68D2F02214D74BE8742B3F089E7EB019AA5B90E7(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::FromFileTime(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_FromFileTime_m7F2A61015670658781EADE05799AB16BC5154D43 (int64_t ___fileTime0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___fileTime0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTime_FromFileTime_mCE5184040AA145C99C6272186B9A4FF1F0B87FF1(L_0, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_2;
memset((&L_2), 0, sizeof(L_2));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_2), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.DateTimeOffset::FromUnixTimeSeconds(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_FromUnixTimeSeconds_m6B1B34845B27417D9BB528A75D123A50FB5F75AC (int64_t ___seconds0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___seconds0;
if ((((int64_t)L_0) < ((int64_t)((int64_t)-62135596800LL))))
{
goto IL_0018;
}
}
{
int64_t L_1 = ___seconds0;
if ((((int64_t)L_1) <= ((int64_t)((int64_t)253402300799LL))))
{
goto IL_0049;
}
}
IL_0018:
{
int64_t L_2 = ((int64_t)-62135596800LL);
RuntimeObject* L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)), &L_2);
int64_t L_4 = ((int64_t)253402300799LL);
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)), &L_4);
String_t* L_6;
L_6 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), L_3, L_5, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877)), L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_FromUnixTimeSeconds_m6B1B34845B27417D9BB528A75D123A50FB5F75AC_RuntimeMethod_var)));
}
IL_0049:
{
int64_t L_8 = ___seconds0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_10;
memset((&L_10), 0, sizeof(L_10));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_10), ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_8, ((int64_t)((int32_t)10000000)))), ((int64_t)621355968000000000LL))), L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___sender0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
try
{// begin try (depth: 1)
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0;
L_0 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4(L_0, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3;
L_3 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
L_4 = DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89(L_2, L_3, NULL);
goto IL_002d;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0020;
}
throw e;
}
CATCH_0020:
{// begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = V_0;
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_6 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
NullCheck(L_6);
SerializationException__ctor_m8CF86DA30D4F95904BF5C1A9CF646DE92EB8C161(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA595476C6F6D3E2C3406DD69BC73859EA4408F2F)), L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_002d:
{
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___sender0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC8A5AB3C859C85FC462C4C7BF684B4F467C397F5(_thisAdjusted, ___sender0, method);
}
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A9D19DA495F58C5612D1FB82E80D4336D214F35);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C_RuntimeMethod_var)));
}
IL_000e:
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___info0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = __this->____dateTime_3;
NullCheck(L_2);
SerializationInfo_AddValue_m820C29058E845C4A30DDA9D7A235F693469C0358(L_2, _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA, L_3, NULL);
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___info0;
int16_t L_5 = __this->____offsetMinutes_4;
NullCheck(L_4);
SerializationInfo_AddValue_m813739AF0F2C3F6FC96CD5EE4200134E39D6BDB3(L_4, _stringLiteral2A9D19DA495F58C5612D1FB82E80D4336D214F35, L_5, NULL);
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C_AdjustorThunk (RuntimeObject* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m9708DEBDA52F7130E3E3946C1F86507DCCE1883C(_thisAdjusted, ___info0, ___context1, method);
}
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A9D19DA495F58C5612D1FB82E80D4336D214F35);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D_RuntimeMethod_var)));
}
IL_000e:
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___info0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_3, NULL);
NullCheck(L_2);
RuntimeObject* L_5;
L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA, L_4, NULL);
__this->____dateTime_3 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_5, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___info0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) };
Type_t* L_8;
L_8 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteral2A9D19DA495F58C5612D1FB82E80D4336D214F35, L_8, NULL);
__this->____offsetMinutes_4 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))));
return;
}
}
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D_AdjustorThunk (RuntimeObject* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset__ctor_m3F044A6B1D54C1067C87CFF8C7B930D0F613041D(_thisAdjusted, ___info0, ___context1, method);
}
// System.Int32 System.DateTimeOffset::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_mD133F5089095D2C75A1B7C90D71D62D39F0D11CD (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = DateTime_GetHashCode_m206A3B9394E6D089311A1A81305A5A1AB30B2D99((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DateTimeOffset_GetHashCode_mD133F5089095D2C75A1B7C90D71D62D39F0D11CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DateTimeOffset_GetHashCode_mD133F5089095D2C75A1B7C90D71D62D39F0D11CD(_thisAdjusted, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_Parse_mA7C7DA922F5487C66B12E87559DC89C3E053992C (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___input0;
if (L_0)
{
goto IL_000a;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)49), NULL);
}
IL_000a:
{
String_t* L_1 = ___input0;
RuntimeObject* L_2 = ___formatProvider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_3;
L_3 = DateTimeOffset_Parse_mE0363354FE85AE9FDA7C2A343FC1BDB78E282AF5(L_1, L_2, 0, NULL);
return L_3;
}
}
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_Parse_mE0363354FE85AE9FDA7C2A343FC1BDB78E282AF5 (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
int32_t L_0 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
___styles2 = L_1;
String_t* L_2 = ___input0;
if (L_2)
{
goto IL_0017;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)49), NULL);
}
IL_0017:
{
String_t* L_3 = ___input0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4;
L_4 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_3, NULL);
RuntimeObject* L_5 = ___formatProvider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6;
L_6 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_5, NULL);
int32_t L_7 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
L_8 = DateTimeParse_Parse_mE294321325CF5900B37DECF6662321468BA373E4(L_4, L_6, L_7, (&V_0), NULL);
V_1 = L_8;
int64_t L_9;
L_9 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_11;
memset((&L_11), 0, sizeof(L_11));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_11), L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.DateTimeOffset System.DateTimeOffset::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ParseExact_m7E11BF4A20E6964ACEAFB615B685346DB178F2E9 (String_t* ___input0, String_t* ___format1, RuntimeObject* ___formatProvider2, int32_t ___styles3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
int32_t L_0 = ___styles3;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
___styles3 = L_1;
String_t* L_2 = ___input0;
if (L_2)
{
goto IL_0017;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)49), NULL);
}
IL_0017:
{
String_t* L_3 = ___format1;
if (L_3)
{
goto IL_0021;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)50), NULL);
}
IL_0021:
{
String_t* L_4 = ___input0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
L_5 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_4, NULL);
String_t* L_6 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7;
L_7 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_6, NULL);
RuntimeObject* L_8 = ___formatProvider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9;
L_9 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_8, NULL);
int32_t L_10 = ___styles3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
L_11 = DateTimeParse_ParseExact_m029A3CD06DC7B2DAFB2539EEBAFF1017F344D742(L_5, L_7, L_9, L_10, (&V_0), NULL);
V_1 = L_11;
int64_t L_12;
L_12 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_14;
memset((&L_14), 0, sizeof(L_14));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_14), L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Int64 System.DateTimeOffset::ToUnixTimeMilliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_ToUnixTimeMilliseconds_mDC0FF57434DBFAFC47B63F1119CAABE402F8CDEC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_0;
int64_t L_1;
L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
return ((int64_t)il2cpp_codegen_subtract(((int64_t)(L_1/((int64_t)((int32_t)10000)))), ((int64_t)62135596800000LL)));
}
}
IL2CPP_EXTERN_C int64_t DateTimeOffset_ToUnixTimeMilliseconds_mDC0FF57434DBFAFC47B63F1119CAABE402F8CDEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
int64_t _returnValue;
_returnValue = DateTimeOffset_ToUnixTimeMilliseconds_mDC0FF57434DBFAFC47B63F1119CAABE402F8CDEC(_thisAdjusted, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mEFEE0815D555AF14CBDB4C8ACF508C8E9601549B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_0;
L_0 = DateTimeOffset_ToLocalTime_mBB86E57ECB88BB909D4853F584CB2C213A758462(__this, (bool)0, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mEFEE0815D555AF14CBDB4C8ACF508C8E9601549B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 _returnValue;
_returnValue = DateTimeOffset_ToLocalTime_mEFEE0815D555AF14CBDB4C8ACF508C8E9601549B(_thisAdjusted, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::ToLocalTime(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mBB86E57ECB88BB909D4853F584CB2C213A758462 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
V_0 = L_0;
bool L_1 = ___throwOnOverflow0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTime_ToLocalTime_mC7A8D4FD1DBFDD1E596D1BEE0257AA777FCB0595((&V_0), L_1, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_3;
memset((&L_3), 0, sizeof(L_3));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_3), L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToLocalTime_mBB86E57ECB88BB909D4853F584CB2C213A758462_AdjustorThunk (RuntimeObject* __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 _returnValue;
_returnValue = DateTimeOffset_ToLocalTime_mBB86E57ECB88BB909D4853F584CB2C213A758462(_thisAdjusted, ___throwOnOverflow0, method);
return _returnValue;
}
// System.String System.DateTimeOffset::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m6179A30F1E22CDF5F9340DFE115E923C18BC13F9 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
L_1 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756(L_0, (String_t*)NULL, (RuntimeObject*)NULL, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_m6179A30F1E22CDF5F9340DFE115E923C18BC13F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTimeOffset_ToString_m6179A30F1E22CDF5F9340DFE115E923C18BC13F9(_thisAdjusted, method);
return _returnValue;
}
// System.String System.DateTimeOffset::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
RuntimeObject* L_1 = ___formatProvider0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756(L_0, (String_t*)NULL, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6(_thisAdjusted, ___formatProvider0, method);
return _returnValue;
}
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3;
L_3 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
String_t* _returnValue;
_returnValue = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
// System.Boolean System.DateTimeOffset::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryFormat_mBC9268BD19855CF3E7CF947720996B57CCD98F06 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___formatProvider3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_ClockDateTime_mEBD2897618EB54200ADD029865ED6F73CB762D43(__this, NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_1 = ___destination0;
int32_t* L_2 = ___charsWritten1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___format2;
RuntimeObject* L_4 = ___formatProvider3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5;
L_5 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_6;
L_6 = DateTimeFormat_TryFormat_m8F932104D7F2D691F5FA0B867C65C08484040E85(L_0, L_1, L_2, L_3, L_4, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C bool DateTimeOffset_TryFormat_mBC9268BD19855CF3E7CF947720996B57CCD98F06_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___formatProvider3, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
bool _returnValue;
_returnValue = DateTimeOffset_TryFormat_mBC9268BD19855CF3E7CF947720996B57CCD98F06(_thisAdjusted, ___destination0, ___charsWritten1, ___format2, ___formatProvider3, method);
return _returnValue;
}
// System.DateTimeOffset System.DateTimeOffset::ToUniversalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToUniversalTime_m2560280B3CCAED4C50F155A710947E923000AE04 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40(__this, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_1;
memset((&L_1), 0, sizeof(L_1));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_ToUniversalTime_m2560280B3CCAED4C50F155A710947E923000AE04_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*>(__this + _offset);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 _returnValue;
_returnValue = DateTimeOffset_ToUniversalTime_m2560280B3CCAED4C50F155A710947E923000AE04(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.DateTimeOffset::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParse_m81879D41FDD9FE0BB4CF9529290560ECB5AFA0AB (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
int32_t L_0 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
___styles2 = L_1;
String_t* L_2 = ___input0;
if (L_2)
{
goto IL_0019;
}
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_3 = ___result3;
il2cpp_codegen_initobj(L_3, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
return (bool)0;
}
IL_0019:
{
String_t* L_4 = ___input0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
L_5 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_4, NULL);
RuntimeObject* L_6 = ___formatProvider1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7;
L_7 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_6, NULL);
int32_t L_8 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_9;
L_9 = DateTimeParse_TryParse_mF47200FEA9EBD74CB8D516875866E0CD6E88F46D(L_5, L_7, L_8, (&V_1), (&V_0), NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_10 = ___result3;
int64_t L_11;
L_11 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_12 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_13;
memset((&L_13), 0, sizeof(L_13));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_13), L_11, L_12, /*hidden argument*/NULL);
*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_10 = L_13;
return L_9;
}
}
// System.Boolean System.DateTimeOffset::TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParseExact_m7ED35991FAE98C6A0BD626D627AA043B80A340C4 (String_t* ___input0, String_t* ___format1, RuntimeObject* ___formatProvider2, int32_t ___styles3, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
{
int32_t L_0 = ___styles3;
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F(L_0, _stringLiteral336D91D9EBF56A4AE5BEA6EC4457E4B2D748B314, NULL);
___styles3 = L_1;
String_t* L_2 = ___input0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = ___format1;
if (L_3)
{
goto IL_001d;
}
}
IL_0013:
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_4 = ___result4;
il2cpp_codegen_initobj(L_4, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
return (bool)0;
}
IL_001d:
{
String_t* L_5 = ___input0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
L_6 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_5, NULL);
String_t* L_7 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8;
L_8 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_7, NULL);
RuntimeObject* L_9 = ___formatProvider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_10;
L_10 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_9, NULL);
int32_t L_11 = ___styles3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeParse_TryParseExact_m096A67C43F260697DF85E5621747D06F93933AFC(L_6, L_8, L_10, L_11, (&V_1), (&V_0), NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_13 = ___result4;
int64_t L_14;
L_14 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_16;
memset((&L_16), 0, sizeof(L_16));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_16), L_14, L_15, /*hidden argument*/NULL);
*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_13 = L_16;
return L_12;
}
}
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0;
L_0 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___offset0), NULL);
V_0 = L_0;
int64_t L_1 = V_0;
if (!((int64_t)(L_1%((int64_t)((int32_t)600000000)))))
{
goto IL_0022;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C1888F19CB4E2EB7486ACE18CE31178FD9056E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4_RuntimeMethod_var)));
}
IL_0022:
{
int64_t L_3 = V_0;
if ((((int64_t)L_3) < ((int64_t)((int64_t)-504000000000LL))))
{
goto IL_003a;
}
}
{
int64_t L_4 = V_0;
if ((((int64_t)L_4) <= ((int64_t)((int64_t)504000000000LL))))
{
goto IL_004a;
}
}
IL_003a:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4816B2ABCEC514BAEA631C6441D007C41F354C11)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateOffset_m28465F4E850EE7A92DDB418EAC31464353DEFDF4_RuntimeMethod_var)));
}
IL_004a:
{
int64_t L_6;
L_6 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___offset0), NULL);
return ((int16_t)((int64_t)(L_6/((int64_t)((int32_t)600000000)))));
}
}
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0;
L_0 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___dateTime0), NULL);
int64_t L_1;
L_1 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___offset1), NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract(L_0, L_1));
int64_t L_2 = V_0;
if ((((int64_t)L_2) < ((int64_t)((int64_t)0))))
{
goto IL_0021;
}
}
{
int64_t L_3 = V_0;
if ((((int64_t)L_3) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0031;
}
}
IL_0021:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C64494800DCFB8056428332B2D9B374A97F8FF1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateDate_mEAD41DF2C2C72105E6A18836D35D27F38E9A6D89_RuntimeMethod_var)));
}
IL_0031:
{
int64_t L_5 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
memset((&L_6), 0, sizeof(L_6));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_6), L_5, 0, /*hidden argument*/NULL);
return L_6;
}
}
// System.Globalization.DateTimeStyles System.DateTimeOffset::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style0;
if (!((int32_t)((int32_t)L_0&((int32_t)-256))))
{
goto IL_0015;
}
}
{
String_t* L_1 = ___parameterName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBC65672255DBD3531E88A2B76589A2AD0E3CF82)), L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F_RuntimeMethod_var)));
}
IL_0015:
{
int32_t L_3 = ___style0;
if (!((int32_t)((int32_t)L_3&((int32_t)32))))
{
goto IL_002d;
}
}
{
int32_t L_4 = ___style0;
if (!((int32_t)((int32_t)L_4&((int32_t)64))))
{
goto IL_002d;
}
}
{
String_t* L_5 = ___parameterName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6323F019E6199A6FDAB4EC873D31A46D35A3379)), L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F_RuntimeMethod_var)));
}
IL_002d:
{
int32_t L_7 = ___style0;
if (!((int32_t)((int32_t)L_7&8)))
{
goto IL_003e;
}
}
{
String_t* L_8 = ___parameterName1;
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F8BAA34E3899E9E597DE7FEA97D8249846CC93E)), L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffset_ValidateStyles_mF63B3263C1B0B01B724E2B63516E5031378D714F_RuntimeMethod_var)));
}
IL_003e:
{
int32_t L_10 = ___style0;
___style0 = ((int32_t)((int32_t)L_10&((int32_t)-129)));
int32_t L_11 = ___style0;
___style0 = ((int32_t)((int32_t)L_11&((int32_t)-33)));
int32_t L_12 = ___style0;
return L_12;
}
}
// System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_op_Implicit_m54F09DA78E92FAF940CA62C888F12553ABD9968F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___dateTime0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_1;
memset((&L_1), 0, sizeof(L_1));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.TimeSpan System.DateTimeOffset::op_Subtraction(System.DateTimeOffset,System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_op_Subtraction_mAF7218EC4755BB73B6532FBF9DD9874A71BA2D3A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___left0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___left0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___right1), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
L_2 = DateTime_op_Subtraction_m41335EF0E6DCD52B23C64916CB973A0B4A9E0387(L_0, L_1, NULL);
return L_2;
}
}
// System.Boolean System.DateTimeOffset::op_Equality(System.DateTimeOffset,System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_m33318CE5D85584EA3D2A6EAAD0E522ED9C4D7A63 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___left0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___left0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___right1), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_2;
L_2 = DateTime_op_Equality_mFB772D884EA91082BFC51212E79B9D33A67CA66F(L_0, L_1, NULL);
return L_2;
}
}
// System.Boolean System.DateTimeOffset::op_Inequality(System.DateTimeOffset,System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Inequality_m9CA5E717FBB9F881022A11F44E3E3E984DD050D0 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___left0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___left0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1;
L_1 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___right1), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_2;
L_2 = DateTime_op_Inequality_mC39C15A648628974D533B4E2D4EDBD091EA3E1B7(L_0, L_1, NULL);
return L_2;
}
}
// System.Void System.DateTimeOffset::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__cctor_m09E1D39E1294427E0CF4B7F6F8A58AA89DB15FBC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_1;
memset((&L_1), 0, sizeof(L_1));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_1), ((int64_t)0), L_0, /*hidden argument*/NULL);
((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MinValue_0 = L_1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_3;
memset((&L_3), 0, sizeof(L_3));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_3), ((int64_t)3155378975999999999LL), L_2, /*hidden argument*/NULL);
((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MaxValue_1 = L_3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_5;
memset((&L_5), 0, sizeof(L_5));
DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_5), ((int64_t)621355968000000000LL), L_4, /*hidden argument*/NULL);
((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___UnixEpoch_2 = L_5;
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.DivideByZeroException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m5E24CFDDA1E75D77F39D139152C20B62C3E4C3BA (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA85549C37D5E928683E7C8CC82CC429B13F9973);
s_Il2CppMethodInitialized = true;
}
{
ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(__this, _stringLiteralFA85549C37D5E928683E7C8CC82CC429B13F9973, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147352558), NULL);
return;
}
}
// System.Void System.DivideByZeroException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m17FBAE3DCEF960AD07F6917093B78142055E5552 (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147352558), NULL);
return;
}
}
// System.Void System.DivideByZeroException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m8656A4270F42D78B00BB718445A40D3048190246 (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
ArithmeticException__ctor_m9F97AB2FDC9EED4A59627F1F2F6165AB592F8942(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.DllNotFoundException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_mF194AA55062A8A63CC0231F8CC3FE580A396035F (DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6114CB582F4E13FEEE1CCA0F9E462C7A3BE0729D);
s_Il2CppMethodInitialized = true;
}
{
TypeLoadException__ctor_m8C6FC5CF78B256F19356A241115BF03E64B7C00A(__this, _stringLiteral6114CB582F4E13FEEE1CCA0F9E462C7A3BE0729D, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233052), NULL);
return;
}
}
// System.Void System.DllNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_mDDF9EDD5E6D017A2370BCD4219960A662AD23FF0 (DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
TypeLoadException__ctor_m8C6FC5CF78B256F19356A241115BF03E64B7C00A(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233052), NULL);
return;
}
}
// System.Void System.DllNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_m196A31524CAE31E8F788D8D0EFF63FA5FBBD8269 (DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
TypeLoadException__ctor_m89C9BE840B2C552C3F378FE56804FE42BA69B583(__this, L_0, L_1, 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.Boolean System.Double::IsFinite(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsFinite_m5BBF38F691A6AD46ABC775E20F29F482BC3AEAC0 (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
// System.Boolean System.Double::IsInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5 (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
// System.Boolean System.Double::IsNaN(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18 (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
// System.Boolean System.Double::IsNegative(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNegative_mD5CA551520C388305A8022D67FBB51055215A65E (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::min)())))) == ((int64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))? 1 : 0);
}
}
// System.Boolean System.Double::IsNegativeInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mA198BA3110327CA9E3298794F07E4772E660FDA5 (double ___d0, const RuntimeMethod* method)
{
{
double L_0 = ___d0;
return (bool)((((double)L_0) == ((double)(-std::numeric_limits<double>::infinity())))? 1 : 0);
}
}
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m6E8147B50DE6E7EDD6CAB8873F83B943E2CD74F9 (double ___d0, const RuntimeMethod* method)
{
{
double L_0 = ___d0;
return (bool)((((double)L_0) == ((double)(std::numeric_limits<double>::infinity())))? 1 : 0);
}
}
// System.Int32 System.Double::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941 (double* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject* L_1 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
{
RuntimeObject* L_2 = ___value0;
V_0 = ((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
double L_3 = *((double*)__this);
double L_4 = V_0;
if ((!(((double)L_3) < ((double)L_4))))
{
goto IL_001b;
}
}
{
return (-1);
}
IL_001b:
{
double L_5 = *((double*)__this);
double L_6 = V_0;
if ((!(((double)L_5) > ((double)L_6))))
{
goto IL_0022;
}
}
{
return 1;
}
IL_0022:
{
double L_7 = *((double*)__this);
double L_8 = V_0;
if ((!(((double)L_7) == ((double)L_8))))
{
goto IL_0029;
}
}
{
return 0;
}
IL_0029:
{
double L_9 = *((double*)__this);
bool L_10;
L_10 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_9, NULL);
if (!L_10)
{
goto IL_003e;
}
}
{
double L_11 = V_0;
bool L_12;
L_12 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_11, NULL);
if (L_12)
{
goto IL_003c;
}
}
{
return (-1);
}
IL_003c:
{
return 0;
}
IL_003e:
{
return 1;
}
IL_0040:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_13);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA9F47A6A6AF5C3B1CE61F336CEF44A96DC8CE0A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int32_t Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int32_t _returnValue;
_returnValue = Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Int32 System.Double::CompareTo(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC (double* __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = *((double*)__this);
double L_1 = ___value0;
if ((!(((double)L_0) < ((double)L_1))))
{
goto IL_0007;
}
}
{
return (-1);
}
IL_0007:
{
double L_2 = *((double*)__this);
double L_3 = ___value0;
if ((!(((double)L_2) > ((double)L_3))))
{
goto IL_000e;
}
}
{
return 1;
}
IL_000e:
{
double L_4 = *((double*)__this);
double L_5 = ___value0;
if ((!(((double)L_4) == ((double)L_5))))
{
goto IL_0015;
}
}
{
return 0;
}
IL_0015:
{
double L_6 = *((double*)__this);
bool L_7;
L_7 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_6, NULL);
if (!L_7)
{
goto IL_002a;
}
}
{
double L_8 = ___value0;
bool L_9;
L_9 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_8, NULL);
if (L_9)
{
goto IL_0028;
}
}
{
return (-1);
}
IL_0028:
{
return 0;
}
IL_002a:
{
return 1;
}
}
IL2CPP_EXTERN_C int32_t Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int32_t _returnValue;
_returnValue = Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC(_thisAdjusted, ___value0, method);
return _returnValue;
}
// System.Boolean System.Double::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m342E8F178661ABF8306D58D5F2130C58E0601DA3 (double* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
{
RuntimeObject* L_0 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((*(double*)((double*)(double*)UnBox(L_1, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
double L_2 = V_0;
double L_3 = *((double*)__this);
if ((!(((double)L_2) == ((double)L_3))))
{
goto IL_0018;
}
}
{
return (bool)1;
}
IL_0018:
{
double L_4 = V_0;
bool L_5;
L_5 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_4, NULL);
if (!L_5)
{
goto IL_0028;
}
}
{
double L_6 = *((double*)__this);
bool L_7;
L_7 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_6, NULL);
return L_7;
}
IL_0028:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Double_Equals_m342E8F178661ABF8306D58D5F2130C58E0601DA3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
bool _returnValue;
_returnValue = Double_Equals_m342E8F178661ABF8306D58D5F2130C58E0601DA3(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean System.Double::Equals(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138 (double* __this, double ___obj0, const RuntimeMethod* method)
{
{
double L_0 = ___obj0;
double L_1 = *((double*)__this);
if ((!(((double)L_0) == ((double)L_1))))
{
goto IL_0007;
}
}
{
return (bool)1;
}
IL_0007:
{
double L_2 = ___obj0;
bool L_3;
L_3 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_2, NULL);
if (!L_3)
{
goto IL_0017;
}
}
{
double L_4 = *((double*)__this);
bool L_5;
L_5 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_4, NULL);
return L_5;
}
IL_0017:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138_AdjustorThunk (RuntimeObject* __this, double ___obj0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
bool _returnValue;
_returnValue = Double_Equals_mAB526D98719C44EA42107A297B23A739F2E14138(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 System.Double::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32 (double* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
V_0 = L_1;
int64_t L_2 = V_0;
if ((((int64_t)((int64_t)(((int64_t)il2cpp_codegen_subtract(L_2, ((int64_t)1)))&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL))))
{
goto IL_002d;
}
}
{
int64_t L_3 = V_0;
V_0 = ((int64_t)(L_3&((int64_t)9218868437227405312LL)));
}
IL_002d:
{
int64_t L_4 = V_0;
int64_t L_5 = V_0;
return ((int32_t)(((int32_t)L_4)^((int32_t)((int64_t)(L_5>>((int32_t)32))))));
}
}
IL2CPP_EXTERN_C int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int32_t _returnValue;
_returnValue = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String System.Double::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7499A5D792419537DCB9470A3675CEF5117DE339 (double* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1;
L_1 = NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB(NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Number_FormatDouble_m3CB74D406D2AF48E90619D5222A6BD0CB3CD8358(L_0, (String_t*)NULL, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* Double_ToString_m7499A5D792419537DCB9470A3675CEF5117DE339_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
String_t* _returnValue;
_returnValue = Double_ToString_m7499A5D792419537DCB9470A3675CEF5117DE339(_thisAdjusted, method);
return _returnValue;
}
// System.String System.Double::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75 (double* __this, String_t* ___format0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
String_t* L_1 = ___format0;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
L_2 = NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB(NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Number_FormatDouble_m3CB74D406D2AF48E90619D5222A6BD0CB3CD8358(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
String_t* _returnValue;
_returnValue = Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75(_thisAdjusted, ___format0, method);
return _returnValue;
}
// System.String System.Double::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
RuntimeObject* L_1 = ___provider0;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
L_2 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Number_FormatDouble_m3CB74D406D2AF48E90619D5222A6BD0CB3CD8358(L_0, (String_t*)NULL, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
String_t* _returnValue;
_returnValue = Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.String System.Double::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___provider1;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3;
L_3 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = Number_FormatDouble_m3CB74D406D2AF48E90619D5222A6BD0CB3CD8358(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
String_t* _returnValue;
_returnValue = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789(_thisAdjusted, ___format0, ___provider1, method);
return _returnValue;
}
// System.Boolean System.Double::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryFormat_m8629D6A6E11794F16DA5B6FB3B132A716CCF2BDF (double* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___format2;
RuntimeObject* L_2 = ___provider3;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3;
L_3 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_2, NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_4 = ___destination0;
int32_t* L_5 = ___charsWritten1;
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Number_TryFormatDouble_m9B2B15AC7FD3E9E1189848985F75AD42C216FA1E(L_0, L_1, L_3, L_4, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C bool Double_TryFormat_m8629D6A6E11794F16DA5B6FB3B132A716CCF2BDF_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
bool _returnValue;
_returnValue = Double_TryFormat_m8629D6A6E11794F16DA5B6FB3B132A716CCF2BDF(_thisAdjusted, ___destination0, ___charsWritten1, ___format2, ___provider3, method);
return _returnValue;
}
// System.Double System.Double::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mBED785C952A63E8D714E429A4A704BCC4D92931B (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000a;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_000a:
{
String_t* L_1 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
L_2 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_1, NULL);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3;
L_3 = NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB(NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
double L_4;
L_4 = Number_ParseDouble_mFA0A5F1D63BE7E459DB7CCF33040CA0358EC1461(L_2, ((int32_t)231), L_3, NULL);
return L_4;
}
}
// System.Double System.Double::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mD1BBC6E39446A9F7DA85B5499DDE6C5E3EF4B4ED (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000a;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_000a:
{
String_t* L_1 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
L_2 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_1, NULL);
RuntimeObject* L_3 = ___provider1;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
L_4 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
double L_5;
L_5 = Number_ParseDouble_mFA0A5F1D63BE7E459DB7CCF33040CA0358EC1461(L_2, ((int32_t)231), L_4, NULL);
return L_5;
}
}
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m282A37E997C8F446BD373A4DE4673B8FECC37866 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleFloatingPoint_m024A7535EE8FE809C624D8FD94F4E75DC48B1344(L_0, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0010;
}
}
{
ThrowHelper_ThrowArgumentNullException_m37384675C99E588A5288DECAE9BD7AD7849B22FF(((int32_t)48), NULL);
}
IL_0010:
{
String_t* L_2 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
L_3 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_2, NULL);
int32_t L_4 = ___style1;
RuntimeObject* L_5 = ___provider2;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
L_6 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
double L_7;
L_7 = Number_ParseDouble_mFA0A5F1D63BE7E459DB7CCF33040CA0358EC1461(L_3, L_4, L_6, NULL);
return L_7;
}
}
// System.Boolean System.Double::TryParse(System.String,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m6939FA2B8DCF60C46E0B859746DD9622450E7DD9 (String_t* ___s0, double* ___result1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_0010;
}
}
{
double* L_1 = ___result1;
*((double*)L_1) = (double)(0.0);
return (bool)0;
}
IL_0010:
{
String_t* L_2 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
L_3 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_2, NULL);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
L_4 = NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB(NULL);
double* L_5 = ___result1;
bool L_6;
L_6 = Double_TryParse_mFA508515ABE19AA90D8CC142CD32C4198D76D465(L_3, ((int32_t)231), L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleFloatingPoint_m024A7535EE8FE809C624D8FD94F4E75DC48B1344(L_0, NULL);
String_t* L_1 = ___s0;
if (L_1)
{
goto IL_0016;
}
}
{
double* L_2 = ___result3;
*((double*)L_2) = (double)(0.0);
return (bool)0;
}
IL_0016:
{
String_t* L_3 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4;
L_4 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_3, NULL);
int32_t L_5 = ___style1;
RuntimeObject* L_6 = ___provider2;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7;
L_7 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_6, NULL);
double* L_8 = ___result3;
bool L_9;
L_9 = Double_TryParse_mFA508515ABE19AA90D8CC142CD32C4198D76D465(L_4, L_5, L_7, L_8, NULL);
return L_9;
}
}
// System.Boolean System.Double::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mFA508515ABE19AA90D8CC142CD32C4198D76D465 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, double* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0;
int32_t L_1 = ___style1;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___info2;
double* L_3 = ___result3;
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Number_TryParseDouble_m6C8A348D3ABB563A3129DE7C8BB8B01EF5C18FD7(L_0, L_1, L_2, L_3, NULL);
if (L_4)
{
goto IL_0074;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
L_6 = MemoryExtensions_Trim_mC32111CFD6C9DA051BE42AC049FE2F6C68A31BB0(L_5, NULL);
V_0 = L_6;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7 = V_0;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info2;
NullCheck(L_8);
String_t* L_9;
L_9 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_8, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
L_10 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_9, NULL);
bool L_11;
L_11 = MemoryExtensions_EqualsOrdinal_m92D8E35219BF439BDFA9D0939CE01F5A974FDA30_inline(L_7, L_10, NULL);
if (!L_11)
{
goto IL_0032;
}
}
{
double* L_12 = ___result3;
*((double*)L_12) = (double)(std::numeric_limits<double>::infinity());
goto IL_0074;
}
IL_0032:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13 = V_0;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_14 = ___info2;
NullCheck(L_14);
String_t* L_15;
L_15 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_14, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16;
L_16 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_15, NULL);
bool L_17;
L_17 = MemoryExtensions_EqualsOrdinal_m92D8E35219BF439BDFA9D0939CE01F5A974FDA30_inline(L_13, L_16, NULL);
if (!L_17)
{
goto IL_0052;
}
}
{
double* L_18 = ___result3;
*((double*)L_18) = (double)(-std::numeric_limits<double>::infinity());
goto IL_0074;
}
IL_0052:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19 = V_0;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_20 = ___info2;
NullCheck(L_20);
String_t* L_21;
L_21 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_20, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_22;
L_22 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_21, NULL);
bool L_23;
L_23 = MemoryExtensions_EqualsOrdinal_m92D8E35219BF439BDFA9D0939CE01F5A974FDA30_inline(L_19, L_22, NULL);
if (!L_23)
{
goto IL_0072;
}
}
{
double* L_24 = ___result3;
*((double*)L_24) = (double)(std::numeric_limits<double>::quiet_NaN());
goto IL_0074;
}
IL_0072:
{
return (bool)0;
}
IL_0074:
{
return (bool)1;
}
}
// System.TypeCode System.Double::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetTypeCode_m111F564D8EDDBEB1C7D86F6985C2871982682F5B (double* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)14));
}
}
IL2CPP_EXTERN_C int32_t Double_GetTypeCode_m111F564D8EDDBEB1C7D86F6985C2871982682F5B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int32_t _returnValue;
_returnValue = Double_GetTypeCode_m111F564D8EDDBEB1C7D86F6985C2871982682F5B(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_mD8041628FF4EDD14D5FAD0ED5ADD928C5CF84193 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Convert_ToBoolean_mE86F6165E815A8ECA14BF57D5F06EA961794D3E0(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool Double_System_IConvertible_ToBoolean_mD8041628FF4EDD14D5FAD0ED5ADD928C5CF84193_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
bool _returnValue;
_returnValue = Double_System_IConvertible_ToBoolean_mD8041628FF4EDD14D5FAD0ED5ADD928C5CF84193(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C Il2CppChar Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
Il2CppChar _returnValue;
_returnValue = Double_System_IConvertible_ToChar_m0180B3FD51938158886299F99C970B197349BC36(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m4700059616C8EE45A3C88680192992CC77C0E3A8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int8_t L_1;
L_1 = Convert_ToSByte_mBCCAF04076C6D3383BC131F564B19833A81D4D12(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int8_t Double_System_IConvertible_ToSByte_m4700059616C8EE45A3C88680192992CC77C0E3A8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int8_t _returnValue;
_returnValue = Double_System_IConvertible_ToSByte_m4700059616C8EE45A3C88680192992CC77C0E3A8(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_m360BF62CB5F1E1D13E9E6146B814D6ABF38FD125 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint8_t L_1;
L_1 = Convert_ToByte_m5E53D009F58FF2D7D9AC5F9FCC76EB30AEBBE8D9(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint8_t Double_System_IConvertible_ToByte_m360BF62CB5F1E1D13E9E6146B814D6ABF38FD125_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
uint8_t _returnValue;
_returnValue = Double_System_IConvertible_ToByte_m360BF62CB5F1E1D13E9E6146B814D6ABF38FD125(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_mD6B49313715DDEDFCAAF4CCD8BECE76745651EB9 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = Convert_ToInt16_mACA2633040D9B9900FC6AA265F4477146BB83CBD(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int16_t Double_System_IConvertible_ToInt16_mD6B49313715DDEDFCAAF4CCD8BECE76745651EB9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int16_t _returnValue;
_returnValue = Double_System_IConvertible_ToInt16_mD6B49313715DDEDFCAAF4CCD8BECE76745651EB9(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m05489B3BFCBE019A99D522B7154D39E49E770375 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint16_t L_1;
L_1 = Convert_ToUInt16_mDA628B7AA6344EFFC65CBD431CB05249C1DA032C(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint16_t Double_System_IConvertible_ToUInt16_m05489B3BFCBE019A99D522B7154D39E49E770375_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
uint16_t _returnValue;
_returnValue = Double_System_IConvertible_ToUInt16_m05489B3BFCBE019A99D522B7154D39E49E770375(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m926BDB2463A46A1E87CC43138C7CFABA6E06833C (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = Convert_ToInt32_mF5B01B9D8B48919B05632EBF8ED0553474803A19(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Double_System_IConvertible_ToInt32_m926BDB2463A46A1E87CC43138C7CFABA6E06833C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int32_t _returnValue;
_returnValue = Double_System_IConvertible_ToInt32_m926BDB2463A46A1E87CC43138C7CFABA6E06833C(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_m9C20743D40DC640E94EE49A8FD7B1381CB7989DC (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint32_t L_1;
L_1 = Convert_ToUInt32_mFDECCDA93B6FFF3EA3E3B874EAD954410AC8577A(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t Double_System_IConvertible_ToUInt32_m9C20743D40DC640E94EE49A8FD7B1381CB7989DC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
uint32_t _returnValue;
_returnValue = Double_System_IConvertible_ToUInt32_m9C20743D40DC640E94EE49A8FD7B1381CB7989DC(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_m399D9B7A0FB9CFB7436F235F0FE9AF0E1CF43A8C (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = Convert_ToInt64_m5B707D520332D512D2B81C10D2F4044FA468C3A4(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int64_t Double_System_IConvertible_ToInt64_m399D9B7A0FB9CFB7436F235F0FE9AF0E1CF43A8C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
int64_t _returnValue;
_returnValue = Double_System_IConvertible_ToInt64_m399D9B7A0FB9CFB7436F235F0FE9AF0E1CF43A8C(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_mC7C759018889167DDFFE91026F5DFA3DC687F6DA (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint64_t L_1;
L_1 = Convert_ToUInt64_m4990F2CE28C4CE3079D458BA578EFBA46D875B3E(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint64_t Double_System_IConvertible_ToUInt64_mC7C759018889167DDFFE91026F5DFA3DC687F6DA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
uint64_t _returnValue;
_returnValue = Double_System_IConvertible_ToUInt64_mC7C759018889167DDFFE91026F5DFA3DC687F6DA(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m6525BEF8D090C2DD279D85E92AA0557CE0898AB7 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
float L_1;
L_1 = Convert_ToSingle_m4F90F84AF756BCDA7671427D3E5B0C7F6A4D826D(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C float Double_System_IConvertible_ToSingle_m6525BEF8D090C2DD279D85E92AA0557CE0898AB7_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
float _returnValue;
_returnValue = Double_System_IConvertible_ToSingle_m6525BEF8D090C2DD279D85E92AA0557CE0898AB7(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_m2B515020002716E0FD2DAF7E146FB31AE0C2BB98 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
double L_0 = *((double*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C double Double_System_IConvertible_ToDouble_m2B515020002716E0FD2DAF7E146FB31AE0C2BB98_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
double _returnValue;
_returnValue = Double_System_IConvertible_ToDouble_m2B515020002716E0FD2DAF7E146FB31AE0C2BB98(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Double_System_IConvertible_ToDecimal_m85928A32723C1E26C9EC2F91D9F67560B84C329E (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
L_1 = Convert_ToDecimal_m0817E542B617E7D00740EBA8687EA52092CED34C(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Double_System_IConvertible_ToDecimal_m85928A32723C1E26C9EC2F91D9F67560B84C329E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
_returnValue = Double_System_IConvertible_ToDecimal_m85928A32723C1E26C9EC2F91D9F67560B84C329E(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_1);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = Double_System_IConvertible_ToDateTime_m18B8B48632B59B918FE758F033129ED0CADEF7B0(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Double_System_IConvertible_ToType_m3D460190E7F9A622C80CE98B28C50CDEC62662B6 (double* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = *((double*)__this);
double L_1 = L_0;
RuntimeObject* L_2 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_1);
Type_t* L_3 = ___type0;
RuntimeObject* L_4 = ___provider1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
RuntimeObject* L_5;
L_5 = Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F((RuntimeObject*)L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject* Double_System_IConvertible_ToType_m3D460190E7F9A622C80CE98B28C50CDEC62662B6_AdjustorThunk (RuntimeObject* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
double* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<double*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = Double_System_IConvertible_ToType_m3D460190E7F9A622C80CE98B28C50CDEC62662B6(_thisAdjusted, ___type0, ___provider1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.EntryPointNotFoundException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_m94E33C3E1F16974280A31C5F33E7F82F2BB879DA (EntryPointNotFoundException_t15F4C4ABBCF00C39FC1C2C903F15DF41055C1743* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3D435CB1D5A50064603B5BC679CDBF100B46F0F);
s_Il2CppMethodInitialized = true;
}
{
TypeLoadException__ctor_m8C6FC5CF78B256F19356A241115BF03E64B7C00A(__this, _stringLiteralE3D435CB1D5A50064603B5BC679CDBF100B46F0F, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233053), NULL);
return;
}
}
// System.Void System.EntryPointNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_mF65249E9706FA84C5B67C60A9C7190FF8ADA5345 (EntryPointNotFoundException_t15F4C4ABBCF00C39FC1C2C903F15DF41055C1743* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
TypeLoadException__ctor_m8C6FC5CF78B256F19356A241115BF03E64B7C00A(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233053), NULL);
return;
}
}
// System.Void System.EntryPointNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_mA0A5CF2965D27FCBC30C6101138E57B747121868 (EntryPointNotFoundException_t15F4C4ABBCF00C39FC1C2C903F15DF41055C1743* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
TypeLoadException__ctor_m89C9BE840B2C552C3F378FE56804FE42BA69B583(__this, L_0, L_1, 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.EventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void System.EventArgs::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__cctor_m0A335A75B28940002DF04A33A10232E864F81ADA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_0 = (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*)il2cpp_codegen_object_new(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
NullCheck(L_0);
EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(L_0, NULL);
((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0), (void*)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
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Multicast(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
typedef void (*FunctionPointerType) (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method);
for (il2cpp_array_size_t i = 0; i < length; i++)
{
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* currentDelegate = reinterpret_cast<EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*>(delegatesToInvoke[i]);
((FunctionPointerType)currentDelegate->___invoke_impl_1)(currentDelegate, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Open(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___sender0, ___e1, method);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Closed(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(__this->___m_target_2, ___sender0, ___e1, method);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenStaticInvoker(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
InvokerActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, ___sender0, ___e1);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_ClosedStaticInvoker(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___sender0, ___e1);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenVirtual(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
VirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), ___sender0, ___e1);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenInterface(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
InterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___sender0, ___e1);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenGenericVirtual(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
GenericVirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1);
}
void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenGenericInterface(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
GenericInterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1);
}
// System.Void System.EventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1);
__this->___method_3 = ___method1;
__this->___m_target_2 = ___object0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0);
int methodCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1);
if (MethodIsStatic((RuntimeMethod*)___method1))
{
bool isOpen = methodCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Open;
else
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Closed;
}
else
{
bool isOpen = methodCount == 1;
if (isOpen)
{
if (__this->___method_is_virtual_12)
{
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___method1))
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1))
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenGenericInterface;
else
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenGenericVirtual;
else
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1))
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenInterface;
else
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_OpenVirtual;
}
else
{
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Open;
}
}
else
{
__this->___invoke_impl_1 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Closed;
}
}
__this->___extra_arg_5 = (intptr_t)&EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_Multicast;
}
// System.Void System.EventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ExecutionEngineException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m677665B0528AF137B4705A98BD7AA15F3C2832FC (ExecutionEngineException_t9840A50B0A8C687BF6E12A2BD1F26B188BEDD426* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral554753FB0E8C60CDE47165B077DCCAB9CB27C734);
s_Il2CppMethodInitialized = true;
}
{
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral554753FB0E8C60CDE47165B077DCCAB9CB27C734, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233082), NULL);
return;
}
}
// System.Void System.ExecutionEngineException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_mB32094910FE9A1903561AFE4242DEE28EAD903E8 (ExecutionEngineException_t9840A50B0A8C687BF6E12A2BD1F26B188BEDD426* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233082), NULL);
return;
}
}
// System.Void System.ExecutionEngineException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m5D38C8FAB4A76A412C026A796F6033E1C590628A (ExecutionEngineException_t9840A50B0A8C687BF6E12A2BD1F26B188BEDD426* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.FieldAccessException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m63B3066C52E3240564AFD6A11B0B133B6F504DCF (FieldAccessException_t5DD5AAFAF0F0F827EC0D4F89773CD46FD45AE21A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB055AAEFA4D412DEC5D12DE4C0BA4F2A3850EE7);
s_Il2CppMethodInitialized = true;
}
{
MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C(__this, _stringLiteralCB055AAEFA4D412DEC5D12DE4C0BA4F2A3850EE7, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233081), NULL);
return;
}
}
// System.Void System.FieldAccessException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m4F43973D29BE1D1D480E2A90CFA97629FF8016B4 (FieldAccessException_t5DD5AAFAF0F0F827EC0D4F89773CD46FD45AE21A* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233081), NULL);
return;
}
}
// System.Void System.FieldAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m650568873270A84A599BE03B4AF848B64809987B (FieldAccessException_t5DD5AAFAF0F0F827EC0D4F89773CD46FD45AE21A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
MemberAccessException__ctor_m6B77F48BC7148B3BF739E7B852FFDC090DD31DDB(__this, L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.FlagsAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_m1C9807785E89163EC73CFF1E7AAA9C1098885475 (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.FormatException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF29D430E15E766845220AB94DEE48CFC341A2DFE (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B336B33429F989E804156C2752D4B75DC0EB2F1);
s_Il2CppMethodInitialized = true;
}
{
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral1B336B33429F989E804156C2752D4B75DC0EB2F1, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233033), NULL);
return;
}
}
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233033), NULL);
return;
}
}
// System.Void System.FormatException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException1;
SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_0, L_1, NULL);
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233033), NULL);
return;
}
}
// System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mC5676E4279E9B264450F42CAE47EE7A3F2031B9B (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, 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.String System.FormattableString::System.IFormattable.ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormattableString_System_IFormattable_ToString_mBEB4A6AA96F084733AF38532BC80DCD14935DF3F (FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* __this, String_t* ___ignored0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___formatProvider1;
String_t* L_1;
L_1 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(9 /* System.String System.FormattableString::ToString(System.IFormatProvider) */, __this, L_0);
return L_1;
}
}
// System.String System.FormattableString::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormattableString_ToString_m7D84C18DDC668A9A3774F712E03AF8CDE4AB1A08 (FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
String_t* L_1;
L_1 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(9 /* System.String System.FormattableString::ToString(System.IFormatProvider) */, __this, L_0);
return L_1;
}
}
// System.Void System.FormattableString::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormattableString__ctor_mF2CF493D422E97BC6A0CAC704553201D400FC6BD (FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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.Gen2GcCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback__ctor_m6EBCC0D319C0B8B0041CBC840A150792CC496412 (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* __this, const RuntimeMethod* method)
{
{
CriticalFinalizerObject__ctor_m688241D670D6A0857F938CDC8CD07B1BE4A1C733(__this, NULL);
return;
}
}
// System.Void System.Gen2GcCallback::Register(System.Func`2<System.Object,System.Boolean>,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback_Register_m2E7388E3EE789933D8251B891679FEA681DE52B4 (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___callback0, RuntimeObject* ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* L_0 = (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786*)il2cpp_codegen_object_new(Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786_il2cpp_TypeInfo_var);
NullCheck(L_0);
Gen2GcCallback__ctor_m6EBCC0D319C0B8B0041CBC840A150792CC496412(L_0, NULL);
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_1 = ___callback0;
RuntimeObject* L_2 = ___targetObj1;
NullCheck(L_0);
Gen2GcCallback_Setup_m96C642FE5DE8087E00BC0347B05D5015366656CD(L_0, L_1, L_2, NULL);
return;
}
}
// System.Void System.Gen2GcCallback::Setup(System.Func`2<System.Object,System.Boolean>,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback_Setup_m96C642FE5DE8087E00BC0347B05D5015366656CD (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* __this, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___callback0, RuntimeObject* ___targetObj1, const RuntimeMethod* method)
{
{
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_0 = ___callback0;
__this->____callback_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____callback_0), (void*)L_0);
RuntimeObject* L_1 = ___targetObj1;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
L_2 = GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075(L_1, 0, NULL);
__this->____weakTargetObj_1 = L_2;
return;
}
}
// System.Void System.Gen2GcCallback::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gen2GcCallback_Finalize_m7992D119F175DF805577B87D9812D764A51A5301 (Gen2GcCallback_t95317B7364AE6717C822CED7AD5D4227F8674786* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0041:
{// begin finally (depth: 1)
CriticalFinalizerObject_Finalize_m232B8F4BCBB58BB7D0A0B10611234BCCE2A86020(__this, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_0 = (&__this->____weakTargetObj_1);
RuntimeObject* L_1;
L_1 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (L_2)
{
goto IL_001c_1;
}
}
{
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_3 = (&__this->____weakTargetObj_1);
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3(L_3, NULL);
goto IL_0048;
}
IL_001c_1:
{
}
try
{// begin try (depth: 2)
{
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_4 = __this->____callback_0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
bool L_6;
L_6 = Func_2_Invoke_m2014423FB900F135C8FF994125604FF9E6AAE829_inline(L_4, L_5, NULL);
if (L_6)
{
goto IL_002d_2;
}
}
{
goto IL_0048;
}
IL_002d_2:
{
goto IL_0032_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_002f_1;
}
throw e;
}
CATCH_002f_1:
{// begin catch(System.Object)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0032_1;
}// end catch (depth: 2)
IL_0032_1:
{
bool L_7;
L_7 = Environment_get_HasShutdownStarted_mFA68DD55FBB5E34ECE67CD615BC7173872C754F0(NULL);
if (L_7)
{
goto IL_003f_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_ReRegisterForFinalize_m27C45F2586E154B1760B05410AC852BF5533EFF8(__this, NULL);
}
IL_003f_1:
{
goto IL_0048;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0048:
{
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.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C (StringBuilder_t* ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = ___outputBuffer0;
int32_t L_1 = ___value1;
int32_t L_2 = ___len2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m94A02B7DDCA54DEB46C7899FC3E230E8C2D2DC48(L_0, L_1, L_2, (bool)0, NULL);
return;
}
}
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m94A02B7DDCA54DEB46C7899FC3E230E8C2D2DC48 (StringBuilder_t* ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
bool L_0 = ___overrideLengthLimit3;
if (L_0)
{
goto IL_000a;
}
}
{
int32_t L_1 = ___len2;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_000a;
}
}
{
___len2 = 2;
}
IL_000a:
{
int8_t* L_2 = (int8_t*) alloca(((uintptr_t)((int32_t)32)));
memset(L_2, 0, ((uintptr_t)((int32_t)32)));
V_0 = (Il2CppChar*)(L_2);
Il2CppChar* L_3 = V_0;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)16)), 2))));
int32_t L_4 = ___value1;
V_2 = L_4;
}
IL_001a:
{
Il2CppChar* L_5 = V_1;
Il2CppChar* L_6 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, 2));
V_1 = L_6;
int32_t L_7 = V_2;
*((int16_t*)L_6) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_7%((int32_t)10))), ((int32_t)48))));
int32_t L_8 = V_2;
V_2 = ((int32_t)(L_8/((int32_t)10)));
int32_t L_9 = V_2;
if (!L_9)
{
goto IL_0034;
}
}
{
Il2CppChar* L_10 = V_1;
Il2CppChar* L_11 = V_0;
if ((!(((uintptr_t)L_10) <= ((uintptr_t)L_11))))
{
goto IL_001a;
}
}
IL_0034:
{
Il2CppChar* L_12 = V_0;
Il2CppChar* L_13 = V_1;
V_3 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)16)), 2)))), (intptr_t)L_13))/2))));
goto IL_0050;
}
IL_0044:
{
Il2CppChar* L_14 = V_1;
Il2CppChar* L_15 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_14, 2));
V_1 = L_15;
*((int16_t*)L_15) = (int16_t)((int32_t)48);
int32_t L_16 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0050:
{
int32_t L_17 = V_3;
int32_t L_18 = ___len2;
if ((((int32_t)L_17) >= ((int32_t)L_18)))
{
goto IL_0058;
}
}
{
Il2CppChar* L_19 = V_1;
Il2CppChar* L_20 = V_0;
if ((!(((uintptr_t)L_19) <= ((uintptr_t)L_20))))
{
goto IL_0044;
}
}
IL_0058:
{
StringBuilder_t* L_21 = ___outputBuffer0;
Il2CppChar* L_22 = V_1;
int32_t L_23 = V_3;
NullCheck(L_21);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m3B01AD486432033546C698FB95D3067DCB1A1448(L_21, L_22, L_23, NULL);
return;
}
}
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_mF0CDF1E5F7F050C4D24C8B28D9D4084EAADC980D (StringBuilder_t* ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewNumber_tF89734089EC4188BCF2BBBAC98D5AEA14DEA3EAF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = ___outputBuffer0;
int32_t L_1 = ___digits1;
il2cpp_codegen_runtime_class_init_inline(HebrewNumber_tF89734089EC4188BCF2BBBAC98D5AEA14DEA3EAF_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = HebrewNumber_ToString_mDAAF97DE76013750A608950291E00E3FC1CDBC05(L_1, NULL);
NullCheck(L_0);
StringBuilder_t* L_3;
L_3 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, L_2, NULL);
return;
}
}
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
V_0 = L_0;
int32_t L_1 = ___pos1;
V_1 = ((int32_t)il2cpp_codegen_add(L_1, 1));
goto IL_0012;
}
IL_000e:
{
int32_t L_2 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_0012:
{
int32_t L_3 = V_1;
int32_t L_4 = V_0;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_0022;
}
}
{
int32_t L_5 = V_1;
Il2CppChar* L_6;
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_5), ((&___format0))->____length_1);
int32_t L_7 = *((uint16_t*)L_6);
Il2CppChar L_8 = ___patternChar2;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_000e;
}
}
IL_0022:
{
int32_t L_9 = V_1;
int32_t L_10 = ___pos1;
return ((int32_t)il2cpp_codegen_subtract(L_9, L_10));
}
}
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_mF2F06B2CB0F76B35CD06C829111F9FE151D2A296 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___repeat1;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_000c;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1 = ___dtfi2;
int32_t L_2 = ___dayOfWeek0;
NullCheck(L_1);
String_t* L_3;
L_3 = DateTimeFormatInfo_GetAbbreviatedDayName_m12EC6E4400C2FC1B69A7F987338F9EF0A100277E(L_1, L_2, NULL);
return L_3;
}
IL_000c:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi2;
int32_t L_5 = ___dayOfWeek0;
NullCheck(L_4);
String_t* L_6;
L_6 = DateTimeFormatInfo_GetDayName_m7C4E70449F205F063D75944FEC66A3B0FFD3F20A(L_4, L_5, NULL);
return L_6;
}
}
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mD7C46A1166A1DB2647E736A2FC2DA503A4068EF6 (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___repeatCount1;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_000c;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1 = ___dtfi2;
int32_t L_2 = ___month0;
NullCheck(L_1);
String_t* L_3;
L_3 = DateTimeFormatInfo_GetAbbreviatedMonthName_mC0DF9D2AABADA5B7F47C6856F78B7BCC11FC8C89(L_1, L_2, NULL);
return L_3;
}
IL_000c:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi2;
int32_t L_5 = ___month0;
NullCheck(L_4);
String_t* L_6;
L_6 = DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539(L_4, L_5, NULL);
return L_6;
}
}
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m45C041CD0E345C3F48B062C092ABB0885102E0B0 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method)
{
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_0 = ___dtfi3;
NullCheck(L_0);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_1;
L_1 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_0, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi3;
NullCheck(L_2);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_3;
L_3 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_2, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = ___time0;
NullCheck(L_3);
int32_t L_5;
L_5 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(19 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_3, L_4);
NullCheck(L_1);
bool L_6;
L_6 = VirtualFuncInvoker1< bool, int32_t >::Invoke(20 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32) */, L_1, L_5);
if (!L_6)
{
goto IL_0026;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7 = ___dtfi3;
int32_t L_8 = ___month1;
int32_t L_9 = ___repeatCount2;
NullCheck(L_7);
String_t* L_10;
L_10 = DateTimeFormatInfo_internalGetMonthName_m670C3977E0F91474E492C2F9E1AAB435D846CB14(L_7, L_8, 2, (bool)((((int32_t)L_9) == ((int32_t)3))? 1 : 0), NULL);
return L_10;
}
IL_0026:
{
int32_t L_11 = ___month1;
if ((((int32_t)L_11) < ((int32_t)7)))
{
goto IL_002f;
}
}
{
int32_t L_12 = ___month1;
___month1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_002f:
{
int32_t L_13 = ___repeatCount2;
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
{
goto IL_003b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = ___dtfi3;
int32_t L_15 = ___month1;
NullCheck(L_14);
String_t* L_16;
L_16 = DateTimeFormatInfo_GetAbbreviatedMonthName_mC0DF9D2AABADA5B7F47C6856F78B7BCC11FC8C89(L_14, L_15, NULL);
return L_16;
}
IL_003b:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_17 = ___dtfi3;
int32_t L_18 = ___month1;
NullCheck(L_17);
String_t* L_19;
L_19 = DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539(L_17, L_18, NULL);
return L_19;
}
}
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, StringBuilder_t* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
V_0 = L_0;
int32_t L_1 = ___pos1;
V_1 = L_1;
int32_t L_2 = ___pos1;
int32_t L_3 = L_2;
___pos1 = ((int32_t)il2cpp_codegen_add(L_3, 1));
Il2CppChar* L_4;
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_3), ((&___format0))->____length_1);
int32_t L_5 = *((uint16_t*)L_4);
V_2 = L_5;
V_3 = (bool)0;
goto IL_006b;
}
IL_001d:
{
int32_t L_6 = ___pos1;
int32_t L_7 = L_6;
___pos1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
Il2CppChar* L_8;
L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_7), ((&___format0))->____length_1);
int32_t L_9 = *((uint16_t*)L_8);
V_4 = L_9;
Il2CppChar L_10 = V_4;
Il2CppChar L_11 = V_2;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0036;
}
}
{
V_3 = (bool)1;
goto IL_006f;
}
IL_0036:
{
Il2CppChar L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)92)))))
{
goto IL_0062;
}
}
{
int32_t L_13 = ___pos1;
int32_t L_14 = V_0;
if ((((int32_t)L_13) >= ((int32_t)L_14)))
{
goto IL_0057;
}
}
{
StringBuilder_t* L_15 = ___result2;
int32_t L_16 = ___pos1;
int32_t L_17 = L_16;
___pos1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
Il2CppChar* L_18;
L_18 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_17), ((&___format0))->____length_1);
int32_t L_19 = *((uint16_t*)L_18);
NullCheck(L_15);
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, L_19, NULL);
goto IL_006b;
}
IL_0057:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_21 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_21);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863_RuntimeMethod_var)));
}
IL_0062:
{
StringBuilder_t* L_22 = ___result2;
Il2CppChar L_23 = V_4;
NullCheck(L_22);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_22, L_23, NULL);
}
IL_006b:
{
int32_t L_25 = ___pos1;
int32_t L_26 = V_0;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_001d;
}
}
IL_006f:
{
bool L_27 = V_3;
if (L_27)
{
goto IL_008d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28;
L_28 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
Il2CppChar L_29 = V_2;
Il2CppChar L_30 = L_29;
RuntimeObject* L_31 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_30);
String_t* L_32;
L_32 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEDC38B460FBB683110DEB27588A680B6A5D27D8)), L_31, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_33 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_33);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_33, L_32, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863_RuntimeMethod_var)));
}
IL_008d:
{
int32_t L_34 = ___pos1;
int32_t L_35 = V_1;
return ((int32_t)il2cpp_codegen_subtract(L_34, L_35));
}
}
// System.Int32 System.DateTimeFormat::ParseNextChar(System.ReadOnlySpan`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m684F71A63B20FB4F4E33632D07D9FE16AD28DA4A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___pos1;
int32_t L_1;
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1)))))
{
goto IL_000e;
}
}
{
return (-1);
}
IL_000e:
{
int32_t L_2 = ___pos1;
Il2CppChar* L_3;
L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_2, 1))), ((&___format0))->____length_1);
int32_t L_4 = *((uint16_t*)L_3);
return L_4;
}
}
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_m92643CD1FCCCA67CE4B13A37FB64744CACE70AFE (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_1 = 0;
int32_t L_0 = ___index1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
goto IL_000c;
}
IL_0008:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001c;
}
}
{
int32_t L_3 = V_0;
Il2CppChar* L_4;
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_3), ((&___format0))->____length_1);
int32_t L_5 = *((uint16_t*)L_4);
Il2CppChar L_6 = ___patternToMatch3;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0008;
}
}
IL_001c:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
goto IL_0026;
}
IL_0022:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0026:
{
int32_t L_9 = V_0;
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
V_0 = L_10;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_003a;
}
}
{
int32_t L_11 = V_0;
Il2CppChar* L_12;
L_12 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_11), ((&___format0))->____length_1);
int32_t L_13 = *((uint16_t*)L_12);
Il2CppChar L_14 = ___patternToMatch3;
if ((((int32_t)L_13) == ((int32_t)L_14)))
{
goto IL_0022;
}
}
IL_003a:
{
int32_t L_15 = V_1;
if ((((int32_t)L_15) > ((int32_t)1)))
{
goto IL_0040;
}
}
{
return (bool)1;
}
IL_0040:
{
int32_t L_16 = ___index1;
int32_t L_17 = ___tokenLen2;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, L_17));
goto IL_004a;
}
IL_0046:
{
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_004a:
{
int32_t L_19 = V_0;
int32_t L_20;
L_20 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_19) >= ((int32_t)L_20)))
{
goto IL_0060;
}
}
{
int32_t L_21 = V_0;
Il2CppChar* L_22;
L_22 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_21), ((&___format0))->____length_1);
int32_t L_23 = *((uint16_t*)L_22);
Il2CppChar L_24 = ___patternToMatch3;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_0046;
}
}
IL_0060:
{
int32_t L_25 = V_0;
int32_t L_26;
L_26 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_25) >= ((int32_t)L_26)))
{
goto IL_0092;
}
}
{
V_1 = 0;
goto IL_0072;
}
IL_006e:
{
int32_t L_27 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_0072:
{
int32_t L_28 = V_0;
int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 1));
V_0 = L_29;
int32_t L_30;
L_30 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_29) >= ((int32_t)L_30)))
{
goto IL_008c;
}
}
{
int32_t L_31 = V_0;
Il2CppChar* L_32;
L_32 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_31), ((&___format0))->____length_1);
int32_t L_33 = *((uint16_t*)L_32);
Il2CppChar L_34 = ___patternToMatch3;
if ((((int32_t)L_33) == ((int32_t)L_34)))
{
goto IL_006e;
}
}
IL_008c:
{
int32_t L_35 = V_1;
if ((((int32_t)L_35) > ((int32_t)1)))
{
goto IL_0092;
}
}
{
return (bool)1;
}
IL_0092:
{
return (bool)0;
}
}
// System.Text.StringBuilder System.DateTimeFormat::FormatCustomized(System.DateTime,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.TimeSpan,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, StringBuilder_t* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB8E6E9388768EBCE39ACC521B5A3A8DA3AC5D86);
s_Il2CppMethodInitialized = true;
}
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int64_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
int32_t V_16 = 0;
String_t* V_17 = NULL;
Il2CppChar V_18 = 0x0;
int32_t G_B5_0 = 0;
int32_t G_B8_0 = 0;
StringBuilder_t* G_B70_0 = NULL;
StringBuilder_t* G_B69_0 = NULL;
String_t* G_B71_0 = NULL;
StringBuilder_t* G_B71_1 = NULL;
int32_t G_B91_0 = 0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* G_B91_1 = NULL;
StringBuilder_t* G_B91_2 = NULL;
int32_t G_B90_0 = 0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* G_B90_1 = NULL;
StringBuilder_t* G_B90_2 = NULL;
int32_t G_B92_0 = 0;
int32_t G_B92_1 = 0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* G_B92_2 = NULL;
StringBuilder_t* G_B92_3 = NULL;
int32_t G_B105_0 = 0;
StringBuilder_t* G_B105_1 = NULL;
int32_t G_B104_0 = 0;
StringBuilder_t* G_B104_1 = NULL;
int32_t G_B106_0 = 0;
int32_t G_B106_1 = 0;
StringBuilder_t* G_B106_2 = NULL;
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_0 = ___dtfi2;
NullCheck(L_0);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_1;
L_1 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_0, NULL);
V_0 = L_1;
V_1 = (bool)0;
StringBuilder_t* L_2 = ___result4;
if (L_2)
{
goto IL_0018;
}
}
{
V_1 = (bool)1;
StringBuilder_t* L_3;
L_3 = StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1(((int32_t)16), NULL);
___result4 = L_3;
}
IL_0018:
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_4;
L_4 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_4)
{
goto IL_002b;
}
}
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_5 = V_0;
NullCheck(L_5);
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_5);
G_B5_0 = ((((int32_t)((int32_t)(uint16_t)L_6)) == ((int32_t)8))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B5_0 = 0;
}
IL_002c:
{
V_2 = (bool)G_B5_0;
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_7;
L_7 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_7)
{
goto IL_0040;
}
}
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_8 = V_0;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_8);
G_B8_0 = ((((int32_t)((int32_t)(uint16_t)L_9)) == ((int32_t)3))? 1 : 0);
goto IL_0041;
}
IL_0040:
{
G_B8_0 = 0;
}
IL_0041:
{
V_3 = (bool)G_B8_0;
V_4 = (bool)1;
V_5 = 0;
goto IL_069a;
}
IL_004d:
{
int32_t L_10 = V_5;
Il2CppChar* L_11;
L_11 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format1))->____pointer_0))->value, (L_10), ((&___format1))->____length_1);
int32_t L_12 = *((uint16_t*)L_11);
V_8 = L_12;
Il2CppChar L_13 = V_8;
if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)75)))))
{
goto IL_00cd;
}
}
{
Il2CppChar L_14 = V_8;
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)47)))))
{
goto IL_0099;
}
}
{
Il2CppChar L_15 = V_8;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)37)))))
{
goto IL_0082;
}
}
{
Il2CppChar L_16 = V_8;
if ((((int32_t)L_16) == ((int32_t)((int32_t)34))))
{
goto IL_05fa;
}
}
{
Il2CppChar L_17 = V_8;
if ((((int32_t)L_17) == ((int32_t)((int32_t)37))))
{
goto IL_060b;
}
}
{
goto IL_0686;
}
IL_0082:
{
Il2CppChar L_18 = V_8;
if ((((int32_t)L_18) == ((int32_t)((int32_t)39))))
{
goto IL_05fa;
}
}
{
Il2CppChar L_19 = V_8;
if ((((int32_t)L_19) == ((int32_t)((int32_t)47))))
{
goto IL_05e4;
}
}
{
goto IL_0686;
}
IL_0099:
{
Il2CppChar L_20 = V_8;
if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)70)))))
{
goto IL_00b6;
}
}
{
Il2CppChar L_21 = V_8;
if ((((int32_t)L_21) == ((int32_t)((int32_t)58))))
{
goto IL_05ce;
}
}
{
Il2CppChar L_22 = V_8;
if ((((int32_t)L_22) == ((int32_t)((int32_t)70))))
{
goto IL_0209;
}
}
{
goto IL_0686;
}
IL_00b6:
{
Il2CppChar L_23 = V_8;
if ((((int32_t)L_23) == ((int32_t)((int32_t)72))))
{
goto IL_01a6;
}
}
{
Il2CppChar L_24 = V_8;
if ((((int32_t)L_24) == ((int32_t)((int32_t)75))))
{
goto IL_05bd;
}
}
{
goto IL_0686;
}
IL_00cd:
{
Il2CppChar L_25 = V_8;
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)109)))))
{
goto IL_011c;
}
}
{
Il2CppChar L_26 = V_8;
if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)92)))))
{
goto IL_00f0;
}
}
{
Il2CppChar L_27 = V_8;
if ((((int32_t)L_27) == ((int32_t)((int32_t)77))))
{
goto IL_0407;
}
}
{
Il2CppChar L_28 = V_8;
if ((((int32_t)L_28) == ((int32_t)((int32_t)92))))
{
goto IL_0652;
}
}
{
goto IL_0686;
}
IL_00f0:
{
Il2CppChar L_29 = V_8;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_29, ((int32_t)100))))
{
case 0:
{
goto IL_03a8;
}
case 1:
{
goto IL_0686;
}
case 2:
{
goto IL_0209;
}
case 3:
{
goto IL_0150;
}
case 4:
{
goto IL_0176;
}
}
}
{
Il2CppChar L_30 = V_8;
if ((((int32_t)L_30) == ((int32_t)((int32_t)109))))
{
goto IL_01c7;
}
}
{
goto IL_0686;
}
IL_011c:
{
Il2CppChar L_31 = V_8;
if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)116)))))
{
goto IL_0139;
}
}
{
Il2CppChar L_32 = V_8;
if ((((int32_t)L_32) == ((int32_t)((int32_t)115))))
{
goto IL_01e8;
}
}
{
Il2CppChar L_33 = V_8;
if ((((int32_t)L_33) == ((int32_t)((int32_t)116))))
{
goto IL_0312;
}
}
{
goto IL_0686;
}
IL_0139:
{
Il2CppChar L_34 = V_8;
if ((((int32_t)L_34) == ((int32_t)((int32_t)121))))
{
goto IL_04b0;
}
}
{
Il2CppChar L_35 = V_8;
if ((((int32_t)L_35) == ((int32_t)((int32_t)122))))
{
goto IL_059e;
}
}
{
goto IL_0686;
}
IL_0150:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_36 = ___format1;
int32_t L_37 = V_5;
Il2CppChar L_38 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_39;
L_39 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_36, L_37, L_38, NULL);
V_6 = L_39;
StringBuilder_t* L_40 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_41 = ___dtfi2;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_42 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_43 = ___dateTime0;
NullCheck(L_42);
int32_t L_44;
L_44 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(15 /* System.Int32 System.Globalization.Calendar::GetEra(System.DateTime) */, L_42, L_43);
NullCheck(L_41);
String_t* L_45;
L_45 = DateTimeFormatInfo_GetEraName_mEFEC407D99F9C8D98C332FB785B1D32A8BC8202F(L_41, L_44, NULL);
NullCheck(L_40);
StringBuilder_t* L_46;
L_46 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_40, L_45, NULL);
goto IL_0693;
}
IL_0176:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_47 = ___format1;
int32_t L_48 = V_5;
Il2CppChar L_49 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_50;
L_50 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_47, L_48, L_49, NULL);
V_6 = L_50;
int32_t L_51;
L_51 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
V_7 = ((int32_t)(L_51%((int32_t)12)));
int32_t L_52 = V_7;
if (L_52)
{
goto IL_0196;
}
}
{
V_7 = ((int32_t)12);
}
IL_0196:
{
StringBuilder_t* L_53 = ___result4;
int32_t L_54 = V_7;
int32_t L_55 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_53, L_54, L_55, NULL);
goto IL_0693;
}
IL_01a6:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_56 = ___format1;
int32_t L_57 = V_5;
Il2CppChar L_58 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_59;
L_59 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_56, L_57, L_58, NULL);
V_6 = L_59;
StringBuilder_t* L_60 = ___result4;
int32_t L_61;
L_61 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
int32_t L_62 = V_6;
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_60, L_61, L_62, NULL);
goto IL_0693;
}
IL_01c7:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_63 = ___format1;
int32_t L_64 = V_5;
Il2CppChar L_65 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_66;
L_66 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_63, L_64, L_65, NULL);
V_6 = L_66;
StringBuilder_t* L_67 = ___result4;
int32_t L_68;
L_68 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&___dateTime0), NULL);
int32_t L_69 = V_6;
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_67, L_68, L_69, NULL);
goto IL_0693;
}
IL_01e8:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_70 = ___format1;
int32_t L_71 = V_5;
Il2CppChar L_72 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_73;
L_73 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_70, L_71, L_72, NULL);
V_6 = L_73;
StringBuilder_t* L_74 = ___result4;
int32_t L_75;
L_75 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&___dateTime0), NULL);
int32_t L_76 = V_6;
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_74, L_75, L_76, NULL);
goto IL_0693;
}
IL_0209:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_77 = ___format1;
int32_t L_78 = V_5;
Il2CppChar L_79 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_80;
L_80 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_77, L_78, L_79, NULL);
V_6 = L_80;
int32_t L_81 = V_6;
if ((((int32_t)L_81) > ((int32_t)7)))
{
goto IL_02fd;
}
}
{
int64_t L_82;
L_82 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___dateTime0), NULL);
V_12 = ((int64_t)(L_82%((int64_t)((int32_t)10000000))));
int64_t L_83 = V_12;
int32_t L_84 = V_6;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_85;
L_85 = Math_Pow_mC4D86D57FB3DB07BB24147700CAF77DB15EA2EB3((10.0), ((double)((int32_t)il2cpp_codegen_subtract(7, L_84))), NULL);
V_12 = ((int64_t)(L_83/il2cpp_codegen_cast_double_to_int<int64_t>(L_85)));
Il2CppChar L_86 = V_8;
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)102)))))
{
goto IL_0274;
}
}
{
StringBuilder_t* L_87 = ___result4;
int64_t L_88 = V_12;
V_13 = ((int32_t)L_88);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_89 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___fixedNumberFormats_5;
int32_t L_90 = V_6;
NullCheck(L_89);
int32_t L_91 = ((int32_t)il2cpp_codegen_subtract(L_90, 1));
String_t* L_92 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_93;
L_93 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_94;
L_94 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_13), L_92, L_93, NULL);
NullCheck(L_87);
StringBuilder_t* L_95;
L_95 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_87, L_94, NULL);
goto IL_0693;
}
IL_0274:
{
int32_t L_96 = V_6;
V_14 = L_96;
goto IL_0290;
}
IL_027a:
{
int64_t L_97 = V_12;
if (((int64_t)(L_97%((int64_t)((int32_t)10)))))
{
goto IL_0295;
}
}
{
int64_t L_98 = V_12;
V_12 = ((int64_t)(L_98/((int64_t)((int32_t)10))));
int32_t L_99 = V_14;
V_14 = ((int32_t)il2cpp_codegen_subtract(L_99, 1));
}
IL_0290:
{
int32_t L_100 = V_14;
if ((((int32_t)L_100) > ((int32_t)0)))
{
goto IL_027a;
}
}
IL_0295:
{
int32_t L_101 = V_14;
if ((((int32_t)L_101) <= ((int32_t)0)))
{
goto IL_02c2;
}
}
{
StringBuilder_t* L_102 = ___result4;
int64_t L_103 = V_12;
V_13 = ((int32_t)L_103);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_104 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___fixedNumberFormats_5;
int32_t L_105 = V_14;
NullCheck(L_104);
int32_t L_106 = ((int32_t)il2cpp_codegen_subtract(L_105, 1));
String_t* L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_108;
L_108 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_109;
L_109 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_13), L_107, L_108, NULL);
NullCheck(L_102);
StringBuilder_t* L_110;
L_110 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_102, L_109, NULL);
goto IL_0693;
}
IL_02c2:
{
StringBuilder_t* L_111 = ___result4;
NullCheck(L_111);
int32_t L_112;
L_112 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_111, NULL);
if ((((int32_t)L_112) <= ((int32_t)0)))
{
goto IL_0693;
}
}
{
StringBuilder_t* L_113 = ___result4;
StringBuilder_t* L_114 = ___result4;
NullCheck(L_114);
int32_t L_115;
L_115 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_114, NULL);
NullCheck(L_113);
Il2CppChar L_116;
L_116 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_113, ((int32_t)il2cpp_codegen_subtract(L_115, 1)), NULL);
if ((!(((uint32_t)L_116) == ((uint32_t)((int32_t)46)))))
{
goto IL_0693;
}
}
{
StringBuilder_t* L_117 = ___result4;
StringBuilder_t* L_118 = ___result4;
NullCheck(L_118);
int32_t L_119;
L_119 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_118, NULL);
NullCheck(L_117);
StringBuilder_t* L_120;
L_120 = StringBuilder_Remove_m0D93692674D1C09795C7D6542420A3B6C5F81E90(L_117, ((int32_t)il2cpp_codegen_subtract(L_119, 1)), 1, NULL);
goto IL_0693;
}
IL_02fd:
{
bool L_121 = V_1;
if (!L_121)
{
goto IL_0307;
}
}
{
StringBuilder_t* L_122 = ___result4;
StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2(L_122, NULL);
}
IL_0307:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_123 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_123);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_123, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_123, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05_RuntimeMethod_var)));
}
IL_0312:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_124 = ___format1;
int32_t L_125 = V_5;
Il2CppChar L_126 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_127;
L_127 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_124, L_125, L_126, NULL);
V_6 = L_127;
int32_t L_128 = V_6;
if ((!(((uint32_t)L_128) == ((uint32_t)1))))
{
goto IL_0382;
}
}
{
int32_t L_129;
L_129 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
if ((((int32_t)L_129) >= ((int32_t)((int32_t)12))))
{
goto IL_0358;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_130 = ___dtfi2;
NullCheck(L_130);
String_t* L_131;
L_131 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_130, NULL);
NullCheck(L_131);
int32_t L_132;
L_132 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_131, NULL);
if ((((int32_t)L_132) < ((int32_t)1)))
{
goto IL_0693;
}
}
{
StringBuilder_t* L_133 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_134 = ___dtfi2;
NullCheck(L_134);
String_t* L_135;
L_135 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_134, NULL);
NullCheck(L_135);
Il2CppChar L_136;
L_136 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_135, 0, NULL);
NullCheck(L_133);
StringBuilder_t* L_137;
L_137 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_133, L_136, NULL);
goto IL_0693;
}
IL_0358:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_138 = ___dtfi2;
NullCheck(L_138);
String_t* L_139;
L_139 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_138, NULL);
NullCheck(L_139);
int32_t L_140;
L_140 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_139, NULL);
if ((((int32_t)L_140) < ((int32_t)1)))
{
goto IL_0693;
}
}
{
StringBuilder_t* L_141 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_142 = ___dtfi2;
NullCheck(L_142);
String_t* L_143;
L_143 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_142, NULL);
NullCheck(L_143);
Il2CppChar L_144;
L_144 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_143, 0, NULL);
NullCheck(L_141);
StringBuilder_t* L_145;
L_145 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_141, L_144, NULL);
goto IL_0693;
}
IL_0382:
{
StringBuilder_t* L_146 = ___result4;
int32_t L_147;
L_147 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
G_B69_0 = L_146;
if ((((int32_t)L_147) < ((int32_t)((int32_t)12))))
{
G_B70_0 = L_146;
goto IL_0397;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_148 = ___dtfi2;
NullCheck(L_148);
String_t* L_149;
L_149 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_148, NULL);
G_B71_0 = L_149;
G_B71_1 = G_B69_0;
goto IL_039d;
}
IL_0397:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_150 = ___dtfi2;
NullCheck(L_150);
String_t* L_151;
L_151 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_150, NULL);
G_B71_0 = L_151;
G_B71_1 = G_B70_0;
}
IL_039d:
{
NullCheck(G_B71_1);
StringBuilder_t* L_152;
L_152 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B71_1, G_B71_0, NULL);
goto IL_0693;
}
IL_03a8:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_153 = ___format1;
int32_t L_154 = V_5;
Il2CppChar L_155 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_156;
L_156 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_153, L_154, L_155, NULL);
V_6 = L_156;
int32_t L_157 = V_6;
if ((((int32_t)L_157) > ((int32_t)2)))
{
goto IL_03e4;
}
}
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_158 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_159 = ___dateTime0;
NullCheck(L_158);
int32_t L_160;
L_160 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_158, L_159);
V_15 = L_160;
bool L_161 = V_2;
if (!L_161)
{
goto IL_03d7;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_162;
L_162 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_162)
{
goto IL_03d7;
}
}
{
StringBuilder_t* L_163 = ___result4;
int32_t L_164 = V_15;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_mF0CDF1E5F7F050C4D24C8B28D9D4084EAADC980D(L_163, L_164, NULL);
goto IL_03ff;
}
IL_03d7:
{
StringBuilder_t* L_165 = ___result4;
int32_t L_166 = V_15;
int32_t L_167 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_165, L_166, L_167, NULL);
goto IL_03ff;
}
IL_03e4:
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_168 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_169 = ___dateTime0;
NullCheck(L_168);
int32_t L_170;
L_170 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_168, L_169);
V_16 = L_170;
StringBuilder_t* L_171 = ___result4;
int32_t L_172 = V_16;
int32_t L_173 = V_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_174 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_175;
L_175 = DateTimeFormat_FormatDayOfWeek_mF2F06B2CB0F76B35CD06C829111F9FE151D2A296(L_172, L_173, L_174, NULL);
NullCheck(L_171);
StringBuilder_t* L_176;
L_176 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_171, L_175, NULL);
}
IL_03ff:
{
V_4 = (bool)0;
goto IL_0693;
}
IL_0407:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_177 = ___format1;
int32_t L_178 = V_5;
Il2CppChar L_179 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_180;
L_180 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_177, L_178, L_179, NULL);
V_6 = L_180;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_181 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_182 = ___dateTime0;
NullCheck(L_181);
int32_t L_183;
L_183 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(17 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_181, L_182);
V_10 = L_183;
int32_t L_184 = V_6;
if ((((int32_t)L_184) > ((int32_t)2)))
{
goto IL_0443;
}
}
{
bool L_185 = V_2;
if (!L_185)
{
goto IL_0436;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_186;
L_186 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_186)
{
goto IL_0436;
}
}
{
StringBuilder_t* L_187 = ___result4;
int32_t L_188 = V_10;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_mF0CDF1E5F7F050C4D24C8B28D9D4084EAADC980D(L_187, L_188, NULL);
goto IL_04a8;
}
IL_0436:
{
StringBuilder_t* L_189 = ___result4;
int32_t L_190 = V_10;
int32_t L_191 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_189, L_190, L_191, NULL);
goto IL_04a8;
}
IL_0443:
{
bool L_192 = V_2;
if (!L_192)
{
goto IL_0462;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_193;
L_193 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_193)
{
goto IL_0462;
}
}
{
StringBuilder_t* L_194 = ___result4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_195 = ___dateTime0;
int32_t L_196 = V_10;
int32_t L_197 = V_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_198 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_199;
L_199 = DateTimeFormat_FormatHebrewMonthName_m45C041CD0E345C3F48B062C092ABB0885102E0B0(L_195, L_196, L_197, L_198, NULL);
NullCheck(L_194);
StringBuilder_t* L_200;
L_200 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_194, L_199, NULL);
goto IL_04a8;
}
IL_0462:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_201 = ___dtfi2;
NullCheck(L_201);
int32_t L_202;
L_202 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_201, NULL);
if (!((int32_t)((int32_t)L_202&1)))
{
goto IL_0496;
}
}
{
int32_t L_203 = V_6;
if ((((int32_t)L_203) < ((int32_t)4)))
{
goto IL_0496;
}
}
{
StringBuilder_t* L_204 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_205 = ___dtfi2;
int32_t L_206 = V_10;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_207 = ___format1;
int32_t L_208 = V_5;
int32_t L_209 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_210;
L_210 = DateTimeFormat_IsUseGenitiveForm_m92643CD1FCCCA67CE4B13A37FB64744CACE70AFE(L_207, L_208, L_209, ((int32_t)100), NULL);
G_B90_0 = L_206;
G_B90_1 = L_205;
G_B90_2 = L_204;
if (L_210)
{
G_B91_0 = L_206;
G_B91_1 = L_205;
G_B91_2 = L_204;
goto IL_0487;
}
}
{
G_B92_0 = 0;
G_B92_1 = G_B90_0;
G_B92_2 = G_B90_1;
G_B92_3 = G_B90_2;
goto IL_0488;
}
IL_0487:
{
G_B92_0 = 1;
G_B92_1 = G_B91_0;
G_B92_2 = G_B91_1;
G_B92_3 = G_B91_2;
}
IL_0488:
{
NullCheck(G_B92_2);
String_t* L_211;
L_211 = DateTimeFormatInfo_internalGetMonthName_m670C3977E0F91474E492C2F9E1AAB435D846CB14(G_B92_2, G_B92_1, G_B92_0, (bool)0, NULL);
NullCheck(G_B92_3);
StringBuilder_t* L_212;
L_212 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B92_3, L_211, NULL);
goto IL_04a8;
}
IL_0496:
{
StringBuilder_t* L_213 = ___result4;
int32_t L_214 = V_10;
int32_t L_215 = V_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_216 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_217;
L_217 = DateTimeFormat_FormatMonth_mD7C46A1166A1DB2647E736A2FC2DA503A4068EF6(L_214, L_215, L_216, NULL);
NullCheck(L_213);
StringBuilder_t* L_218;
L_218 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_213, L_217, NULL);
}
IL_04a8:
{
V_4 = (bool)0;
goto IL_0693;
}
IL_04b0:
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_219 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_220 = ___dateTime0;
NullCheck(L_219);
int32_t L_221;
L_221 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(19 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_219, L_220);
V_11 = L_221;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_222 = ___format1;
int32_t L_223 = V_5;
Il2CppChar L_224 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_225;
L_225 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_222, L_223, L_224, NULL);
V_6 = L_225;
bool L_226 = V_3;
if (!L_226)
{
goto IL_0526;
}
}
{
bool L_227 = ((AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var))->___FormatJapaneseFirstYearAsANumber_3;
if (L_227)
{
goto IL_0526;
}
}
{
int32_t L_228 = V_11;
if ((!(((uint32_t)L_228) == ((uint32_t)1))))
{
goto IL_0526;
}
}
{
int32_t L_229 = V_5;
int32_t L_230 = V_6;
int32_t L_231;
L_231 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_229, L_230))) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_231, 1)))))
{
goto IL_0526;
}
}
{
int32_t L_232 = V_5;
int32_t L_233 = V_6;
Il2CppChar* L_234;
L_234 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_232, L_233))), ((&___format1))->____length_1);
int32_t L_235 = *((uint16_t*)L_234);
if ((!(((uint32_t)L_235) == ((uint32_t)((int32_t)39)))))
{
goto IL_0526;
}
}
{
int32_t L_236 = V_5;
int32_t L_237 = V_6;
Il2CppChar* L_238;
L_238 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_236, L_237)), 1))), ((&___format1))->____length_1);
int32_t L_239 = *((uint16_t*)L_238);
NullCheck(_stringLiteralCB8E6E9388768EBCE39ACC521B5A3A8DA3AC5D86);
Il2CppChar L_240;
L_240 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralCB8E6E9388768EBCE39ACC521B5A3A8DA3AC5D86, 0, NULL);
if ((!(((uint32_t)L_239) == ((uint32_t)L_240))))
{
goto IL_0526;
}
}
{
StringBuilder_t* L_241 = ___result4;
NullCheck(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
Il2CppChar L_242;
L_242 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480, 0, NULL);
NullCheck(L_241);
StringBuilder_t* L_243;
L_243 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_241, L_242, NULL);
goto IL_0596;
}
IL_0526:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_244 = ___dtfi2;
NullCheck(L_244);
bool L_245;
L_245 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m25CFF727E1A830DF26A757917BAD564C99DE3899(L_244, NULL);
if (!L_245)
{
goto IL_0543;
}
}
{
StringBuilder_t* L_246 = ___result4;
int32_t L_247 = V_11;
int32_t L_248 = V_6;
G_B104_0 = L_247;
G_B104_1 = L_246;
if ((((int32_t)L_248) <= ((int32_t)2)))
{
G_B105_0 = L_247;
G_B105_1 = L_246;
goto IL_053a;
}
}
{
G_B106_0 = 2;
G_B106_1 = G_B104_0;
G_B106_2 = G_B104_1;
goto IL_053c;
}
IL_053a:
{
int32_t L_249 = V_6;
G_B106_0 = L_249;
G_B106_1 = G_B105_0;
G_B106_2 = G_B105_1;
}
IL_053c:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(G_B106_2, G_B106_1, G_B106_0, NULL);
goto IL_0596;
}
IL_0543:
{
bool L_250 = V_2;
if (!L_250)
{
goto IL_0558;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_251;
L_251 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_251)
{
goto IL_0558;
}
}
{
StringBuilder_t* L_252 = ___result4;
int32_t L_253 = V_11;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_mF0CDF1E5F7F050C4D24C8B28D9D4084EAADC980D(L_252, L_253, NULL);
goto IL_0596;
}
IL_0558:
{
int32_t L_254 = V_6;
if ((((int32_t)L_254) > ((int32_t)2)))
{
goto IL_056d;
}
}
{
StringBuilder_t* L_255 = ___result4;
int32_t L_256 = V_11;
int32_t L_257 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_mE25BC1BA4868D16D0224618F34F8E6FA1B482E5C(L_255, ((int32_t)(L_256%((int32_t)100))), L_257, NULL);
goto IL_0596;
}
IL_056d:
{
String_t* L_258;
L_258 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL);
String_t* L_259;
L_259 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, L_258, NULL);
V_17 = L_259;
StringBuilder_t* L_260 = ___result4;
String_t* L_261 = V_17;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_262;
L_262 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_263;
L_263 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_11), L_261, L_262, NULL);
NullCheck(L_260);
StringBuilder_t* L_264;
L_264 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_260, L_263, NULL);
}
IL_0596:
{
V_4 = (bool)0;
goto IL_0693;
}
IL_059e:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_265 = ___format1;
int32_t L_266 = V_5;
Il2CppChar L_267 = V_8;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_268;
L_268 = DateTimeFormat_ParseRepeatPattern_m0A66A4AEFEF2AE309580EFD95CA44799566CFC48(L_265, L_266, L_267, NULL);
V_6 = L_268;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_269 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_270 = ___offset3;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_271 = ___format1;
int32_t L_272 = V_6;
bool L_273 = V_4;
StringBuilder_t* L_274 = ___result4;
DateTimeFormat_FormatCustomizedTimeZone_mAAF1C25498F52D356ABD2E884C83651097DC75F3(L_269, L_270, L_271, L_272, L_273, L_274, NULL);
goto IL_0693;
}
IL_05bd:
{
V_6 = 1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_275 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_276 = ___offset3;
StringBuilder_t* L_277 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_FormatCustomizedRoundripTimeZone_m8AA9C62B80D29718D058767B83DDEFF9C0DF1DFC(L_275, L_276, L_277, NULL);
goto IL_0693;
}
IL_05ce:
{
StringBuilder_t* L_278 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_279 = ___dtfi2;
NullCheck(L_279);
String_t* L_280;
L_280 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_279, NULL);
NullCheck(L_278);
StringBuilder_t* L_281;
L_281 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_278, L_280, NULL);
V_6 = 1;
goto IL_0693;
}
IL_05e4:
{
StringBuilder_t* L_282 = ___result4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_283 = ___dtfi2;
NullCheck(L_283);
String_t* L_284;
L_284 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_283, NULL);
NullCheck(L_282);
StringBuilder_t* L_285;
L_285 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_282, L_284, NULL);
V_6 = 1;
goto IL_0693;
}
IL_05fa:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_286 = ___format1;
int32_t L_287 = V_5;
StringBuilder_t* L_288 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_289;
L_289 = DateTimeFormat_ParseQuoteString_mA056614123C62A9226D471E1DB6552F7B578D863(L_286, L_287, L_288, NULL);
V_6 = L_289;
goto IL_0693;
}
IL_060b:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_290 = ___format1;
int32_t L_291 = V_5;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_292;
L_292 = DateTimeFormat_ParseNextChar_m684F71A63B20FB4F4E33632D07D9FE16AD28DA4A(L_290, L_291, NULL);
V_9 = L_292;
int32_t L_293 = V_9;
if ((((int32_t)L_293) < ((int32_t)0)))
{
goto IL_063d;
}
}
{
int32_t L_294 = V_9;
if ((((int32_t)L_294) == ((int32_t)((int32_t)37))))
{
goto IL_063d;
}
}
{
int32_t L_295 = V_9;
V_18 = ((int32_t)(uint16_t)L_295);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_296 = ___dateTime0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_297;
L_297 = MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_inline((&V_18), 1, MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_RuntimeMethod_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_298 = ___dtfi2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_299 = ___offset3;
StringBuilder_t* L_300 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringBuilder_t* L_301;
L_301 = DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05(L_296, L_297, L_298, L_299, L_300, NULL);
V_6 = 2;
goto IL_0693;
}
IL_063d:
{
bool L_302 = V_1;
if (!L_302)
{
goto IL_0647;
}
}
{
StringBuilder_t* L_303 = ___result4;
StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2(L_303, NULL);
}
IL_0647:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_304 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_304);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_304, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_304, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05_RuntimeMethod_var)));
}
IL_0652:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_305 = ___format1;
int32_t L_306 = V_5;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
int32_t L_307;
L_307 = DateTimeFormat_ParseNextChar_m684F71A63B20FB4F4E33632D07D9FE16AD28DA4A(L_305, L_306, NULL);
V_9 = L_307;
int32_t L_308 = V_9;
if ((((int32_t)L_308) < ((int32_t)0)))
{
goto IL_0671;
}
}
{
StringBuilder_t* L_309 = ___result4;
int32_t L_310 = V_9;
NullCheck(L_309);
StringBuilder_t* L_311;
L_311 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_309, ((int32_t)(uint16_t)L_310), NULL);
V_6 = 2;
goto IL_0693;
}
IL_0671:
{
bool L_312 = V_1;
if (!L_312)
{
goto IL_067b;
}
}
{
StringBuilder_t* L_313 = ___result4;
StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2(L_313, NULL);
}
IL_067b:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_314 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_314);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_314, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_314, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05_RuntimeMethod_var)));
}
IL_0686:
{
StringBuilder_t* L_315 = ___result4;
Il2CppChar L_316 = V_8;
NullCheck(L_315);
StringBuilder_t* L_317;
L_317 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_315, L_316, NULL);
V_6 = 1;
}
IL_0693:
{
int32_t L_318 = V_5;
int32_t L_319 = V_6;
V_5 = ((int32_t)il2cpp_codegen_add(L_318, L_319));
}
IL_069a:
{
int32_t L_320 = V_5;
int32_t L_321;
L_321 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_320) < ((int32_t)L_321)))
{
goto IL_004d;
}
}
{
StringBuilder_t* L_322 = ___result4;
return L_322;
}
}
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.ReadOnlySpan`1<System.Char>,System.Int32,System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_mAAF1C25498F52D356ABD2E884C83651097DC75F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t* ___result5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E071382DB44956A884FF6F8B929901347ACE681);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77387B78748B05E25D49DF7E83E0FC37687A3FF3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB0A78B035105B2CCEB9174377B59BDBD1095C96);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TimeSpan_op_Equality_m482BBD58F00FA3924F9AFD66F249274039197F1C(L_0, L_1, NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
bool L_3 = ___timeOnly4;
if (!L_3)
{
goto IL_0032;
}
}
{
int64_t L_4;
L_4 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___dateTime0), NULL);
if ((((int64_t)L_4) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0032;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
L_5 = DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0(NULL);
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6;
L_6 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_5, 2, NULL);
___offset1 = L_6;
goto IL_004e;
}
IL_0032:
{
int32_t L_7;
L_7 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0045;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
___offset1 = L_8;
goto IL_004e;
}
IL_0045:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9 = ___dateTime0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10;
L_10 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_9, 2, NULL);
___offset1 = L_10;
}
IL_004e:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_12 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
bool L_13;
L_13 = TimeSpan_op_GreaterThanOrEqual_mD172326B8A60D9B6585C5AF7EBB1E7D72C6C099A(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0067;
}
}
{
StringBuilder_t* L_14 = ___result5;
NullCheck(L_14);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, ((int32_t)43), NULL);
goto IL_007a;
}
IL_0067:
{
StringBuilder_t* L_16 = ___result5;
NullCheck(L_16);
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_16, ((int32_t)45), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18;
L_18 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4((&___offset1), NULL);
___offset1 = L_18;
}
IL_007a:
{
int32_t L_19 = ___tokenLen3;
if ((((int32_t)L_19) > ((int32_t)1)))
{
goto IL_009d;
}
}
{
StringBuilder_t* L_20 = ___result5;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21;
L_21 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_22;
L_22 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&___offset1), NULL);
int32_t L_23 = L_22;
RuntimeObject* L_24 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_23);
NullCheck(L_20);
StringBuilder_t* L_25;
L_25 = StringBuilder_AppendFormat_m91278D58CD695B07613B9A3941B745B815542E1E(L_20, L_21, _stringLiteralCB0A78B035105B2CCEB9174377B59BDBD1095C96, L_24, NULL);
return;
}
IL_009d:
{
StringBuilder_t* L_26 = ___result5;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
L_27 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_28;
L_28 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&___offset1), NULL);
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
StringBuilder_t* L_31;
L_31 = StringBuilder_AppendFormat_m91278D58CD695B07613B9A3941B745B815542E1E(L_26, L_27, _stringLiteral77387B78748B05E25D49DF7E83E0FC37687A3FF3, L_30, NULL);
int32_t L_32 = ___tokenLen3;
if ((((int32_t)L_32) < ((int32_t)3)))
{
goto IL_00dd;
}
}
{
StringBuilder_t* L_33 = ___result5;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_34;
L_34 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_35;
L_35 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&___offset1), NULL);
int32_t L_36 = L_35;
RuntimeObject* L_37 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_33);
StringBuilder_t* L_38;
L_38 = StringBuilder_AppendFormat_m91278D58CD695B07613B9A3941B745B815542E1E(L_33, L_34, _stringLiteral2E071382DB44956A884FF6F8B929901347ACE681, L_37, NULL);
}
IL_00dd:
{
return;
}
}
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_m8AA9C62B80D29718D058767B83DDEFF9C0DF1DFC (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, StringBuilder_t* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TimeSpan_op_Equality_m482BBD58F00FA3924F9AFD66F249274039197F1C(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0036;
}
}
{
int32_t L_3;
L_3 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0028;
}
}
{
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0035;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___dateTime0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7;
L_7 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_6, 2, NULL);
___offset1 = L_7;
goto IL_0036;
}
IL_0028:
{
StringBuilder_t* L_8 = ___result2;
NullCheck(L_8);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, NULL);
return;
}
IL_0035:
{
return;
}
IL_0036:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
bool L_12;
L_12 = TimeSpan_op_GreaterThanOrEqual_mD172326B8A60D9B6585C5AF7EBB1E7D72C6C099A(L_10, L_11, NULL);
if (!L_12)
{
goto IL_004e;
}
}
{
StringBuilder_t* L_13 = ___result2;
NullCheck(L_13);
StringBuilder_t* L_14;
L_14 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_13, ((int32_t)43), NULL);
goto IL_0060;
}
IL_004e:
{
StringBuilder_t* L_15 = ___result2;
NullCheck(L_15);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, ((int32_t)45), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17;
L_17 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4((&___offset1), NULL);
___offset1 = L_17;
}
IL_0060:
{
StringBuilder_t* L_18 = ___result2;
int32_t L_19;
L_19 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&___offset1), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_Append2DigitNumber_m56BB9B1DE5AA4DE6E52B3B5B1A282B1BE544B2ED(L_18, L_19, NULL);
StringBuilder_t* L_20 = ___result2;
NullCheck(L_20);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_20, ((int32_t)58), NULL);
StringBuilder_t* L_22 = ___result2;
int32_t L_23;
L_23 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&___offset1), NULL);
DateTimeFormat_Append2DigitNumber_m56BB9B1DE5AA4DE6E52B3B5B1A282B1BE544B2ED(L_22, L_23, NULL);
return;
}
}
// System.Void System.DateTimeFormat::Append2DigitNumber(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_Append2DigitNumber_m56BB9B1DE5AA4DE6E52B3B5B1A282B1BE544B2ED (StringBuilder_t* ___result0, int32_t ___val1, const RuntimeMethod* method)
{
{
StringBuilder_t* L_0 = ___result0;
int32_t L_1 = ___val1;
NullCheck(L_0);
StringBuilder_t* L_2;
L_2 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), ((int32_t)(L_1/((int32_t)10)))))), NULL);
StringBuilder_t* L_3 = ___result0;
int32_t L_4 = ___val1;
NullCheck(L_3);
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_3, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), ((int32_t)(L_4%((int32_t)10)))))), NULL);
return;
}
}
// System.String System.DateTimeFormat::GetRealFormat(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A8066343C199F418E9759AE5233B4A83D29CE04);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Il2CppChar V_1 = 0x0;
{
V_0 = (String_t*)NULL;
Il2CppChar* L_0;
L_0 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (0), ((&___format0))->____length_1);
int32_t L_1 = *((uint16_t*)L_0);
V_1 = L_1;
Il2CppChar L_2 = V_1;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)85)))))
{
goto IL_005c;
}
}
{
Il2CppChar L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)68))))
{
case 0:
{
goto IL_00cb;
}
case 1:
{
goto IL_015b;
}
case 2:
{
goto IL_00f0;
}
case 3:
{
goto IL_0102;
}
}
}
{
Il2CppChar L_4 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)77))))
{
case 0:
{
goto IL_010b;
}
case 1:
{
goto IL_015b;
}
case 2:
{
goto IL_0114;
}
case 3:
{
goto IL_015b;
}
case 4:
{
goto IL_015b;
}
case 5:
{
goto IL_011c;
}
case 6:
{
goto IL_015b;
}
case 7:
{
goto IL_0137;
}
case 8:
{
goto IL_0149;
}
}
}
{
goto IL_015b;
}
IL_005c:
{
Il2CppChar L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)89))))
{
goto IL_0152;
}
}
{
Il2CppChar L_6 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)100))))
{
case 0:
{
goto IL_00bf;
}
case 1:
{
goto IL_015b;
}
case 2:
{
goto IL_00d7;
}
case 3:
{
goto IL_00f9;
}
}
}
{
Il2CppChar L_7 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)109))))
{
case 0:
{
goto IL_010b;
}
case 1:
{
goto IL_015b;
}
case 2:
{
goto IL_0114;
}
case 3:
{
goto IL_015b;
}
case 4:
{
goto IL_015b;
}
case 5:
{
goto IL_011c;
}
case 6:
{
goto IL_0125;
}
case 7:
{
goto IL_012e;
}
case 8:
{
goto IL_0140;
}
case 9:
{
goto IL_015b;
}
case 10:
{
goto IL_015b;
}
case 11:
{
goto IL_015b;
}
case 12:
{
goto IL_0152;
}
}
}
{
goto IL_015b;
}
IL_00bf:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi1;
NullCheck(L_8);
String_t* L_9;
L_9 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_8, NULL);
V_0 = L_9;
goto IL_0166;
}
IL_00cb:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_10 = ___dtfi1;
NullCheck(L_10);
String_t* L_11;
L_11 = DateTimeFormatInfo_get_LongDatePattern_m5745B956A1340A9F6304C86F0C574B5338BF56B1(L_10, NULL);
V_0 = L_11;
goto IL_0166;
}
IL_00d7:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_12 = ___dtfi1;
NullCheck(L_12);
String_t* L_13;
L_13 = DateTimeFormatInfo_get_LongDatePattern_m5745B956A1340A9F6304C86F0C574B5338BF56B1(L_12, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = ___dtfi1;
NullCheck(L_14);
String_t* L_15;
L_15 = DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6(L_14, NULL);
String_t* L_16;
L_16 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_13, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_15, NULL);
V_0 = L_16;
goto IL_0166;
}
IL_00f0:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_17 = ___dtfi1;
NullCheck(L_17);
String_t* L_18;
L_18 = DateTimeFormatInfo_get_FullDateTimePattern_mD9F9E7F88253C37BAB91B7A6EFD4D750CBA10170(L_17, NULL);
V_0 = L_18;
goto IL_0166;
}
IL_00f9:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_19 = ___dtfi1;
NullCheck(L_19);
String_t* L_20;
L_20 = DateTimeFormatInfo_get_GeneralShortTimePattern_mAC0D32A71DD6FCDDC1EB0D08D4D89E73603B9957(L_19, NULL);
V_0 = L_20;
goto IL_0166;
}
IL_0102:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_21 = ___dtfi1;
NullCheck(L_21);
String_t* L_22;
L_22 = DateTimeFormatInfo_get_GeneralLongTimePattern_m492FC4744C69B014F6A443F152BDEB0F2D0B912A(L_21, NULL);
V_0 = L_22;
goto IL_0166;
}
IL_010b:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_23 = ___dtfi1;
NullCheck(L_23);
String_t* L_24;
L_24 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_23, NULL);
V_0 = L_24;
goto IL_0166;
}
IL_0114:
{
V_0 = _stringLiteral4A8066343C199F418E9759AE5233B4A83D29CE04;
goto IL_0166;
}
IL_011c:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_25 = ___dtfi1;
NullCheck(L_25);
String_t* L_26;
L_26 = DateTimeFormatInfo_get_RFC1123Pattern_mCE40B43C4A95F9F745A271CA52E93510CA338A66(L_25, NULL);
V_0 = L_26;
goto IL_0166;
}
IL_0125:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_27 = ___dtfi1;
NullCheck(L_27);
String_t* L_28;
L_28 = DateTimeFormatInfo_get_SortableDateTimePattern_mABB0FA1D64D9A0528F77F8AB3395969A5C16E9B2(L_27, NULL);
V_0 = L_28;
goto IL_0166;
}
IL_012e:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_29 = ___dtfi1;
NullCheck(L_29);
String_t* L_30;
L_30 = DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6(L_29, NULL);
V_0 = L_30;
goto IL_0166;
}
IL_0137:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_31 = ___dtfi1;
NullCheck(L_31);
String_t* L_32;
L_32 = DateTimeFormatInfo_get_LongTimePattern_m8ECFC475A70921D789E02878FA99C407B2C01BC7(L_31, NULL);
V_0 = L_32;
goto IL_0166;
}
IL_0140:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_33 = ___dtfi1;
NullCheck(L_33);
String_t* L_34;
L_34 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_mBF940398A8E235EF9D29B889E984FC73ECDB7F7E(L_33, NULL);
V_0 = L_34;
goto IL_0166;
}
IL_0149:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_35 = ___dtfi1;
NullCheck(L_35);
String_t* L_36;
L_36 = DateTimeFormatInfo_get_FullDateTimePattern_mD9F9E7F88253C37BAB91B7A6EFD4D750CBA10170(L_35, NULL);
V_0 = L_36;
goto IL_0166;
}
IL_0152:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_37 = ___dtfi1;
NullCheck(L_37);
String_t* L_38;
L_38 = DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04(L_37, NULL);
V_0 = L_38;
goto IL_0166;
}
IL_015b:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_39 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_39);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834_RuntimeMethod_var)));
}
IL_0166:
{
String_t* L_40 = V_0;
return L_40;
}
}
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.ReadOnlySpan`1<System.Char>,System.DateTime&,System.Globalization.DateTimeFormatInfo&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_mCDB477EBF6886C4254F62EF5611A47F1F282C3F9 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___dateTime1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar* L_0;
L_0 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (0), ((&___format0))->____length_1);
int32_t L_1 = *((uint16_t*)L_0);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
{
goto IL_001e;
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
{
goto IL_0050;
}
}
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
{
goto IL_005c;
}
}
{
goto IL_015d;
}
IL_001e:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
{
goto IL_00fd;
}
}
{
Il2CppChar L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)111))))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_015d;
}
case 2:
{
goto IL_015d;
}
case 3:
{
goto IL_005c;
}
case 4:
{
goto IL_00a8;
}
case 5:
{
goto IL_015d;
}
case 6:
{
goto IL_00b4;
}
}
}
{
goto IL_015d;
}
IL_0050:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_7 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8;
L_8 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_7) = (RuntimeObject*)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)L_8);
goto IL_015d;
}
IL_005c:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_9 = ___offset3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = (*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_9);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_12;
L_12 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_10, L_11, NULL);
if (!L_12)
{
goto IL_0087;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_13 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_14 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_14);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_16 = ___offset3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17 = (*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_16);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
L_18 = DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817(L_15, L_17, NULL);
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_13 = L_18;
goto IL_009c;
}
IL_0087:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_19 = ___dateTime1;
int32_t L_20;
L_20 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993(L_19, NULL);
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
{
goto IL_009c;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21 = ___format0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_22 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_23 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_22);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_InvalidFormatForLocal_mBB0AD1B68695C84575BDBC93115C93508F7FB13C(L_21, L_23, NULL);
}
IL_009c:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_24 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_25;
L_25 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_24) = (RuntimeObject*)L_25;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_24, (void*)(RuntimeObject*)L_25);
goto IL_015d;
}
IL_00a8:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_26 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_27;
L_27 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_26) = (RuntimeObject*)L_27;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)L_27);
goto IL_015d;
}
IL_00b4:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_28 = ___offset3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_29 = (*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_28);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_30 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_31;
L_31 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_29, L_30, NULL);
if (!L_31)
{
goto IL_00df;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_32 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_33 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_34 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_33);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_35 = ___offset3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_36 = (*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_35);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_37;
L_37 = DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817(L_34, L_36, NULL);
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_32 = L_37;
goto IL_00f4;
}
IL_00df:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_38 = ___dateTime1;
int32_t L_39;
L_39 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993(L_38, NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)2))))
{
goto IL_00f4;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_40 = ___format0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_41 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_42 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_41);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_InvalidFormatForLocal_mBB0AD1B68695C84575BDBC93115C93508F7FB13C(L_40, L_42, NULL);
}
IL_00f4:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_43 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_44;
L_44 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_43) = (RuntimeObject*)L_44;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_43, (void*)(RuntimeObject*)L_44);
goto IL_015d;
}
IL_00fd:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_45 = ___offset3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_46 = (*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_45);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_47 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_48;
L_48 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_46, L_47, NULL);
if (!L_48)
{
goto IL_011a;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_49 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_49);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeFormat_ExpandPredefinedFormat_mCDB477EBF6886C4254F62EF5611A47F1F282C3F9_RuntimeMethod_var)));
}
IL_011a:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_50 = ___dtfi2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_51 = ___dtfi2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_52 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_51);
NullCheck(L_52);
RuntimeObject* L_53;
L_53 = DateTimeFormatInfo_Clone_mCBA61859E15A29FC79AC3CDAA616D063901540E8(L_52, NULL);
*((RuntimeObject**)L_50) = (RuntimeObject*)((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_53, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_50, (void*)(RuntimeObject*)((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_53, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)));
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_54 = ___dtfi2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_55 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_54);
NullCheck(L_55);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_56;
L_56 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_55, NULL);
NullCheck(L_56);
Type_t* L_57;
L_57 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_56, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_58 = { reinterpret_cast<intptr_t> (GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_59;
L_59 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_58, NULL);
bool L_60;
L_60 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_57, L_59, NULL);
if (!L_60)
{
goto IL_0151;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_61 = ___dtfi2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_62 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_61);
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_63;
L_63 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
NullCheck(L_62);
DateTimeFormatInfo_set_Calendar_m46840C102CBE9D5BF30C44F0910426969A543564(L_62, L_63, NULL);
}
IL_0151:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_64 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_65 = ___dateTime1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_66;
L_66 = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9(L_65, NULL);
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_64 = L_66;
}
IL_015d:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_67 = ___format0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_68 = ___dtfi2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_69 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_68);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_70;
L_70 = DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834(L_67, L_69, NULL);
return L_70;
}
}
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m15031D264E84DA6F0445664E6DA2ACAC10967BF4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___dateTime0;
String_t* L_1 = ___format1;
RuntimeObject* L_2 = ___provider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
String_t* L_4;
L_4 = DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.IFormatProvider,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m40EC38740F544FD7175E6780948BEA1533413756 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, String_t* ___format1, RuntimeObject* ___provider2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_0 = NULL;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_6;
memset((&V_6), 0, sizeof(V_6));
{
String_t* L_0 = ___format1;
if (!L_0)
{
goto IL_0093;
}
}
{
String_t* L_1 = ___format1;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0093;
}
}
{
String_t* L_3 = ___format1;
NullCheck(L_3);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL);
V_5 = L_4;
Il2CppChar L_5 = V_5;
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)82)))))
{
goto IL_002f;
}
}
{
Il2CppChar L_6 = V_5;
if ((((int32_t)L_6) == ((int32_t)((int32_t)79))))
{
goto IL_003d;
}
}
{
Il2CppChar L_7 = V_5;
if ((((int32_t)L_7) == ((int32_t)((int32_t)82))))
{
goto IL_006e;
}
}
{
goto IL_0093;
}
IL_002f:
{
Il2CppChar L_8 = V_5;
if ((((int32_t)L_8) == ((int32_t)((int32_t)111))))
{
goto IL_003d;
}
}
{
Il2CppChar L_9 = V_5;
if ((((int32_t)L_9) == ((int32_t)((int32_t)114))))
{
goto IL_006e;
}
}
{
goto IL_0093;
}
IL_003d:
{
int8_t* L_10 = (int8_t*) alloca(((uintptr_t)((int32_t)66)));
memset(L_10, 0, ((uintptr_t)((int32_t)66)));
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_11;
memset((&L_11), 0, sizeof(L_11));
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_11), (void*)(L_10), ((int32_t)33), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
V_1 = L_11;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = ___offset3;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_15;
L_15 = DateTimeFormat_TryFormatO_mEFDD99E0717FBE4E2C667657345DC814D6765A6F(L_12, L_13, L_14, (&V_2), NULL);
int32_t L_16 = V_2;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_17;
L_17 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline((&V_1), 0, L_16, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
V_6 = L_17;
String_t* L_18;
L_18 = Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980((&V_6), Span_1_ToString_m12316C6CDC05E2F49EA4BDAD78FD7F1718E6E980_RuntimeMethod_var);
return L_18;
}
IL_006e:
{
String_t* L_19;
L_19 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)29), NULL);
V_3 = L_19;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_21 = ___offset3;
String_t* L_22 = V_3;
NullCheck(L_22);
Il2CppChar* L_23;
L_23 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_22, NULL);
String_t* L_24 = V_3;
NullCheck(L_24);
int32_t L_25;
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_26;
memset((&L_26), 0, sizeof(L_26));
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_26), L_23, L_25, /*hidden argument*/Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeFormat_TryFormatR_m7BE70723CC9A0EA2213F50F529DC32EFFD38FE53(L_20, L_21, L_26, (&V_4), NULL);
String_t* L_28 = V_3;
return L_28;
}
IL_0093:
{
RuntimeObject* L_29 = ___provider2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30;
L_30 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_29, NULL);
V_0 = L_30;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_31 = ___dateTime0;
String_t* L_32 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_33;
L_33 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_32, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_34 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_35 = ___offset3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringBuilder_t* L_36;
L_36 = DateTimeFormat_FormatStringBuilder_m5D22CCAA9E520C46A63C76E58495C31AC04D81DE(L_31, L_33, L_34, L_35, NULL);
String_t* L_37;
L_37 = StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F(L_36, NULL);
return L_37;
}
}
// System.Boolean System.DateTimeFormat::TryFormat(System.DateTime,System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormat_m700F2D89C3B0EAE2316034642770D878B994017C (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t* ___charsWritten2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format3, RuntimeObject* ___provider4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___dateTime0;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_1 = ___destination1;
int32_t* L_2 = ___charsWritten2;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___format3;
RuntimeObject* L_4 = ___provider4;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
bool L_6;
L_6 = DateTimeFormat_TryFormat_m8F932104D7F2D691F5FA0B867C65C08484040E85(L_0, L_1, L_2, L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean System.DateTimeFormat::TryFormat(System.DateTime,System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormat_m8F932104D7F2D691F5FA0B867C65C08484040E85 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t* ___charsWritten2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format3, RuntimeObject* ___provider4, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_0 = NULL;
StringBuilder_t* V_1 = NULL;
Il2CppChar V_2 = 0x0;
int32_t G_B12_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B13_0 = 0;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format3), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0047;
}
}
{
Il2CppChar* L_1;
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format3))->____pointer_0))->value, (0), ((&___format3))->____length_1);
int32_t L_2 = *((uint16_t*)L_1);
V_2 = L_2;
Il2CppChar L_3 = V_2;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)82)))))
{
goto IL_0025;
}
}
{
Il2CppChar L_4 = V_2;
if ((((int32_t)L_4) == ((int32_t)((int32_t)79))))
{
goto IL_0031;
}
}
{
Il2CppChar L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)((int32_t)82))))
{
goto IL_003c;
}
}
{
goto IL_0047;
}
IL_0025:
{
Il2CppChar L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)((int32_t)111))))
{
goto IL_0031;
}
}
{
Il2CppChar L_7 = V_2;
if ((((int32_t)L_7) == ((int32_t)((int32_t)114))))
{
goto IL_003c;
}
}
{
goto IL_0047;
}
IL_0031:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9 = ___offset5;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10 = ___destination1;
int32_t* L_11 = ___charsWritten2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeFormat_TryFormatO_mEFDD99E0717FBE4E2C667657345DC814D6765A6F(L_8, L_9, L_10, L_11, NULL);
return L_12;
}
IL_003c:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_14 = ___offset5;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = ___destination1;
int32_t* L_16 = ___charsWritten2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
bool L_17;
L_17 = DateTimeFormat_TryFormatR_m7BE70723CC9A0EA2213F50F529DC32EFFD38FE53(L_13, L_14, L_15, L_16, NULL);
return L_17;
}
IL_0047:
{
RuntimeObject* L_18 = ___provider4;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_19;
L_19 = DateTimeFormatInfo_GetInstance_mDBC771AF0EA4EF76A44A717459576D0188EE2EC7(L_18, NULL);
V_0 = L_19;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = ___dateTime0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21 = ___format3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_22 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_23 = ___offset5;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringBuilder_t* L_24;
L_24 = DateTimeFormat_FormatStringBuilder_m5D22CCAA9E520C46A63C76E58495C31AC04D81DE(L_20, L_21, L_22, L_23, NULL);
V_1 = L_24;
StringBuilder_t* L_25 = V_1;
NullCheck(L_25);
int32_t L_26;
L_26 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_25, NULL);
int32_t L_27;
L_27 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___destination1), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
int32_t L_28 = ((((int32_t)((((int32_t)L_26) > ((int32_t)L_27))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B11_0 = L_28;
if (!L_28)
{
G_B12_0 = L_28;
goto IL_0087;
}
}
{
StringBuilder_t* L_29 = V_1;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_30 = ___destination1;
StringBuilder_t* L_31 = V_1;
NullCheck(L_31);
int32_t L_32;
L_32 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_31, NULL);
NullCheck(L_29);
StringBuilder_CopyTo_m1AB15F7BF71359119085BA7D3420AF75A524F746(L_29, 0, L_30, L_32, NULL);
int32_t* L_33 = ___charsWritten2;
StringBuilder_t* L_34 = V_1;
NullCheck(L_34);
int32_t L_35;
L_35 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_34, NULL);
*((int32_t*)L_33) = (int32_t)L_35;
G_B13_0 = G_B11_0;
goto IL_008a;
}
IL_0087:
{
int32_t* L_36 = ___charsWritten2;
*((int32_t*)L_36) = (int32_t)0;
G_B13_0 = G_B12_0;
}
IL_008a:
{
StringBuilder_t* L_37 = V_1;
StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2(L_37, NULL);
return (bool)G_B13_0;
}
}
// System.Text.StringBuilder System.DateTimeFormat::FormatStringBuilder(System.DateTime,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* DateTimeFormat_FormatStringBuilder_m5D22CCAA9E520C46A63C76E58495C31AC04D81DE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2492BD771F4E0F6822AA68B6D82B11F261E757BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint16_t V_1 = 0;
String_t* G_B10_0 = NULL;
String_t* G_B14_0 = NULL;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_0)
{
goto IL_009e;
}
}
{
V_0 = (bool)0;
int64_t L_1;
L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___dateTime0), NULL);
if ((((int64_t)L_1) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0062;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi2;
NullCheck(L_2);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_3;
L_3 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_2, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_3);
V_1 = ((int32_t)(uint16_t)L_4);
uint16_t L_5 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, 3)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0059;
}
case 2:
{
goto IL_0062;
}
case 3:
{
goto IL_0059;
}
case 4:
{
goto IL_0062;
}
case 5:
{
goto IL_0059;
}
}
}
{
uint16_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)13))))
{
goto IL_0059;
}
}
{
uint16_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)22)))) <= ((uint32_t)1))))
{
goto IL_0062;
}
}
IL_0059:
{
V_0 = (bool)1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8;
L_8 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
___dtfi2 = L_8;
}
IL_0062:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9 = ___offset3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_11;
L_11 = TimeSpan_op_Equality_m482BBD58F00FA3924F9AFD66F249274039197F1C(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0087;
}
}
{
bool L_12 = V_0;
if (L_12)
{
goto IL_0079;
}
}
{
G_B10_0 = _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869;
goto IL_007e;
}
IL_0079:
{
G_B10_0 = _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
}
IL_007e:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13;
L_13 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(G_B10_0, NULL);
___format1 = L_13;
goto IL_009e;
}
IL_0087:
{
bool L_14 = V_0;
if (L_14)
{
goto IL_0092;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_15 = ___dtfi2;
NullCheck(L_15);
String_t* L_16;
L_16 = DateTimeFormatInfo_get_DateTimeOffsetPattern_m100011083D539153415ECC8E86725B35FB12EA57(L_15, NULL);
G_B14_0 = L_16;
goto IL_0097;
}
IL_0092:
{
G_B14_0 = _stringLiteral2492BD771F4E0F6822AA68B6D82B11F261E757BB;
}
IL_0097:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_17;
L_17 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(G_B14_0, NULL);
___format1 = L_17;
}
IL_009e:
{
int32_t L_18;
L_18 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((!(((uint32_t)L_18) == ((uint32_t)1))))
{
goto IL_00bb;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19 = ___format1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_20;
L_20 = DateTimeFormat_ExpandPredefinedFormat_mCDB477EBF6886C4254F62EF5611A47F1F282C3F9(L_19, (&___dateTime0), (&___dtfi2), (&___offset3), NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21;
L_21 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_20, NULL);
___format1 = L_21;
}
IL_00bb:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22 = ___dateTime0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_23 = ___format1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_24 = ___dtfi2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_25 = ___offset3;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringBuilder_t* L_26;
L_26 = DateTimeFormat_FormatCustomized_m6529FD3F54553CDBC5E4C3023FBC3D5925AE5E05(L_22, L_23, L_24, L_25, (StringBuilder_t*)NULL, NULL);
return L_26;
}
}
// System.Boolean System.DateTimeFormat::TryFormatO(System.DateTime,System.TimeSpan,System.Span`1<System.Char>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormatO_mEFDD99E0717FBE4E2C667657345DC814D6765A6F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination2, int32_t* ___charsWritten3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
memset((&V_3), 0, sizeof(V_3));
{
V_0 = ((int32_t)27);
V_1 = 2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TimeSpan_op_Equality_m482BBD58F00FA3924F9AFD66F249274039197F1C(L_0, L_1, NULL);
if (!L_2)
{
goto IL_003b;
}
}
{
int32_t L_3;
L_3 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
V_1 = L_3;
int32_t L_4 = V_1;
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
{
goto IL_0031;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_5;
L_5 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___dateTime0;
NullCheck(L_5);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7;
L_7 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_5, L_6, NULL);
___offset1 = L_7;
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 6));
goto IL_003f;
}
IL_0031:
{
int32_t L_9 = V_1;
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_003f;
}
}
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
goto IL_003f;
}
IL_003b:
{
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 6));
}
IL_003f:
{
int32_t L_12;
L_12 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___destination2), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
int32_t L_13 = V_0;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_004e;
}
}
{
int32_t* L_14 = ___charsWritten3;
*((int32_t*)L_14) = (int32_t)0;
return (bool)0;
}
IL_004e:
{
int32_t* L_15 = ___charsWritten3;
int32_t L_16 = V_0;
*((int32_t*)L_15) = (int32_t)L_16;
Il2CppChar* L_17;
L_17 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)26)), ((&___destination2))->____length_1);
int32_t L_18;
L_18 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_19 = ___destination2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_WriteFourDecimalDigits_m489FB1553224B7287455F63A172F2EA81604C691_inline(L_18, L_19, 0, NULL);
Il2CppChar* L_20;
L_20 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (4), ((&___destination2))->____length_1);
*((int16_t*)L_20) = (int16_t)((int32_t)45);
int32_t L_21;
L_21 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_22 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_21, L_22, 5, NULL);
Il2CppChar* L_23;
L_23 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (7), ((&___destination2))->____length_1);
*((int16_t*)L_23) = (int16_t)((int32_t)45);
int32_t L_24;
L_24 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_25 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_24, L_25, 8, NULL);
Il2CppChar* L_26;
L_26 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)10)), ((&___destination2))->____length_1);
*((int16_t*)L_26) = (int16_t)((int32_t)84);
int32_t L_27;
L_27 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_28 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_27, L_28, ((int32_t)11), NULL);
Il2CppChar* L_29;
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)13)), ((&___destination2))->____length_1);
*((int16_t*)L_29) = (int16_t)((int32_t)58);
int32_t L_30;
L_30 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_31 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_30, L_31, ((int32_t)14), NULL);
Il2CppChar* L_32;
L_32 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)16)), ((&___destination2))->____length_1);
*((int16_t*)L_32) = (int16_t)((int32_t)58);
int32_t L_33;
L_33 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_34 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_33, L_34, ((int32_t)17), NULL);
Il2CppChar* L_35;
L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)19)), ((&___destination2))->____length_1);
*((int16_t*)L_35) = (int16_t)((int32_t)46);
int64_t L_36;
L_36 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_37;
L_37 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline((&___destination2), ((int32_t)20), 7, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
DateTimeFormat_WriteDigits_m2D7E1BD01239B08D2C3C6E4755FEA10057BF0691_inline(((int64_t)(uint64_t)((uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_36%(uint64_t)(int64_t)((int64_t)((int32_t)10000000))))))), L_37, NULL);
int32_t L_38 = V_1;
if ((!(((uint32_t)L_38) == ((uint32_t)2))))
{
goto IL_017a;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_39 = ___offset1;
il2cpp_codegen_initobj((&V_3), sizeof(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_40 = V_3;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_41;
L_41 = TimeSpan_op_LessThan_mCBD324D4CB69C45EF34ABEBE7B19BB23528897BA(L_39, L_40, NULL);
if (!L_41)
{
goto IL_0140;
}
}
{
V_2 = ((int32_t)45);
int64_t L_42;
L_42 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___offset1), NULL);
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_43;
L_43 = TimeSpan_FromTicks_mFA529928E79B4BF5EC0265418844B196D8979A73(((-L_42)), NULL);
___offset1 = L_43;
goto IL_0143;
}
IL_0140:
{
V_2 = ((int32_t)43);
}
IL_0143:
{
int32_t L_44;
L_44 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&___offset1), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_45 = ___destination2;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_44, L_45, ((int32_t)31), NULL);
Il2CppChar* L_46;
L_46 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)30)), ((&___destination2))->____length_1);
*((int16_t*)L_46) = (int16_t)((int32_t)58);
int32_t L_47;
L_47 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&___offset1), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_48 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_47, L_48, ((int32_t)28), NULL);
Il2CppChar* L_49;
L_49 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)27)), ((&___destination2))->____length_1);
Il2CppChar L_50 = V_2;
*((int16_t*)L_49) = (int16_t)L_50;
goto IL_018a;
}
IL_017a:
{
int32_t L_51 = V_1;
if ((!(((uint32_t)L_51) == ((uint32_t)1))))
{
goto IL_018a;
}
}
{
Il2CppChar* L_52;
L_52 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)27)), ((&___destination2))->____length_1);
*((int16_t*)L_52) = (int16_t)((int32_t)90);
}
IL_018a:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeFormat::TryFormatR(System.DateTime,System.TimeSpan,System.Span`1<System.Char>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_TryFormatR_m7BE70723CC9A0EA2213F50F529DC32EFFD38FE53 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination2, int32_t* ___charsWritten3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
{
int32_t L_0;
L_0 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___destination2), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
if ((!(((uint32_t)((int32_t)28)) >= ((uint32_t)L_0))))
{
goto IL_0010;
}
}
{
int32_t* L_1 = ___charsWritten3;
*((int32_t*)L_1) = (int32_t)0;
return (bool)0;
}
IL_0010:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_4;
L_4 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_2, L_3, NULL);
if (!L_4)
{
goto IL_0026;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = ___offset1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTime_op_Subtraction_m325B9AE4DB04038087427DEDF0687D6F95305817(L_5, L_6, NULL);
___dateTime0 = L_7;
}
IL_0026:
{
DateTime_GetDatePart_m85E7446E253F012D1662467EAEFB4CD9C50AE86D((&___dateTime0), (&V_0), (&V_1), (&V_2), NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedDayNames_4;
int32_t L_9;
L_9 = DateTime_get_DayOfWeek_mAC680139BCAA1613FC134454D1AD1B502CB1BB68((&___dateTime0), NULL);
NullCheck(L_8);
int32_t L_10 = L_9;
String_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_3 = L_11;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedMonthNames_3;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
String_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_4 = L_15;
Il2CppChar* L_16;
L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (0), ((&___destination2))->____length_1);
String_t* L_17 = V_3;
NullCheck(L_17);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, 0, NULL);
*((int16_t*)L_16) = (int16_t)L_18;
Il2CppChar* L_19;
L_19 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (1), ((&___destination2))->____length_1);
String_t* L_20 = V_3;
NullCheck(L_20);
Il2CppChar L_21;
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, 1, NULL);
*((int16_t*)L_19) = (int16_t)L_21;
Il2CppChar* L_22;
L_22 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (2), ((&___destination2))->____length_1);
String_t* L_23 = V_3;
NullCheck(L_23);
Il2CppChar L_24;
L_24 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, 2, NULL);
*((int16_t*)L_22) = (int16_t)L_24;
Il2CppChar* L_25;
L_25 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (3), ((&___destination2))->____length_1);
*((int16_t*)L_25) = (int16_t)((int32_t)44);
Il2CppChar* L_26;
L_26 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (4), ((&___destination2))->____length_1);
*((int16_t*)L_26) = (int16_t)((int32_t)32);
int32_t L_27 = V_2;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_28 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_27, L_28, 5, NULL);
Il2CppChar* L_29;
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (7), ((&___destination2))->____length_1);
*((int16_t*)L_29) = (int16_t)((int32_t)32);
Il2CppChar* L_30;
L_30 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (8), ((&___destination2))->____length_1);
String_t* L_31 = V_4;
NullCheck(L_31);
Il2CppChar L_32;
L_32 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_31, 0, NULL);
*((int16_t*)L_30) = (int16_t)L_32;
Il2CppChar* L_33;
L_33 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)9)), ((&___destination2))->____length_1);
String_t* L_34 = V_4;
NullCheck(L_34);
Il2CppChar L_35;
L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_34, 1, NULL);
*((int16_t*)L_33) = (int16_t)L_35;
Il2CppChar* L_36;
L_36 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)10)), ((&___destination2))->____length_1);
String_t* L_37 = V_4;
NullCheck(L_37);
Il2CppChar L_38;
L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_37, 2, NULL);
*((int16_t*)L_36) = (int16_t)L_38;
Il2CppChar* L_39;
L_39 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)11)), ((&___destination2))->____length_1);
*((int16_t*)L_39) = (int16_t)((int32_t)32);
int32_t L_40 = V_0;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_41 = ___destination2;
DateTimeFormat_WriteFourDecimalDigits_m489FB1553224B7287455F63A172F2EA81604C691_inline(L_40, L_41, ((int32_t)12), NULL);
Il2CppChar* L_42;
L_42 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)16)), ((&___destination2))->____length_1);
*((int16_t*)L_42) = (int16_t)((int32_t)32);
int32_t L_43;
L_43 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_44 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_43, L_44, ((int32_t)17), NULL);
Il2CppChar* L_45;
L_45 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)19)), ((&___destination2))->____length_1);
*((int16_t*)L_45) = (int16_t)((int32_t)58);
int32_t L_46;
L_46 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_47 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_46, L_47, ((int32_t)20), NULL);
Il2CppChar* L_48;
L_48 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)22)), ((&___destination2))->____length_1);
*((int16_t*)L_48) = (int16_t)((int32_t)58);
int32_t L_49;
L_49 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&___dateTime0), NULL);
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_50 = ___destination2;
DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline(L_49, L_50, ((int32_t)23), NULL);
Il2CppChar* L_51;
L_51 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)25)), ((&___destination2))->____length_1);
*((int16_t*)L_51) = (int16_t)((int32_t)32);
Il2CppChar* L_52;
L_52 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)26)), ((&___destination2))->____length_1);
*((int16_t*)L_52) = (int16_t)((int32_t)71);
Il2CppChar* L_53;
L_53 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)27)), ((&___destination2))->____length_1);
*((int16_t*)L_53) = (int16_t)((int32_t)77);
Il2CppChar* L_54;
L_54 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination2))->____pointer_0))->value, (((int32_t)28)), ((&___destination2))->____length_1);
*((int16_t*)L_54) = (int16_t)((int32_t)84);
int32_t* L_55 = ___charsWritten3;
*((int32_t*)L_55) = (int32_t)((int32_t)29);
return (bool)1;
}
}
// System.Void System.DateTimeFormat::WriteTwoDecimalDigits(System.UInt32,System.Span`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911 (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t ___offset2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_0));
uint32_t L_1 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_2 = ___offset2;
Il2CppChar* L_3;
L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_2, 1))), ((&___destination1))->____length_1);
uint32_t L_4 = V_0;
uint32_t L_5 = ___value0;
*((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)10))))));
int32_t L_6 = ___offset2;
Il2CppChar* L_7;
L_7 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_6), ((&___destination1))->____length_1);
uint32_t L_8 = ___value0;
*((int16_t*)L_7) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_8)));
return;
}
}
// System.Void System.DateTimeFormat::WriteFourDecimalDigits(System.UInt32,System.Span`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_WriteFourDecimalDigits_m489FB1553224B7287455F63A172F2EA81604C691 (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, int32_t ___startingIndex2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_0));
uint32_t L_1 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_2 = ___startingIndex2;
Il2CppChar* L_3;
L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_2, 3))), ((&___buffer1))->____length_1);
uint32_t L_4 = V_0;
uint32_t L_5 = ___value0;
*((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)10))))));
uint32_t L_6 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_6));
uint32_t L_7 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_8 = ___startingIndex2;
Il2CppChar* L_9;
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_8, 2))), ((&___buffer1))->____length_1);
uint32_t L_10 = V_0;
uint32_t L_11 = ___value0;
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, ((int32_t)10))))));
uint32_t L_12 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_12));
uint32_t L_13 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_13/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_14 = ___startingIndex2;
Il2CppChar* L_15;
L_15 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_14, 1))), ((&___buffer1))->____length_1);
uint32_t L_16 = V_0;
uint32_t L_17 = ___value0;
*((int16_t*)L_15) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, ((int32_t)10))))));
int32_t L_18 = ___startingIndex2;
Il2CppChar* L_19;
L_19 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (L_18), ((&___buffer1))->____length_1);
uint32_t L_20 = ___value0;
*((int16_t*)L_19) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_20)));
return;
}
}
// System.Void System.DateTimeFormat::WriteDigits(System.UInt64,System.Span`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_WriteDigits_m2D7E1BD01239B08D2C3C6E4755FEA10057BF0691 (uint64_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint64_t V_1 = 0;
{
int32_t L_0;
L_0 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___buffer1), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
goto IL_002e;
}
IL_000c:
{
uint64_t L_1 = ___value0;
V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)((int32_t)48)), (int64_t)L_1));
uint64_t L_2 = ___value0;
___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int32_t)10))));
int32_t L_3 = V_0;
Il2CppChar* L_4;
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (L_3), ((&___buffer1))->____length_1);
uint64_t L_5 = V_1;
uint64_t L_6 = ___value0;
*((int16_t*)L_4) = (int16_t)((int32_t)(uint16_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, ((int64_t)((int32_t)10)))))));
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
}
IL_002e:
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) >= ((int32_t)1)))
{
goto IL_000c;
}
}
{
Il2CppChar* L_9;
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (0), ((&___buffer1))->____length_1);
uint64_t L_10 = ___value0;
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)((int64_t)il2cpp_codegen_add(((int64_t)((int32_t)48)), (int64_t)L_10)));
return;
}
}
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.ReadOnlySpan`1<System.Char>,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_mBB0AD1B68695C84575BDBC93115C93508F7FB13C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.DateTimeFormat::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat__cctor_mD5DFC09A7EB703FF84CB4F31910A440E908DE883 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E2C673A3A737B04369A63F1FB1A30F6E742B066E2CCCD9B1838793CBB5590598_103_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B50C96368196723209385AC035A494CC7D0E52);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FE78C3B1F25A676AC22D36E01B5CF5CC7DC8ED1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BF951CF903ECC622812D47B1157D1A3AFA9FBDC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6A577D434AC942DDB38F171010FC5CEBF94E542);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA6AD0FB1130BFA5AD9F54E775FBEB781B424CF5);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___MinValue_21;
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___NullOffset_0 = L_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E2C673A3A737B04369A63F1FB1A30F6E742B066E2CCCD9B1838793CBB5590598_103_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_2, L_3, NULL);
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___allStandardFormats_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___allStandardFormats_1), (void*)L_2);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_4);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5;
L_5 = VirtualFuncInvoker0< DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* >::Invoke(17 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_4);
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantFormatInfo_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantFormatInfo_2), (void*)L_5);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantFormatInfo_2;
NullCheck(L_6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
L_7 = DateTimeFormatInfo_get_AbbreviatedMonthNames_m8C049BD0316BBE69A99AC1A71A3EF5C6FF792007(L_6, NULL);
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedMonthNames_3 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedMonthNames_3), (void*)L_7);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantFormatInfo_2;
NullCheck(L_8);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9;
L_9 = DateTimeFormatInfo_get_AbbreviatedDayNames_m5FF3B8C196AFAF3053AF1D23B23142BF8C59447D(L_8, NULL);
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedDayNames_4 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___InvariantAbbreviatedDayNames_4), (void*)L_9);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralFA6AD0FB1130BFA5AD9F54E775FBEB781B424CF5);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralFA6AD0FB1130BFA5AD9F54E775FBEB781B424CF5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral8BF951CF903ECC622812D47B1157D1A3AFA9FBDC);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral8BF951CF903ECC622812D47B1157D1A3AFA9FBDC);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral00B50C96368196723209385AC035A494CC7D0E52);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral00B50C96368196723209385AC035A494CC7D0E52);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral7FE78C3B1F25A676AC22D36E01B5CF5CC7DC8ED1);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral7FE78C3B1F25A676AC22D36E01B5CF5CC7DC8ED1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteralF6A577D434AC942DDB38F171010FC5CEBF94E542);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralF6A577D434AC942DDB38F171010FC5CEBF94E542);
((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___fixedNumberFormats_5 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var))->___fixedNumberFormats_5), (void*)L_17);
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.DateTime System.DateTimeParse::ParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExact_mDC1B5C2449904A353081D0850E2B8FC14083426C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_0, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___format1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi2;
int32_t L_4 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605(L_1, L_2, L_3, L_4, (&V_0), NULL);
if (!L_5)
{
goto IL_0024;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_6 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = L_6.___parsedDate_11;
return L_7;
}
IL_0024:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var)));
Exception_t* L_8;
L_8 = DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8((&V_0), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_ParseExact_mDC1B5C2449904A353081D0850E2B8FC14083426C_RuntimeMethod_var)));
}
}
// System.DateTime System.DateTimeParse::ParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExact_m029A3CD06DC7B2DAFB2539EEBAFF1017F344D742 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_0 = ___offset4;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_0 = L_1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_2, NULL);
int32_t* L_3 = (&(&V_0)->___flags_8);
int32_t* L_4 = L_3;
int32_t L_5 = *((int32_t*)L_4);
*((int32_t*)L_4) = (int32_t)((int32_t)(L_5|((int32_t)2048)));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7 = ___format1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi2;
int32_t L_9 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_10;
L_10 = DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605(L_6, L_7, L_8, L_9, (&V_0), NULL);
if (!L_10)
{
goto IL_004d;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_11 = ___offset4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_12 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = L_12.___timeZoneOffset_9;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_11 = L_13;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_14 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15 = L_14.___parsedDate_11;
return L_15;
}
IL_004d:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var)));
Exception_t* L_16;
L_16 = DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8((&V_0), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_ParseExact_m029A3CD06DC7B2DAFB2539EEBAFF1017F344D742_RuntimeMethod_var)));
}
}
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m815D4E080DDCD01EF0C8B3A7F541E371060B3132 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_0 = L_1;
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_2, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___format1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi2;
int32_t L_6 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605(L_3, L_4, L_5, L_6, (&V_0), NULL);
if (!L_7)
{
goto IL_0038;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_8 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_9 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10 = L_9.___parsedDate_11;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_8 = L_10;
return (bool)1;
}
IL_0038:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m096A67C43F260697DF85E5621747D06F93933AFC (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result4, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_0 = L_1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_2 = ___offset5;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_2 = L_3;
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_4, NULL);
int32_t* L_5 = (&(&V_0)->___flags_8);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
*((int32_t*)L_6) = (int32_t)((int32_t)(L_7|((int32_t)2048)));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___format1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_10 = ___dtfi2;
int32_t L_11 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605(L_8, L_9, L_10, L_11, (&V_0), NULL);
if (!L_12)
{
goto IL_0061;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_13 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_14 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15 = L_14.___parsedDate_11;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_13 = L_15;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_16 = ___offset5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_17 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18 = L_17.___timeZoneOffset_9;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_16 = L_18;
return (bool)1;
}
IL_0061:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryParseExact(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___s0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_0)
{
goto IL_0018;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_1, 3, _stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880, NULL);
return (bool)0;
}
IL_0018:
{
int32_t L_2;
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_2)
{
goto IL_002a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result4;
DateTimeResult_SetBadFormatSpecifierFailure_m9FC4392236DE50A674F50361A1BB06F6944BD214(L_3, NULL);
return (bool)0;
}
IL_002a:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___s0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___format1;
int32_t L_6 = ___style3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7 = ___dtfi2;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_8 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_9;
L_9 = DateTimeParse_DoStrictParse_mC03205AA52B2A37EE27088FEA9ED7DD4E7F20F9F(L_4, L_5, L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.DateTime System.DateTimeParse::ParseExactMultiple(System.ReadOnlySpan`1<System.Char>,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_ParseExactMultiple_mE44689529A8878BBCBCD9FAF7DE1756A8B93C1C3 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___formats1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_0, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___s0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___formats1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi2;
int32_t L_4 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeParse_TryParseExactMultiple_m5EEC70867A4F28DB9F4003C92F88764BD048DFC2(L_1, L_2, L_3, L_4, (&V_0), NULL);
if (!L_5)
{
goto IL_0024;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_6 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = L_6.___parsedDate_11;
return L_7;
}
IL_0024:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var)));
Exception_t* L_8;
L_8 = DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8((&V_0), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_ParseExactMultiple_mE44689529A8878BBCBCD9FAF7DE1756A8B93C1C3_RuntimeMethod_var)));
}
}
// System.Boolean System.DateTimeParse::TryParseExactMultiple(System.ReadOnlySpan`1<System.Char>,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExactMultiple_m5EEC70867A4F28DB9F4003C92F88764BD048DFC2 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___formats1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, int32_t ___style3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6138241A3DE02B2D3DCE5A7D8521E6799652D9B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EC5CBE6FC0614BE91BFCE6548E8B6A26CFBC507);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE018F173EFC2BF2C3F958DAF0DC15C362D1AA2F2);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_1;
memset((&V_1), 0, sizeof(V_1));
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___formats1;
if (L_0)
{
goto IL_0018;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result4;
DateTimeResult_SetFailure_m62FF23BEC9EBC84811C7C2107A5C7633694FD601(L_1, 1, _stringLiteral6138241A3DE02B2D3DCE5A7D8521E6799652D9B9, NULL, _stringLiteral8EC5CBE6FC0614BE91BFCE6548E8B6A26CFBC507, NULL);
return (bool)0;
}
IL_0018:
{
int32_t L_2;
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___s0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_2)
{
goto IL_0030;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_3, 3, _stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880, NULL);
return (bool)0;
}
IL_0030:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___formats1;
NullCheck(L_4);
if ((((RuntimeArray*)L_4)->max_length))
{
goto IL_0043;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_5, 2, _stringLiteralE018F173EFC2BF2C3F958DAF0DC15C362D1AA2F2, NULL);
return (bool)0;
}
IL_0043:
{
V_0 = 0;
goto IL_00b1;
}
IL_0047:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = ___formats1;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if (!L_9)
{
goto IL_0056;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ___formats1;
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if (L_14)
{
goto IL_005f;
}
}
IL_0056:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result4;
DateTimeResult_SetBadFormatSpecifierFailure_m9FC4392236DE50A674F50361A1BB06F6944BD214(L_15, NULL);
return (bool)0;
}
IL_005f:
{
il2cpp_codegen_initobj((&V_1), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_1), L_16, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result4;
int32_t L_18 = L_17->___flags_8;
(&V_1)->___flags_8 = L_18;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19 = ___s0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = ___formats1;
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
String_t* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_24;
L_24 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_23, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_25 = ___dtfi2;
int32_t L_26 = ___style3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_TryParseExact_mE278766D22954690798736AD38FB25607FF3C605(L_19, L_24, L_25, L_26, (&V_1), NULL);
if (!L_27)
{
goto IL_00ad;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_29 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_30 = L_29.___parsedDate_11;
L_28->___parsedDate_11 = L_30;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_32 = V_1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_33 = L_32.___timeZoneOffset_9;
L_31->___timeZoneOffset_9 = L_33;
return (bool)1;
}
IL_00ad:
{
int32_t L_34 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00b1:
{
int32_t L_35 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = ___formats1;
NullCheck(L_36);
if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
{
goto IL_0047;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_37 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_37, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchWord(System.__DTString&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mA7B7DC7F197B764C500FA173FB1F5BB3F110A6D1 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, String_t* ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_3 = (&L_2->___Value_0);
int32_t L_4;
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline(L_3, ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_5 = ___str0;
int32_t L_6 = L_5->___Index_1;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, L_6)))))
{
goto IL_001c;
}
}
{
return (bool)0;
}
IL_001c:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_7 = ___str0;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_8;
L_8 = __DTString_get_CompareInfo_m60B598A103E1AD8C7A84D1294398713BB72EC372_inline(L_7, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_10 = (&L_9->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_11 = ___str0;
int32_t L_12 = L_11->___Index_1;
String_t* L_13 = ___target1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_15;
L_15 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline(L_10, L_12, L_14, ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
String_t* L_16 = ___target1;
NullCheck(L_8);
int32_t L_17;
L_17 = CompareInfo_Compare_mFD591987EB505C7B67AFF638293F718976A215C6(L_8, L_15, L_16, 1, NULL);
if (!L_17)
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0044:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str0;
int32_t L_19 = L_18->___Index_1;
String_t* L_20 = ___target1;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_19, L_21));
int32_t L_22 = V_0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_23 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_24 = (&L_23->___Value_0);
int32_t L_25;
L_25 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline(L_24, ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_22) >= ((int32_t)L_25)))
{
goto IL_0076;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_26 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_27 = (&L_26->___Value_0);
int32_t L_28 = V_0;
Il2CppChar* L_29;
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_27)->____pointer_0))->value, (L_28), (L_27)->____length_1);
int32_t L_30 = *((uint16_t*)L_29);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_30, NULL);
if (!L_31)
{
goto IL_0076;
}
}
{
return (bool)0;
}
IL_0076:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_32 = ___str0;
int32_t L_33 = V_0;
L_32->___Index_1 = L_33;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_34 = ___str0;
int32_t L_35 = L_34->___Index_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_36 = ___str0;
int32_t L_37;
L_37 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_36, NULL);
if ((((int32_t)L_35) >= ((int32_t)L_37)))
{
goto IL_00a3;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_39 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_40 = (&L_39->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_41 = ___str0;
int32_t L_42 = L_41->___Index_1;
Il2CppChar* L_43;
L_43 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_40)->____pointer_0))->value, (L_42), (L_40)->____length_1);
int32_t L_44 = *((uint16_t*)L_43);
L_38->___m_current_2 = L_44;
}
IL_00a3:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTString&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_mE95CAA2AEEC0A0D1B66F23DAAFF4A440B517343F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735);
s_Il2CppMethodInitialized = true;
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_1;
L_1 = DateTimeParse_MatchWord_mA7B7DC7F197B764C500FA173FB1F5BB3F110A6D1(L_0, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (bool)1;
}
IL_000f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_3;
L_3 = DateTimeParse_MatchWord_mA7B7DC7F197B764C500FA173FB1F5BB3F110A6D1(L_2, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, NULL);
if (!L_3)
{
goto IL_001e;
}
}
{
return (bool)1;
}
IL_001e:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mA6B84307C5FF718A15BA19E4EB31EB78AD7DD557 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)48)))) <= ((uint32_t)((int32_t)9))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTString&,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m98F0CC92F633C924C6AFD0D7B97277517CF82AF4 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, double* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
double* L_0 = ___result1;
*((double*)L_0) = (double)(0.0);
V_0 = (0.10000000000000001);
V_1 = 0;
goto IL_0035;
}
IL_0019:
{
double* L_1 = ___result1;
double* L_2 = ___result1;
double L_3 = *((double*)L_2);
Il2CppChar L_4 = V_2;
double L_5 = V_0;
*((double*)L_1) = (double)((double)il2cpp_codegen_add(L_3, ((double)il2cpp_codegen_multiply(((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)48)))), L_5))));
double L_6 = V_0;
V_0 = ((double)il2cpp_codegen_multiply(L_6, (0.10000000000000001)));
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0035:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_8 = ___str0;
bool L_9;
L_9 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_8, NULL);
if (!L_9)
{
goto IL_004c;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str0;
Il2CppChar L_11 = L_10->___m_current_2;
Il2CppChar L_12 = L_11;
V_2 = L_12;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_13;
L_13 = DateTimeParse_IsDigit_mA6B84307C5FF718A15BA19E4EB31EB78AD7DD557(L_12, NULL);
if (L_13)
{
goto IL_0019;
}
}
IL_004c:
{
int32_t L_14 = V_1;
return (bool)((((int32_t)L_14) > ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.DateTimeParse::ParseTimeZone(System.__DTString&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mF3F355E14D6B76BA74234B98A6049BBB58439934 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 V_2;
memset((&V_2), 0, sizeof(V_2));
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
V_0 = 0;
V_1 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_1;
L_1 = __DTString_GetSubString_mCAA1E40658D9C121F7F93E9FD9471BA32ADE5E27(L_0, NULL);
V_2 = L_1;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_2 = V_2;
int32_t L_3 = L_2.___length_2;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
Il2CppChar L_4;
L_4 = DTSubString_get_Item_m1F52F78057FA33F0CB350659CF94DC678C4725B6((&V_2), 0, NULL);
V_3 = L_4;
Il2CppChar L_5 = V_3;
if ((((int32_t)L_5) == ((int32_t)((int32_t)43))))
{
goto IL_002b;
}
}
{
Il2CppChar L_6 = V_3;
if ((((int32_t)L_6) == ((int32_t)((int32_t)45))))
{
goto IL_002b;
}
}
{
return (bool)0;
}
IL_002b:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_7 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_8 = V_2;
__DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F(L_7, L_8, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_10;
L_10 = __DTString_GetSubString_mCAA1E40658D9C121F7F93E9FD9471BA32ADE5E27(L_9, NULL);
V_2 = L_10;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_11 = V_2;
int32_t L_12 = L_11.___type_3;
if ((((int32_t)L_12) == ((int32_t)2)))
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0044:
{
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_13 = V_2;
int32_t L_14 = L_13.___value_4;
V_4 = L_14;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_15 = V_2;
int32_t L_16 = L_15.___length_2;
V_5 = L_16;
int32_t L_17 = V_5;
if ((((int32_t)L_17) == ((int32_t)1)))
{
goto IL_005e;
}
}
{
int32_t L_18 = V_5;
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
{
goto IL_00bf;
}
}
IL_005e:
{
int32_t L_19 = V_4;
V_0 = L_19;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_20 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_21 = V_2;
__DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F(L_20, L_21, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_22 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_23;
L_23 = __DTString_GetSubString_mCAA1E40658D9C121F7F93E9FD9471BA32ADE5E27(L_22, NULL);
V_2 = L_23;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_24 = V_2;
int32_t L_25 = L_24.___length_2;
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
{
goto IL_00e0;
}
}
{
Il2CppChar L_26;
L_26 = DTSubString_get_Item_m1F52F78057FA33F0CB350659CF94DC678C4725B6((&V_2), 0, NULL);
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)58)))))
{
goto IL_00e0;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_27 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_28 = V_2;
__DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F(L_27, L_28, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_30;
L_30 = __DTString_GetSubString_mCAA1E40658D9C121F7F93E9FD9471BA32ADE5E27(L_29, NULL);
V_2 = L_30;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_31 = V_2;
int32_t L_32 = L_31.___type_3;
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_00ad;
}
}
{
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_33 = V_2;
int32_t L_34 = L_33.___length_2;
if ((((int32_t)L_34) < ((int32_t)1)))
{
goto IL_00ad;
}
}
{
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_35 = V_2;
int32_t L_36 = L_35.___length_2;
if ((((int32_t)L_36) <= ((int32_t)2)))
{
goto IL_00af;
}
}
IL_00ad:
{
return (bool)0;
}
IL_00af:
{
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_37 = V_2;
int32_t L_38 = L_37.___value_4;
V_1 = L_38;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_39 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_40 = V_2;
__DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F(L_39, L_40, NULL);
goto IL_00e0;
}
IL_00bf:
{
int32_t L_41 = V_5;
if ((((int32_t)L_41) == ((int32_t)3)))
{
goto IL_00c9;
}
}
{
int32_t L_42 = V_5;
if ((!(((uint32_t)L_42) == ((uint32_t)4))))
{
goto IL_00de;
}
}
IL_00c9:
{
int32_t L_43 = V_4;
V_0 = ((int32_t)(L_43/((int32_t)100)));
int32_t L_44 = V_4;
V_1 = ((int32_t)(L_44%((int32_t)100)));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_45 = ___str0;
DTSubString_tE3D3286EE2D813E13B011BBE80C26010CFBCFE70 L_46 = V_2;
__DTString_ConsumeSubString_m5EA5ACB00CE8435A7710E7A41EB2378293F4177F(L_45, L_46, NULL);
goto IL_00e0;
}
IL_00de:
{
return (bool)0;
}
IL_00e0:
{
int32_t L_47 = V_1;
if ((((int32_t)L_47) < ((int32_t)0)))
{
goto IL_00e9;
}
}
{
int32_t L_48 = V_1;
if ((((int32_t)L_48) < ((int32_t)((int32_t)60))))
{
goto IL_00eb;
}
}
IL_00e9:
{
return (bool)0;
}
IL_00eb:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_49 = ___result1;
int32_t L_50 = V_0;
int32_t L_51 = V_1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_52;
memset((&L_52), 0, sizeof(L_52));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_52), L_50, L_51, 0, /*hidden argument*/NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_49 = L_52;
Il2CppChar L_53 = V_3;
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)45)))))
{
goto IL_010a;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_54 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_55 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_56;
L_56 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4(L_55, NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_54 = L_56;
}
IL_010a:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTString&,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mFED144664DF98BB5DA4C18A04CCCB5580EAD843C (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
int32_t L_1 = L_0->___Index_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
int32_t L_3;
L_3 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_2, NULL);
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1)))))
{
goto IL_00ad;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_4 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_5 = (&L_4->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str0;
int32_t L_7 = L_6->___Index_1;
Il2CppChar* L_8;
L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_5)->____pointer_0))->value, (L_7), (L_5)->____length_1);
int32_t L_9 = *((uint16_t*)L_8);
V_0 = L_9;
V_1 = 0;
goto IL_0043;
}
IL_002a:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_11 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_12 = (&L_11->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_13 = ___str0;
int32_t L_14 = L_13->___Index_1;
int32_t L_15 = V_1;
Il2CppChar* L_16;
L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_12)->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_14, L_15))), (L_12)->____length_1);
int32_t L_17 = *((uint16_t*)L_16);
V_0 = L_17;
}
IL_0043:
{
Il2CppChar L_18 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_18, NULL);
if (!L_19)
{
goto IL_005d;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_20 = ___str0;
int32_t L_21 = L_20->___Index_1;
int32_t L_22 = V_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_23 = ___str0;
int32_t L_24;
L_24 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_23, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_21, L_22))) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_24, 1)))))
{
goto IL_002a;
}
}
IL_005d:
{
Il2CppChar L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)43))))
{
goto IL_0067;
}
}
{
Il2CppChar L_26 = V_0;
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45)))))
{
goto IL_00ad;
}
}
IL_0067:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_27 = ___str0;
int32_t* L_28 = (&L_27->___Index_1);
int32_t* L_29 = L_28;
int32_t L_30 = *((int32_t*)L_29);
int32_t L_31 = V_1;
*((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, L_31));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result1;
int32_t L_33 = L_32->___flags_8;
if (!((int32_t)((int32_t)L_33&((int32_t)256))))
{
goto IL_0088;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_34 = ___result1;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_34, NULL);
return (bool)0;
}
IL_0088:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_35 = ___result1;
int32_t* L_36 = (&L_35->___flags_8);
int32_t* L_37 = L_36;
int32_t L_38 = *((int32_t*)L_37);
*((int32_t*)L_37) = (int32_t)((int32_t)(L_38|((int32_t)256)));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_39 = ___str0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_40 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_41 = (&L_40->___timeZoneOffset_9);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_42;
L_42 = DateTimeParse_ParseTimeZone_mF3F355E14D6B76BA74234B98A6049BBB58439934(L_39, L_41, NULL);
if (L_42)
{
goto IL_00ad;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_43 = ___result1;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_43, NULL);
return (bool)0;
}
IL_00ad:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::Lex(System.DateTimeParse/DS,System.__DTString&,System.DateTimeToken&,System.DateTimeRawInfo&,System.DateTimeResult&,System.Globalization.DateTimeFormatInfo&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5 (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* ___dtok2, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B4E26F21A69E717A950F1684EADFD0443AD7B19);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B42_0 = NULL;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B41_0 = NULL;
int32_t G_B43_0 = 0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B43_1 = NULL;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B88_0 = NULL;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B87_0 = NULL;
int32_t G_B89_0 = 0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* G_B89_1 = NULL;
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_0 = ___dtok2;
L_0->___dtt_0 = ((int32_t)18);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_2 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_2);
__DTString_GetRegularToken_mF7E4F8A3FDA483D70D31E919BD247BE18834842A(L_1, (&V_0), (&V_1), L_3, NULL);
int32_t L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1)))
{
case 0:
{
goto IL_005e;
}
case 1:
{
goto IL_005e;
}
case 2:
{
goto IL_0925;
}
case 3:
{
goto IL_0925;
}
case 4:
{
goto IL_0724;
}
case 5:
{
goto IL_0919;
}
case 6:
{
goto IL_06fe;
}
case 7:
{
goto IL_08c6;
}
case 8:
{
goto IL_080c;
}
case 9:
{
goto IL_09d1;
}
case 10:
{
goto IL_0943;
}
case 11:
{
goto IL_05a8;
}
case 12:
{
goto IL_0834;
}
case 13:
{
goto IL_087d;
}
case 14:
{
goto IL_09d1;
}
}
}
{
goto IL_09d1;
}
IL_005e:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw3;
int32_t L_6 = L_5->___numCount_1;
if ((((int32_t)L_6) == ((int32_t)3)))
{
goto IL_006b;
}
}
{
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_0074;
}
}
IL_006b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_8 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_8, NULL);
return (bool)0;
}
IL_0074:
{
int32_t L_9 = ___dps0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)19)))))
{
goto IL_00ac;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str1;
int32_t L_11 = L_10->___Index_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_12 = ___str1;
int32_t L_13;
L_13 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_12, NULL);
if ((((int32_t)L_11) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_13, 1)))))
{
goto IL_00ac;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_14 = ___str1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_15 = (&L_14->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_16 = ___str1;
int32_t L_17 = L_16->___Index_1;
Il2CppChar* L_18;
L_18 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_15)->____pointer_0))->value, (L_17), (L_15)->____length_1);
int32_t L_19 = *((uint16_t*)L_18);
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)46)))))
{
goto IL_00ac;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_20 = ___str1;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_21 = ___raw3;
double* L_22 = (&L_21->___fraction_7);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_23;
L_23 = DateTimeParse_ParseFraction_m98F0CC92F633C924C6AFD0D7B97277517CF82AF4(L_20, L_22, NULL);
}
IL_00ac:
{
int32_t L_24 = ___dps0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)19))))
{
goto IL_00b6;
}
}
{
int32_t L_25 = ___dps0;
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)18)))))
{
goto IL_00d2;
}
}
IL_00b6:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_26 = ___str1;
int32_t L_27 = L_26->___Index_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_28 = ___str1;
int32_t L_29;
L_29 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_28, NULL);
if ((((int32_t)L_27) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_29, 1)))))
{
goto IL_00d2;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_30 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_32;
L_32 = DateTimeParse_HandleTimeZone_mFED144664DF98BB5DA4C18A04CCCB5580EAD843C(L_30, L_31, NULL);
if (L_32)
{
goto IL_00d2;
}
}
{
return (bool)0;
}
IL_00d2:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_33 = ___dtok2;
int32_t L_34 = V_1;
L_33->___num_2 = L_34;
int32_t L_35 = V_0;
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
{
goto IL_02c8;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_36 = ___raw3;
int32_t L_37 = L_36->___year_3;
if ((!(((uint32_t)L_37) == ((uint32_t)(-1)))))
{
goto IL_02bf;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_38 = ___raw3;
int32_t L_39 = V_1;
L_38->___year_3 = L_39;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_40 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_41 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_42 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_41);
int32_t L_43;
L_43 = __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84(L_40, L_42, (&V_2), (&V_3), NULL);
int32_t L_44 = L_43;
V_4 = L_44;
V_5 = L_44;
int32_t L_45 = V_5;
if ((((int32_t)L_45) > ((int32_t)((int32_t)1792))))
{
goto IL_0169;
}
}
{
int32_t L_46 = V_5;
if ((((int32_t)L_46) > ((int32_t)((int32_t)1024))))
{
goto IL_0140;
}
}
{
int32_t L_47 = V_5;
if ((((int32_t)L_47) == ((int32_t)((int32_t)512))))
{
goto IL_01db;
}
}
{
int32_t L_48 = V_5;
if ((((int32_t)L_48) == ((int32_t)((int32_t)768))))
{
goto IL_021d;
}
}
{
int32_t L_49 = V_5;
if ((((int32_t)L_49) == ((int32_t)((int32_t)1024))))
{
goto IL_01e8;
}
}
{
goto IL_02b4;
}
IL_0140:
{
int32_t L_50 = V_5;
if ((((int32_t)L_50) == ((int32_t)((int32_t)1280))))
{
goto IL_01e8;
}
}
{
int32_t L_51 = V_5;
if ((((int32_t)L_51) == ((int32_t)((int32_t)1536))))
{
goto IL_022a;
}
}
{
int32_t L_52 = V_5;
if ((((int32_t)L_52) == ((int32_t)((int32_t)1792))))
{
goto IL_0237;
}
}
{
goto IL_02b4;
}
IL_0169:
{
int32_t L_53 = V_5;
if ((((int32_t)L_53) > ((int32_t)((int32_t)2560))))
{
goto IL_019b;
}
}
{
int32_t L_54 = V_5;
if ((((int32_t)L_54) == ((int32_t)((int32_t)2048))))
{
goto IL_0290;
}
}
{
int32_t L_55 = V_5;
if ((((int32_t)L_55) == ((int32_t)((int32_t)2304))))
{
goto IL_0290;
}
}
{
int32_t L_56 = V_5;
if ((((int32_t)L_56) == ((int32_t)((int32_t)2560))))
{
goto IL_0290;
}
}
{
goto IL_02b4;
}
IL_019b:
{
int32_t L_57 = V_5;
if ((((int32_t)L_57) > ((int32_t)((int32_t)3072))))
{
goto IL_01c1;
}
}
{
int32_t L_58 = V_5;
if ((((int32_t)L_58) == ((int32_t)((int32_t)2816))))
{
goto IL_02a2;
}
}
{
int32_t L_59 = V_5;
if ((((int32_t)L_59) == ((int32_t)((int32_t)3072))))
{
goto IL_02a2;
}
}
{
goto IL_02b4;
}
IL_01c1:
{
int32_t L_60 = V_5;
if ((((int32_t)L_60) == ((int32_t)((int32_t)3328))))
{
goto IL_02a2;
}
}
{
int32_t L_61 = V_5;
if ((((int32_t)L_61) == ((int32_t)((int32_t)3840))))
{
goto IL_0252;
}
}
{
goto IL_02b4;
}
IL_01db:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_62 = ___dtok2;
L_62->___dtt_0 = ((int32_t)14);
goto IL_02bd;
}
IL_01e8:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_63 = ___raw3;
int32_t L_64 = L_63->___timeMark_6;
if ((!(((uint32_t)L_64) == ((uint32_t)(-1)))))
{
goto IL_0211;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_65 = ___raw3;
int32_t L_66 = V_4;
G_B41_0 = L_65;
if ((((int32_t)L_66) == ((int32_t)((int32_t)1024))))
{
G_B42_0 = L_65;
goto IL_01fe;
}
}
{
G_B43_0 = 1;
G_B43_1 = G_B41_0;
goto IL_01ff;
}
IL_01fe:
{
G_B43_0 = 0;
G_B43_1 = G_B42_0;
}
IL_01ff:
{
G_B43_1->___timeMark_6 = G_B43_0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_67 = ___dtok2;
L_67->___dtt_0 = ((int32_t)12);
goto IL_02bd;
}
IL_0211:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_68 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_68, NULL);
goto IL_02bd;
}
IL_021d:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_69 = ___dtok2;
L_69->___dtt_0 = ((int32_t)12);
goto IL_02bd;
}
IL_022a:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_70 = ___dtok2;
L_70->___dtt_0 = ((int32_t)13);
goto IL_02bd;
}
IL_0237:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_71 = ___raw3;
bool L_72 = L_71->___hasSameDateAndTimeSeparators_8;
if (L_72)
{
goto IL_0248;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_73 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_73, NULL);
return (bool)0;
}
IL_0248:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_74 = ___dtok2;
L_74->___dtt_0 = ((int32_t)13);
goto IL_02bd;
}
IL_0252:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_75 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_76 = ___dps0;
NullCheck(L_75);
int32_t L_77 = L_76;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_78 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
NullCheck(L_78);
int32_t L_79 = ((int32_t)13);
int32_t L_80 = (int32_t)(L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)20)))))
{
goto IL_0286;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_81 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_82 = ___dps0;
NullCheck(L_81);
int32_t L_83 = L_82;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
NullCheck(L_84);
int32_t L_85 = ((int32_t)12);
int32_t L_86 = (int32_t)(L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
if ((((int32_t)L_86) <= ((int32_t)((int32_t)20))))
{
goto IL_0286;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_87 = ___str1;
int32_t L_88 = V_2;
L_87->___Index_1 = L_88;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_89 = ___str1;
Il2CppChar L_90 = V_3;
L_89->___m_current_2 = L_90;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_91 = ___dtok2;
L_91->___dtt_0 = ((int32_t)12);
goto IL_02bd;
}
IL_0286:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_92 = ___dtok2;
L_92->___dtt_0 = ((int32_t)13);
goto IL_02bd;
}
IL_0290:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_93 = ___dtok2;
L_93->___dtt_0 = ((int32_t)9);
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_94 = ___dtok2;
int32_t L_95 = V_4;
L_94->___suffix_1 = L_95;
goto IL_02bd;
}
IL_02a2:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_96 = ___dtok2;
L_96->___dtt_0 = ((int32_t)10);
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_97 = ___dtok2;
int32_t L_98 = V_4;
L_97->___suffix_1 = L_98;
goto IL_02bd;
}
IL_02b4:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_99 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_99, NULL);
return (bool)0;
}
IL_02bd:
{
return (bool)1;
}
IL_02bf:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_100 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_100, NULL);
return (bool)0;
}
IL_02c8:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_101 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_102 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_103 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_102);
int32_t L_104;
L_104 = __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84(L_101, L_103, (&V_2), (&V_3), NULL);
int32_t L_105 = L_104;
V_4 = L_105;
V_5 = L_105;
int32_t L_106 = V_5;
if ((((int32_t)L_106) > ((int32_t)((int32_t)2048))))
{
goto IL_0358;
}
}
{
int32_t L_107 = V_5;
if ((((int32_t)L_107) > ((int32_t)((int32_t)1024))))
{
goto IL_0315;
}
}
{
int32_t L_108 = V_5;
if ((((int32_t)L_108) == ((int32_t)((int32_t)512))))
{
goto IL_03cd;
}
}
{
int32_t L_109 = V_5;
if ((((int32_t)L_109) == ((int32_t)((int32_t)768))))
{
goto IL_0456;
}
}
{
int32_t L_110 = V_5;
if ((((int32_t)L_110) == ((int32_t)((int32_t)1024))))
{
goto IL_03e5;
}
}
{
goto IL_059f;
}
IL_0315:
{
int32_t L_111 = V_5;
if ((((int32_t)L_111) > ((int32_t)((int32_t)1536))))
{
goto IL_033b;
}
}
{
int32_t L_112 = V_5;
if ((((int32_t)L_112) == ((int32_t)((int32_t)1280))))
{
goto IL_03e5;
}
}
{
int32_t L_113 = V_5;
if ((((int32_t)L_113) == ((int32_t)((int32_t)1536))))
{
goto IL_046e;
}
}
{
goto IL_059f;
}
IL_033b:
{
int32_t L_114 = V_5;
if ((((int32_t)L_114) == ((int32_t)((int32_t)1792))))
{
goto IL_04cf;
}
}
{
int32_t L_115 = V_5;
if ((((int32_t)L_115) == ((int32_t)((int32_t)2048))))
{
goto IL_0520;
}
}
{
goto IL_059f;
}
IL_0358:
{
int32_t L_116 = V_5;
if ((((int32_t)L_116) > ((int32_t)((int32_t)2816))))
{
goto IL_038a;
}
}
{
int32_t L_117 = V_5;
if ((((int32_t)L_117) == ((int32_t)((int32_t)2304))))
{
goto IL_055c;
}
}
{
int32_t L_118 = V_5;
if ((((int32_t)L_118) == ((int32_t)((int32_t)2560))))
{
goto IL_055c;
}
}
{
int32_t L_119 = V_5;
if ((((int32_t)L_119) == ((int32_t)((int32_t)2816))))
{
goto IL_0571;
}
}
{
goto IL_059f;
}
IL_038a:
{
int32_t L_120 = V_5;
if ((((int32_t)L_120) > ((int32_t)((int32_t)3328))))
{
goto IL_03b0;
}
}
{
int32_t L_121 = V_5;
if ((((int32_t)L_121) == ((int32_t)((int32_t)3072))))
{
goto IL_0571;
}
}
{
int32_t L_122 = V_5;
if ((((int32_t)L_122) == ((int32_t)((int32_t)3328))))
{
goto IL_0571;
}
}
{
goto IL_059f;
}
IL_03b0:
{
int32_t L_123 = V_5;
if ((((int32_t)L_123) == ((int32_t)((int32_t)3584))))
{
goto IL_0586;
}
}
{
int32_t L_124 = V_5;
if ((((int32_t)L_124) == ((int32_t)((int32_t)3840))))
{
goto IL_0486;
}
}
{
goto IL_059f;
}
IL_03cd:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_125 = ___dtok2;
L_125->___dtt_0 = 1;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_126 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_127 = ___dtok2;
int32_t L_128 = L_127->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_126, L_128, NULL);
goto IL_09d1;
}
IL_03e5:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_129 = ___raw3;
int32_t L_130 = L_129->___timeMark_6;
if ((!(((uint32_t)L_130) == ((uint32_t)(-1)))))
{
goto IL_042e;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_131 = ___raw3;
int32_t L_132 = V_4;
G_B87_0 = L_131;
if ((((int32_t)L_132) == ((int32_t)((int32_t)1024))))
{
G_B88_0 = L_131;
goto IL_03fb;
}
}
{
G_B89_0 = 1;
G_B89_1 = G_B87_0;
goto IL_03fc;
}
IL_03fb:
{
G_B89_0 = 0;
G_B89_1 = G_B88_0;
}
IL_03fc:
{
G_B89_1->___timeMark_6 = G_B89_0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_133 = ___dtok2;
L_133->___dtt_0 = 2;
int32_t L_134 = ___dps0;
if ((!(((uint32_t)L_134) == ((uint32_t)4))))
{
goto IL_0420;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_135 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_136 = ___result4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_137 = ___raw3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_138 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_139 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_138);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_140;
L_140 = DateTimeParse_ProcessTerminalState_mBBB5DA91A449E17952389A39AF326E7D2B286DFB(((int32_t)21), L_135, L_136, (&___styles6), L_137, L_139, NULL);
if (L_140)
{
goto IL_0420;
}
}
{
return (bool)0;
}
IL_0420:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_141 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_142 = ___dtok2;
int32_t L_143 = L_142->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_141, L_143, NULL);
goto IL_043a;
}
IL_042e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_144 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_144, NULL);
goto IL_09d1;
}
IL_043a:
{
int32_t L_145 = ___dps0;
if ((((int32_t)L_145) == ((int32_t)((int32_t)19))))
{
goto IL_0447;
}
}
{
int32_t L_146 = ___dps0;
if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)18)))))
{
goto IL_09d1;
}
}
IL_0447:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_147 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_148 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_149;
L_149 = DateTimeParse_HandleTimeZone_mFED144664DF98BB5DA4C18A04CCCB5580EAD843C(L_147, L_148, NULL);
if (L_149)
{
goto IL_09d1;
}
}
{
return (bool)0;
}
IL_0456:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_150 = ___dtok2;
L_150->___dtt_0 = 3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_151 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_152 = ___dtok2;
int32_t L_153 = L_152->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_151, L_153, NULL);
goto IL_09d1;
}
IL_046e:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_154 = ___dtok2;
L_154->___dtt_0 = 4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_155 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_156 = ___dtok2;
int32_t L_157 = L_156->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_155, L_157, NULL);
goto IL_09d1;
}
IL_0486:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_158 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_159 = ___dps0;
NullCheck(L_158);
int32_t L_160 = L_159;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
NullCheck(L_161);
int32_t L_162 = 4;
int32_t L_163 = (int32_t)(L_161)->GetAt(static_cast<il2cpp_array_size_t>(L_162));
if ((!(((uint32_t)L_163) == ((uint32_t)((int32_t)20)))))
{
goto IL_04b7;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_164 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_165 = ___dps0;
NullCheck(L_164);
int32_t L_166 = L_165;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_167 = (L_164)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
NullCheck(L_167);
int32_t L_168 = 3;
int32_t L_169 = (int32_t)(L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
if ((((int32_t)L_169) <= ((int32_t)((int32_t)20))))
{
goto IL_04b7;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_170 = ___str1;
int32_t L_171 = V_2;
L_170->___Index_1 = L_171;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_172 = ___str1;
Il2CppChar L_173 = V_3;
L_172->___m_current_2 = L_173;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_174 = ___dtok2;
L_174->___dtt_0 = 3;
goto IL_04be;
}
IL_04b7:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_175 = ___dtok2;
L_175->___dtt_0 = 4;
}
IL_04be:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_176 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_177 = ___dtok2;
int32_t L_178 = L_177->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_176, L_178, NULL);
goto IL_09d1;
}
IL_04cf:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_179 = ___raw3;
bool L_180 = L_179->___hasSameDateAndTimeSeparators_8;
if (!L_180)
{
goto IL_0508;
}
}
{
int32_t L_181 = ___dps0;
if ((((int32_t)L_181) == ((int32_t)((int32_t)11))))
{
goto IL_04f0;
}
}
{
int32_t L_182 = ___dps0;
if ((((int32_t)L_182) == ((int32_t)((int32_t)12))))
{
goto IL_04f0;
}
}
{
int32_t L_183 = ___dps0;
if ((((int32_t)L_183) == ((int32_t)((int32_t)13))))
{
goto IL_04f0;
}
}
{
int32_t L_184 = ___dps0;
if ((((int32_t)L_184) == ((int32_t)((int32_t)14))))
{
goto IL_04f0;
}
}
{
int32_t L_185 = ___dps0;
if ((!(((uint32_t)L_185) == ((uint32_t)((int32_t)15)))))
{
goto IL_0508;
}
}
IL_04f0:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_186 = ___dtok2;
L_186->___dtt_0 = 4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_187 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_188 = ___dtok2;
int32_t L_189 = L_188->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_187, L_189, NULL);
goto IL_09d1;
}
IL_0508:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_190 = ___dtok2;
L_190->___dtt_0 = 5;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_191 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_192 = ___dtok2;
int32_t L_193 = L_192->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_191, L_193, NULL);
goto IL_09d1;
}
IL_0520:
{
}
try
{// begin try (depth: 1)
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_194 = ___dtok2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_195 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_196 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_195);
NullCheck(L_196);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_197;
L_197 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_196, NULL);
int32_t L_198 = V_1;
NullCheck(L_197);
int32_t L_199;
L_199 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(30 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_197, L_198);
L_194->___num_2 = L_199;
goto IL_0547;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0537;
}
throw e;
}
CATCH_0537:
{// begin catch(System.ArgumentOutOfRangeException)
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_200 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_200, NULL);
V_6 = (bool)0;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_09d3;
}// end catch (depth: 1)
IL_0547:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_201 = ___dtok2;
L_201->___dtt_0 = ((int32_t)9);
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_202 = ___dtok2;
int32_t L_203 = V_4;
L_202->___suffix_1 = L_203;
goto IL_09d1;
}
IL_055c:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_204 = ___dtok2;
L_204->___dtt_0 = ((int32_t)9);
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_205 = ___dtok2;
int32_t L_206 = V_4;
L_205->___suffix_1 = L_206;
goto IL_09d1;
}
IL_0571:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_207 = ___dtok2;
L_207->___dtt_0 = ((int32_t)10);
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_208 = ___dtok2;
int32_t L_209 = V_4;
L_208->___suffix_1 = L_209;
goto IL_09d1;
}
IL_0586:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_210 = ___dtok2;
L_210->___dtt_0 = ((int32_t)19);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_211 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_212 = ___dtok2;
int32_t L_213 = L_212->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_211, L_213, NULL);
goto IL_09d1;
}
IL_059f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_214 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_214, NULL);
return (bool)0;
}
IL_05a8:
{
int32_t L_215 = V_1;
if ((((int32_t)L_215) < ((int32_t)((int32_t)100))))
{
goto IL_0647;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_216 = ___raw3;
int32_t L_217 = L_216->___year_3;
if ((!(((uint32_t)L_217) == ((uint32_t)(-1)))))
{
goto IL_063e;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_218 = ___raw3;
int32_t L_219 = V_1;
L_218->___year_3 = L_219;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_220 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_221 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_222 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_221);
int32_t L_223;
L_223 = __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84(L_220, L_222, (&V_2), (&V_3), NULL);
int32_t L_224 = L_223;
V_4 = L_224;
V_5 = L_224;
int32_t L_225 = V_5;
if ((((int32_t)L_225) == ((int32_t)((int32_t)512))))
{
goto IL_05f2;
}
}
{
int32_t L_226 = V_5;
if ((((int32_t)L_226) == ((int32_t)((int32_t)768))))
{
goto IL_05ff;
}
}
{
int32_t L_227 = V_5;
if ((((int32_t)L_227) == ((int32_t)((int32_t)3840))))
{
goto IL_060c;
}
}
{
goto IL_0635;
}
IL_05f2:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_228 = ___dtok2;
L_228->___dtt_0 = ((int32_t)14);
goto IL_09d1;
}
IL_05ff:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_229 = ___dtok2;
L_229->___dtt_0 = ((int32_t)12);
goto IL_09d1;
}
IL_060c:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_230 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_231 = ___dps0;
NullCheck(L_230);
int32_t L_232 = L_231;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_233 = (L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
NullCheck(L_233);
int32_t L_234 = ((int32_t)12);
int32_t L_235 = (int32_t)(L_233)->GetAt(static_cast<il2cpp_array_size_t>(L_234));
if ((((int32_t)L_235) <= ((int32_t)((int32_t)20))))
{
goto IL_0635;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_236 = ___str1;
int32_t L_237 = V_2;
L_236->___Index_1 = L_237;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_238 = ___str1;
Il2CppChar L_239 = V_3;
L_238->___m_current_2 = L_239;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_240 = ___dtok2;
L_240->___dtt_0 = ((int32_t)12);
goto IL_09d1;
}
IL_0635:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_241 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_241, NULL);
return (bool)0;
}
IL_063e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_242 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_242, NULL);
return (bool)0;
}
IL_0647:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_243 = ___dtok2;
int32_t L_244 = V_1;
L_243->___num_2 = L_244;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_245 = ___raw3;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_246 = ___dtok2;
int32_t L_247 = L_246->___num_2;
DateTimeRawInfo_AddNumber_m2DA05B04979A1CE5D6022B4926B4837CDD9AC9BA(L_245, L_247, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_248 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_249 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_250 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_249);
int32_t L_251;
L_251 = __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84(L_248, L_250, (&V_2), (&V_3), NULL);
int32_t L_252 = L_251;
V_4 = L_252;
V_5 = L_252;
int32_t L_253 = V_5;
if ((((int32_t)L_253) > ((int32_t)((int32_t)768))))
{
goto IL_0689;
}
}
{
int32_t L_254 = V_5;
if ((((int32_t)L_254) == ((int32_t)((int32_t)512))))
{
goto IL_069d;
}
}
{
int32_t L_255 = V_5;
if ((((int32_t)L_255) == ((int32_t)((int32_t)768))))
{
goto IL_06a9;
}
}
{
goto IL_06f5;
}
IL_0689:
{
int32_t L_256 = V_5;
if ((((int32_t)L_256) == ((int32_t)((int32_t)1536))))
{
goto IL_06a9;
}
}
{
int32_t L_257 = V_5;
if ((((int32_t)L_257) == ((int32_t)((int32_t)3840))))
{
goto IL_06b5;
}
}
{
goto IL_06f5;
}
IL_069d:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_258 = ___dtok2;
L_258->___dtt_0 = 1;
goto IL_09d1;
}
IL_06a9:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_259 = ___dtok2;
L_259->___dtt_0 = 4;
goto IL_09d1;
}
IL_06b5:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_260 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_261 = ___dps0;
NullCheck(L_260);
int32_t L_262 = L_261;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_263 = (L_260)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
NullCheck(L_263);
int32_t L_264 = 4;
int32_t L_265 = (int32_t)(L_263)->GetAt(static_cast<il2cpp_array_size_t>(L_264));
if ((!(((uint32_t)L_265) == ((uint32_t)((int32_t)20)))))
{
goto IL_06e9;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_266 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_267 = ___dps0;
NullCheck(L_266);
int32_t L_268 = L_267;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_269 = (L_266)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
NullCheck(L_269);
int32_t L_270 = 3;
int32_t L_271 = (int32_t)(L_269)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
if ((((int32_t)L_271) <= ((int32_t)((int32_t)20))))
{
goto IL_06e9;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_272 = ___str1;
int32_t L_273 = V_2;
L_272->___Index_1 = L_273;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_274 = ___str1;
Il2CppChar L_275 = V_3;
L_274->___m_current_2 = L_275;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_276 = ___dtok2;
L_276->___dtt_0 = 3;
goto IL_09d1;
}
IL_06e9:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_277 = ___dtok2;
L_277->___dtt_0 = 4;
goto IL_09d1;
}
IL_06f5:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_278 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_278, NULL);
return (bool)0;
}
IL_06fe:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_279 = ___raw3;
int32_t L_280 = L_279->___dayOfWeek_4;
if ((!(((uint32_t)L_280) == ((uint32_t)(-1)))))
{
goto IL_071b;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_281 = ___raw3;
int32_t L_282 = V_1;
L_281->___dayOfWeek_4 = L_282;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_283 = ___dtok2;
L_283->___dtt_0 = ((int32_t)11);
goto IL_09d1;
}
IL_071b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_284 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_284, NULL);
return (bool)0;
}
IL_0724:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_285 = ___raw3;
int32_t L_286 = L_285->___month_2;
if ((!(((uint32_t)L_286) == ((uint32_t)(-1)))))
{
goto IL_0803;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_287 = ___str1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_288 = ___dtfi5;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_289 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_288);
int32_t L_290;
L_290 = __DTString_GetSeparatorToken_m9ADF41C54B30D0AE706F3CB6E1433B1E51B6CA84(L_287, L_289, (&V_2), (&V_3), NULL);
int32_t L_291 = L_290;
V_4 = L_291;
V_5 = L_291;
int32_t L_292 = V_5;
if ((((int32_t)L_292) > ((int32_t)((int32_t)768))))
{
goto IL_0762;
}
}
{
int32_t L_293 = V_5;
if ((((int32_t)L_293) == ((int32_t)((int32_t)512))))
{
goto IL_077f;
}
}
{
int32_t L_294 = V_5;
if ((((int32_t)L_294) == ((int32_t)((int32_t)768))))
{
goto IL_0788;
}
}
{
goto IL_07ee;
}
IL_0762:
{
int32_t L_295 = V_5;
if ((((int32_t)L_295) == ((int32_t)((int32_t)1536))))
{
goto IL_0791;
}
}
{
int32_t L_296 = V_5;
if ((((int32_t)L_296) == ((int32_t)((int32_t)1792))))
{
goto IL_079a;
}
}
{
int32_t L_297 = V_5;
if ((((int32_t)L_297) == ((int32_t)((int32_t)3840))))
{
goto IL_07b4;
}
}
{
goto IL_07ee;
}
IL_077f:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_298 = ___dtok2;
L_298->___dtt_0 = 6;
goto IL_07f7;
}
IL_0788:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_299 = ___dtok2;
L_299->___dtt_0 = 7;
goto IL_07f7;
}
IL_0791:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_300 = ___dtok2;
L_300->___dtt_0 = 8;
goto IL_07f7;
}
IL_079a:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_301 = ___raw3;
bool L_302 = L_301->___hasSameDateAndTimeSeparators_8;
if (L_302)
{
goto IL_07ab;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_303 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_303, NULL);
return (bool)0;
}
IL_07ab:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_304 = ___dtok2;
L_304->___dtt_0 = 8;
goto IL_07f7;
}
IL_07b4:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_305 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_306 = ___dps0;
NullCheck(L_305);
int32_t L_307 = L_306;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_308 = (L_305)->GetAt(static_cast<il2cpp_array_size_t>(L_307));
NullCheck(L_308);
int32_t L_309 = 8;
int32_t L_310 = (int32_t)(L_308)->GetAt(static_cast<il2cpp_array_size_t>(L_309));
if ((!(((uint32_t)L_310) == ((uint32_t)((int32_t)20)))))
{
goto IL_07e5;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_311 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_312 = ___dps0;
NullCheck(L_311);
int32_t L_313 = L_312;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_314 = (L_311)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
NullCheck(L_314);
int32_t L_315 = 7;
int32_t L_316 = (int32_t)(L_314)->GetAt(static_cast<il2cpp_array_size_t>(L_315));
if ((((int32_t)L_316) <= ((int32_t)((int32_t)20))))
{
goto IL_07e5;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_317 = ___str1;
int32_t L_318 = V_2;
L_317->___Index_1 = L_318;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_319 = ___str1;
Il2CppChar L_320 = V_3;
L_319->___m_current_2 = L_320;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_321 = ___dtok2;
L_321->___dtt_0 = 7;
goto IL_07f7;
}
IL_07e5:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_322 = ___dtok2;
L_322->___dtt_0 = 8;
goto IL_07f7;
}
IL_07ee:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_323 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_323, NULL);
return (bool)0;
}
IL_07f7:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_324 = ___raw3;
int32_t L_325 = V_1;
L_324->___month_2 = L_325;
goto IL_09d1;
}
IL_0803:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_326 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_326, NULL);
return (bool)0;
}
IL_080c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_327 = ___result4;
int32_t L_328 = L_327->___era_7;
if ((((int32_t)L_328) == ((int32_t)(-1))))
{
goto IL_082b;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_329 = ___result4;
int32_t L_330 = V_1;
L_329->___era_7 = L_330;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_331 = ___dtok2;
L_331->___dtt_0 = ((int32_t)16);
goto IL_09d1;
}
IL_082b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_332 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_332, NULL);
return (bool)0;
}
IL_0834:
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_333;
L_333 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (!L_333)
{
goto IL_0841;
}
}
{
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_334 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
NullCheck(L_334);
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_334, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_334, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5_RuntimeMethod_var)));
}
IL_0841:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_335 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_336;
L_336 = DateTimeParse_GetJapaneseCalendarDefaultInstance_m265C8A05BBC8F95D6F85943B9B2AA58209C3BF9D(NULL);
L_335->___calendar_10 = L_336;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_337 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_338;
L_338 = DateTimeFormatInfo_GetJapaneseCalendarDTFI_m99547D0BCED27B4FC1678390663487A1A97E8FF6(NULL);
*((RuntimeObject**)L_337) = (RuntimeObject*)L_338;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_337, (void*)(RuntimeObject*)L_338);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_339 = ___result4;
int32_t L_340 = L_339->___era_7;
if ((((int32_t)L_340) == ((int32_t)(-1))))
{
goto IL_0874;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_341 = ___result4;
int32_t L_342 = V_1;
L_341->___era_7 = L_342;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_343 = ___dtok2;
L_343->___dtt_0 = ((int32_t)16);
goto IL_09d1;
}
IL_0874:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_344 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_344, NULL);
return (bool)0;
}
IL_087d:
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_345;
L_345 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (!L_345)
{
goto IL_088a;
}
}
{
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_346 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
NullCheck(L_346);
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_346, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_346, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5_RuntimeMethod_var)));
}
IL_088a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_347 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_348;
L_348 = DateTimeParse_GetTaiwanCalendarDefaultInstance_m3A580037CB29251883ECC6F2407CC19C07189038(NULL);
L_347->___calendar_10 = L_348;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_349 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_350;
L_350 = DateTimeFormatInfo_GetTaiwanCalendarDTFI_mC9D2BCBD331BB4D07B02A2740817962AD77019FF(NULL);
*((RuntimeObject**)L_349) = (RuntimeObject*)L_350;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_349, (void*)(RuntimeObject*)L_350);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_351 = ___result4;
int32_t L_352 = L_351->___era_7;
if ((((int32_t)L_352) == ((int32_t)(-1))))
{
goto IL_08bd;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_353 = ___result4;
int32_t L_354 = V_1;
L_353->___era_7 = L_354;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_355 = ___dtok2;
L_355->___dtt_0 = ((int32_t)16);
goto IL_09d1;
}
IL_08bd:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_356 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_356, NULL);
return (bool)0;
}
IL_08c6:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_357 = ___result4;
int32_t L_358 = L_357->___flags_8;
if (!((int32_t)((int32_t)L_358&((int32_t)256))))
{
goto IL_08de;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_359 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_359, NULL);
return (bool)0;
}
IL_08de:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_360 = ___dtok2;
L_360->___dtt_0 = ((int32_t)15);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_361 = ___result4;
int32_t* L_362 = (&L_361->___flags_8);
int32_t* L_363 = L_362;
int32_t L_364 = *((int32_t*)L_363);
*((int32_t*)L_363) = (int32_t)((int32_t)(L_364|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_365 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_366;
memset((&L_366), 0, sizeof(L_366));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_366), ((int64_t)0), /*hidden argument*/NULL);
L_365->___timeZoneOffset_9 = L_366;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_367 = ___result4;
int32_t* L_368 = (&L_367->___flags_8);
int32_t* L_369 = L_368;
int32_t L_370 = *((int32_t*)L_369);
*((int32_t*)L_369) = (int32_t)((int32_t)(L_370|((int32_t)512)));
goto IL_09d1;
}
IL_0919:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_371 = ___dtok2;
L_371->___dtt_0 = 0;
goto IL_09d1;
}
IL_0925:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_372 = ___raw3;
int32_t L_373 = L_372->___timeMark_6;
if ((!(((uint32_t)L_373) == ((uint32_t)(-1)))))
{
goto IL_093a;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_374 = ___raw3;
int32_t L_375 = V_1;
L_374->___timeMark_6 = L_375;
goto IL_09d1;
}
IL_093a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_376 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_376, NULL);
return (bool)0;
}
IL_0943:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_377 = ___str1;
Il2CppChar L_378 = L_377->___m_current_2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_379;
L_379 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_378, NULL);
if (!L_379)
{
goto IL_096a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_380 = ___result4;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_381 = ___str1;
int32_t L_382 = L_381->___Index_1;
int32_t L_383 = L_382;
RuntimeObject* L_384 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_383);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_380, 6, _stringLiteral4B4E26F21A69E717A950F1684EADFD0443AD7B19, L_384, NULL);
return (bool)0;
}
IL_096a:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_385 = ___str1;
Il2CppChar L_386 = L_385->___m_current_2;
if ((((int32_t)L_386) == ((int32_t)((int32_t)45))))
{
goto IL_097e;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_387 = ___str1;
Il2CppChar L_388 = L_387->___m_current_2;
if ((!(((uint32_t)L_388) == ((uint32_t)((int32_t)43)))))
{
goto IL_09be;
}
}
IL_097e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_389 = ___result4;
int32_t L_390 = L_389->___flags_8;
if (((int32_t)((int32_t)L_390&((int32_t)256))))
{
goto IL_09be;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_391 = ___str1;
int32_t L_392 = L_391->___Index_1;
V_7 = L_392;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_393 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_394 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_395 = (&L_394->___timeZoneOffset_9);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_396;
L_396 = DateTimeParse_ParseTimeZone_mF3F355E14D6B76BA74234B98A6049BBB58439934(L_393, L_395, NULL);
if (!L_396)
{
goto IL_09b6;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_397 = ___result4;
int32_t* L_398 = (&L_397->___flags_8);
int32_t* L_399 = L_398;
int32_t L_400 = *((int32_t*)L_399);
*((int32_t*)L_399) = (int32_t)((int32_t)(L_400|((int32_t)256)));
return (bool)1;
}
IL_09b6:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_401 = ___str1;
int32_t L_402 = V_7;
L_401->___Index_1 = L_402;
}
IL_09be:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_403 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_404;
L_404 = DateTimeParse_VerifyValidPunctuation_m620C9F9E5B0C07AD43A7826A3156033B6B75CE2F(L_403, NULL);
if (!L_404)
{
goto IL_09c8;
}
}
{
return (bool)1;
}
IL_09c8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_405 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_405, NULL);
return (bool)0;
}
IL_09d1:
{
return (bool)1;
}
IL_09d3:
{
bool L_406 = V_6;
return L_406;
}
}
// System.Globalization.Calendar System.DateTimeParse::GetJapaneseCalendarDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeParse_GetJapaneseCalendarDefaultInstance_m265C8A05BBC8F95D6F85943B9B2AA58209C3BF9D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t639E4548E016255B55B31A644186A40A5D055E0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_0;
L_0 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (!L_0)
{
goto IL_000d;
}
}
{
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_1 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_GetJapaneseCalendarDefaultInstance_m265C8A05BBC8F95D6F85943B9B2AA58209C3BF9D_RuntimeMethod_var)));
}
IL_000d:
{
il2cpp_codegen_runtime_class_init_inline(JapaneseCalendar_t639E4548E016255B55B31A644186A40A5D055E0E_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2;
L_2 = JapaneseCalendar_GetDefaultInstance_mEDD5EEFAF9B20CC6616CA8DAB8ADCE47E5565657(NULL);
return L_2;
}
}
// System.Globalization.Calendar System.DateTimeParse::GetTaiwanCalendarDefaultInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeParse_GetTaiwanCalendarDefaultInstance_m3A580037CB29251883ECC6F2407CC19C07189038 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaiwanCalendar_tFC159D82844A64A93FE1EB3363CC64DE933EE64B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_0;
L_0 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (!L_0)
{
goto IL_000d;
}
}
{
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_1 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_GetTaiwanCalendarDefaultInstance_m3A580037CB29251883ECC6F2407CC19C07189038_RuntimeMethod_var)));
}
IL_000d:
{
il2cpp_codegen_runtime_class_init_inline(TaiwanCalendar_tFC159D82844A64A93FE1EB3363CC64DE933EE64B_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2;
L_2 = TaiwanCalendar_GetDefaultInstance_m8DA29AC16562ED3BA40872B88C52376450602D8D(NULL);
return L_2;
}
}
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTString&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m620C9F9E5B0C07AD43A7826A3156033B6B75CE2F (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_1 = (&L_0->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
int32_t L_3 = L_2->___Index_1;
Il2CppChar* L_4;
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_1)->____pointer_0))->value, (L_3), (L_1)->____length_1);
int32_t L_5 = *((uint16_t*)L_4);
V_0 = L_5;
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35)))))
{
goto IL_0078;
}
}
{
V_1 = (bool)0;
V_2 = (bool)0;
V_3 = 0;
goto IL_0061;
}
IL_0020:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_7 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_8 = (&L_7->___Value_0);
int32_t L_9 = V_3;
Il2CppChar* L_10;
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_8)->____pointer_0))->value, (L_9), (L_8)->____length_1);
int32_t L_11 = *((uint16_t*)L_10);
V_0 = L_11;
Il2CppChar L_12 = V_0;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35)))))
{
goto IL_0043;
}
}
{
bool L_13 = V_1;
if (!L_13)
{
goto IL_003f;
}
}
{
bool L_14 = V_2;
if (!L_14)
{
goto IL_003b;
}
}
{
return (bool)0;
}
IL_003b:
{
V_2 = (bool)1;
goto IL_005d;
}
IL_003f:
{
V_1 = (bool)1;
goto IL_005d;
}
IL_0043:
{
Il2CppChar L_15 = V_0;
if (L_15)
{
goto IL_004b;
}
}
{
bool L_16 = V_2;
if (L_16)
{
goto IL_005d;
}
}
{
return (bool)0;
}
IL_004b:
{
Il2CppChar L_17 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_17, NULL);
if (L_18)
{
goto IL_005d;
}
}
{
bool L_19 = V_1;
bool L_20 = V_2;
if (!((int32_t)(((((int32_t)L_19) == ((int32_t)0))? 1 : 0)|(int32_t)L_20)))
{
goto IL_005d;
}
}
{
return (bool)0;
}
IL_005d:
{
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0061:
{
int32_t L_22 = V_3;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_23 = ___str0;
int32_t L_24;
L_24 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_23, NULL);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0020;
}
}
{
bool L_25 = V_2;
if (L_25)
{
goto IL_006f;
}
}
{
return (bool)0;
}
IL_006f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_26 = ___str0;
bool L_27;
L_27 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_26, NULL);
return (bool)1;
}
IL_0078:
{
Il2CppChar L_28 = V_0;
if (L_28)
{
goto IL_00b5;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
int32_t L_30 = L_29->___Index_1;
V_4 = L_30;
goto IL_009d;
}
IL_0085:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_31 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_32 = (&L_31->___Value_0);
int32_t L_33 = V_4;
Il2CppChar* L_34;
L_34 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_32)->____pointer_0))->value, (L_33), (L_32)->____length_1);
int32_t L_35 = *((uint16_t*)L_34);
if (!L_35)
{
goto IL_0097;
}
}
{
return (bool)0;
}
IL_0097:
{
int32_t L_36 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_009d:
{
int32_t L_37 = V_4;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str0;
int32_t L_39;
L_39 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_38, NULL);
if ((((int32_t)L_37) < ((int32_t)L_39)))
{
goto IL_0085;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_40 = ___str0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_41 = ___str0;
int32_t L_42;
L_42 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(L_41, NULL);
L_40->___Index_1 = L_42;
return (bool)1;
}
IL_00b5:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147 (String_t* ___datePattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
{
V_0 = (-1);
V_1 = (-1);
V_2 = (-1);
V_3 = 0;
V_4 = (bool)0;
V_5 = 0;
goto IL_00f0;
}
IL_0013:
{
String_t* L_0 = ___datePattern0;
int32_t L_1 = V_5;
NullCheck(L_0);
Il2CppChar L_2;
L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
V_6 = L_2;
Il2CppChar L_3 = V_6;
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
{
goto IL_0029;
}
}
{
Il2CppChar L_4 = V_6;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
{
goto IL_0034;
}
}
IL_0029:
{
int32_t L_5 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_5, 1));
goto IL_00ea;
}
IL_0034:
{
Il2CppChar L_6 = V_6;
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
{
goto IL_0040;
}
}
{
Il2CppChar L_7 = V_6;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
{
goto IL_0047;
}
}
IL_0040:
{
bool L_8 = V_4;
V_4 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
IL_0047:
{
bool L_9 = V_4;
if (L_9)
{
goto IL_00ea;
}
}
{
Il2CppChar L_10 = V_6;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)121)))))
{
goto IL_007e;
}
}
{
int32_t L_11 = V_3;
int32_t L_12 = L_11;
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
V_0 = L_12;
goto IL_0062;
}
IL_005c:
{
int32_t L_13 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0062:
{
int32_t L_14 = V_5;
String_t* L_15 = ___datePattern0;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_14, 1))) >= ((int32_t)L_16)))
{
goto IL_00ea;
}
}
{
String_t* L_17 = ___datePattern0;
int32_t L_18 = V_5;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, ((int32_t)il2cpp_codegen_add(L_18, 1)), NULL);
if ((((int32_t)L_19) == ((int32_t)((int32_t)121))))
{
goto IL_005c;
}
}
{
goto IL_00ea;
}
IL_007e:
{
Il2CppChar L_20 = V_6;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)77)))))
{
goto IL_00ae;
}
}
{
int32_t L_21 = V_3;
int32_t L_22 = L_21;
V_3 = ((int32_t)il2cpp_codegen_add(L_22, 1));
V_1 = L_22;
goto IL_0092;
}
IL_008c:
{
int32_t L_23 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0092:
{
int32_t L_24 = V_5;
String_t* L_25 = ___datePattern0;
NullCheck(L_25);
int32_t L_26;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_24, 1))) >= ((int32_t)L_26)))
{
goto IL_00ea;
}
}
{
String_t* L_27 = ___datePattern0;
int32_t L_28 = V_5;
NullCheck(L_27);
Il2CppChar L_29;
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, ((int32_t)il2cpp_codegen_add(L_28, 1)), NULL);
if ((((int32_t)L_29) == ((int32_t)((int32_t)77))))
{
goto IL_008c;
}
}
{
goto IL_00ea;
}
IL_00ae:
{
Il2CppChar L_30 = V_6;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)100)))))
{
goto IL_00ea;
}
}
{
V_7 = 1;
goto IL_00c5;
}
IL_00b9:
{
int32_t L_31 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_31, 1));
int32_t L_32 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00c5:
{
int32_t L_33 = V_5;
String_t* L_34 = ___datePattern0;
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_33, 1))) >= ((int32_t)L_35)))
{
goto IL_00df;
}
}
{
String_t* L_36 = ___datePattern0;
int32_t L_37 = V_5;
NullCheck(L_36);
Il2CppChar L_38;
L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, ((int32_t)il2cpp_codegen_add(L_37, 1)), NULL);
if ((((int32_t)L_38) == ((int32_t)((int32_t)100))))
{
goto IL_00b9;
}
}
IL_00df:
{
int32_t L_39 = V_7;
if ((((int32_t)L_39) > ((int32_t)2)))
{
goto IL_00ea;
}
}
{
int32_t L_40 = V_3;
int32_t L_41 = L_40;
V_3 = ((int32_t)il2cpp_codegen_add(L_41, 1));
V_2 = L_41;
}
IL_00ea:
{
int32_t L_42 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_00f0:
{
int32_t L_43 = V_5;
String_t* L_44 = ___datePattern0;
NullCheck(L_44);
int32_t L_45;
L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL);
if ((((int32_t)L_43) >= ((int32_t)L_45)))
{
goto IL_0101;
}
}
{
int32_t L_46 = V_3;
if ((((int32_t)L_46) < ((int32_t)3)))
{
goto IL_0013;
}
}
IL_0101:
{
int32_t L_47 = V_0;
if (L_47)
{
goto IL_0111;
}
}
{
int32_t L_48 = V_1;
if ((!(((uint32_t)L_48) == ((uint32_t)1))))
{
goto IL_0111;
}
}
{
int32_t L_49 = V_2;
if ((!(((uint32_t)L_49) == ((uint32_t)2))))
{
goto IL_0111;
}
}
{
int32_t* L_50 = ___order2;
*((int32_t*)L_50) = (int32_t)0;
return (bool)1;
}
IL_0111:
{
int32_t L_51 = V_1;
if (L_51)
{
goto IL_0121;
}
}
{
int32_t L_52 = V_2;
if ((!(((uint32_t)L_52) == ((uint32_t)1))))
{
goto IL_0121;
}
}
{
int32_t L_53 = V_0;
if ((!(((uint32_t)L_53) == ((uint32_t)2))))
{
goto IL_0121;
}
}
{
int32_t* L_54 = ___order2;
*((int32_t*)L_54) = (int32_t)1;
return (bool)1;
}
IL_0121:
{
int32_t L_55 = V_2;
if (L_55)
{
goto IL_0131;
}
}
{
int32_t L_56 = V_1;
if ((!(((uint32_t)L_56) == ((uint32_t)1))))
{
goto IL_0131;
}
}
{
int32_t L_57 = V_0;
if ((!(((uint32_t)L_57) == ((uint32_t)2))))
{
goto IL_0131;
}
}
{
int32_t* L_58 = ___order2;
*((int32_t*)L_58) = (int32_t)2;
return (bool)1;
}
IL_0131:
{
int32_t L_59 = V_0;
if (L_59)
{
goto IL_0141;
}
}
{
int32_t L_60 = V_2;
if ((!(((uint32_t)L_60) == ((uint32_t)1))))
{
goto IL_0141;
}
}
{
int32_t L_61 = V_1;
if ((!(((uint32_t)L_61) == ((uint32_t)2))))
{
goto IL_0141;
}
}
{
int32_t* L_62 = ___order2;
*((int32_t*)L_62) = (int32_t)3;
return (bool)1;
}
IL_0141:
{
int32_t* L_63 = ___order2;
*((int32_t*)L_63) = (int32_t)(-1);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetYearMonthOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mB243726286078DF919A8931DB4DD3C72D6E54C39 (String_t* ___pattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
{
V_0 = (-1);
V_1 = (-1);
V_2 = 0;
V_3 = (bool)0;
V_4 = 0;
goto IL_00a6;
}
IL_0010:
{
String_t* L_0 = ___pattern0;
int32_t L_1 = V_4;
NullCheck(L_0);
Il2CppChar L_2;
L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
V_5 = L_2;
Il2CppChar L_3 = V_5;
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
{
goto IL_0026;
}
}
{
Il2CppChar L_4 = V_5;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
{
goto IL_002e;
}
}
IL_0026:
{
int32_t L_5 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_5, 1));
goto IL_00a0;
}
IL_002e:
{
Il2CppChar L_6 = V_5;
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
{
goto IL_003a;
}
}
{
Il2CppChar L_7 = V_5;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
{
goto IL_003f;
}
}
IL_003a:
{
bool L_8 = V_3;
V_3 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
IL_003f:
{
bool L_9 = V_3;
if (L_9)
{
goto IL_00a0;
}
}
{
Il2CppChar L_10 = V_5;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)121)))))
{
goto IL_0072;
}
}
{
int32_t L_11 = V_2;
int32_t L_12 = L_11;
V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
V_0 = L_12;
goto IL_0056;
}
IL_0050:
{
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0056:
{
int32_t L_14 = V_4;
String_t* L_15 = ___pattern0;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_14, 1))) >= ((int32_t)L_16)))
{
goto IL_00a0;
}
}
{
String_t* L_17 = ___pattern0;
int32_t L_18 = V_4;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, ((int32_t)il2cpp_codegen_add(L_18, 1)), NULL);
if ((((int32_t)L_19) == ((int32_t)((int32_t)121))))
{
goto IL_0050;
}
}
{
goto IL_00a0;
}
IL_0072:
{
Il2CppChar L_20 = V_5;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)77)))))
{
goto IL_00a0;
}
}
{
int32_t L_21 = V_2;
int32_t L_22 = L_21;
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
V_1 = L_22;
goto IL_0086;
}
IL_0080:
{
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0086:
{
int32_t L_24 = V_4;
String_t* L_25 = ___pattern0;
NullCheck(L_25);
int32_t L_26;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_24, 1))) >= ((int32_t)L_26)))
{
goto IL_00a0;
}
}
{
String_t* L_27 = ___pattern0;
int32_t L_28 = V_4;
NullCheck(L_27);
Il2CppChar L_29;
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, ((int32_t)il2cpp_codegen_add(L_28, 1)), NULL);
if ((((int32_t)L_29) == ((int32_t)((int32_t)77))))
{
goto IL_0080;
}
}
IL_00a0:
{
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_00a6:
{
int32_t L_31 = V_4;
String_t* L_32 = ___pattern0;
NullCheck(L_32);
int32_t L_33;
L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL);
if ((((int32_t)L_31) >= ((int32_t)L_33)))
{
goto IL_00b7;
}
}
{
int32_t L_34 = V_2;
if ((((int32_t)L_34) < ((int32_t)2)))
{
goto IL_0010;
}
}
IL_00b7:
{
int32_t L_35 = V_0;
if (L_35)
{
goto IL_00c3;
}
}
{
int32_t L_36 = V_1;
if ((!(((uint32_t)L_36) == ((uint32_t)1))))
{
goto IL_00c3;
}
}
{
int32_t* L_37 = ___order2;
*((int32_t*)L_37) = (int32_t)4;
return (bool)1;
}
IL_00c3:
{
int32_t L_38 = V_1;
if (L_38)
{
goto IL_00cf;
}
}
{
int32_t L_39 = V_0;
if ((!(((uint32_t)L_39) == ((uint32_t)1))))
{
goto IL_00cf;
}
}
{
int32_t* L_40 = ___order2;
*((int32_t*)L_40) = (int32_t)5;
return (bool)1;
}
IL_00cf:
{
int32_t* L_41 = ___order2;
*((int32_t*)L_41) = (int32_t)(-1);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE (String_t* ___pattern0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
{
V_0 = (-1);
V_1 = (-1);
V_2 = 0;
V_3 = (bool)0;
V_4 = 0;
goto IL_00b7;
}
IL_0010:
{
String_t* L_0 = ___pattern0;
int32_t L_1 = V_4;
NullCheck(L_0);
Il2CppChar L_2;
L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
V_5 = L_2;
Il2CppChar L_3 = V_5;
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
{
goto IL_0026;
}
}
{
Il2CppChar L_4 = V_5;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
{
goto IL_0031;
}
}
IL_0026:
{
int32_t L_5 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_5, 1));
goto IL_00b1;
}
IL_0031:
{
Il2CppChar L_6 = V_5;
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
{
goto IL_003d;
}
}
{
Il2CppChar L_7 = V_5;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
{
goto IL_0042;
}
}
IL_003d:
{
bool L_8 = V_3;
V_3 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
IL_0042:
{
bool L_9 = V_3;
if (L_9)
{
goto IL_00b1;
}
}
{
Il2CppChar L_10 = V_5;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)100)))))
{
goto IL_0083;
}
}
{
V_6 = 1;
goto IL_005c;
}
IL_0050:
{
int32_t L_11 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_11, 1));
int32_t L_12 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_005c:
{
int32_t L_13 = V_4;
String_t* L_14 = ___pattern0;
NullCheck(L_14);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_13, 1))) >= ((int32_t)L_15)))
{
goto IL_0076;
}
}
{
String_t* L_16 = ___pattern0;
int32_t L_17 = V_4;
NullCheck(L_16);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, ((int32_t)il2cpp_codegen_add(L_17, 1)), NULL);
if ((((int32_t)L_18) == ((int32_t)((int32_t)100))))
{
goto IL_0050;
}
}
IL_0076:
{
int32_t L_19 = V_6;
if ((((int32_t)L_19) > ((int32_t)2)))
{
goto IL_00b1;
}
}
{
int32_t L_20 = V_2;
int32_t L_21 = L_20;
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
V_1 = L_21;
goto IL_00b1;
}
IL_0083:
{
Il2CppChar L_22 = V_5;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)77)))))
{
goto IL_00b1;
}
}
{
int32_t L_23 = V_2;
int32_t L_24 = L_23;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
V_0 = L_24;
goto IL_0097;
}
IL_0091:
{
int32_t L_25 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_0097:
{
int32_t L_26 = V_4;
String_t* L_27 = ___pattern0;
NullCheck(L_27);
int32_t L_28;
L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_26, 1))) >= ((int32_t)L_28)))
{
goto IL_00b1;
}
}
{
String_t* L_29 = ___pattern0;
int32_t L_30 = V_4;
NullCheck(L_29);
Il2CppChar L_31;
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, ((int32_t)il2cpp_codegen_add(L_30, 1)), NULL);
if ((((int32_t)L_31) == ((int32_t)((int32_t)77))))
{
goto IL_0091;
}
}
IL_00b1:
{
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00b7:
{
int32_t L_33 = V_4;
String_t* L_34 = ___pattern0;
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
if ((((int32_t)L_33) >= ((int32_t)L_35)))
{
goto IL_00c8;
}
}
{
int32_t L_36 = V_2;
if ((((int32_t)L_36) < ((int32_t)2)))
{
goto IL_0010;
}
}
IL_00c8:
{
int32_t L_37 = V_0;
if (L_37)
{
goto IL_00d4;
}
}
{
int32_t L_38 = V_1;
if ((!(((uint32_t)L_38) == ((uint32_t)1))))
{
goto IL_00d4;
}
}
{
int32_t* L_39 = ___order2;
*((int32_t*)L_39) = (int32_t)6;
return (bool)1;
}
IL_00d4:
{
int32_t L_40 = V_1;
if (L_40)
{
goto IL_00e0;
}
}
{
int32_t L_41 = V_0;
if ((!(((uint32_t)L_41) == ((uint32_t)1))))
{
goto IL_00e0;
}
}
{
int32_t* L_42 = ___order2;
*((int32_t*)L_42) = (int32_t)7;
return (bool)1;
}
IL_00e0:
{
int32_t* L_43 = ___order2;
*((int32_t*)L_43) = (int32_t)(-1);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryAdjustYear(System.DateTimeResult&,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method)
{
bool V_0 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = ___year1;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)100))))
{
goto IL_001d;
}
}
try
{// begin try (depth: 1)
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2 = L_1->___calendar_10;
int32_t L_3 = ___year1;
NullCheck(L_2);
int32_t L_4;
L_4 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(30 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_2, L_3);
___year1 = L_4;
goto IL_001d;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0015;
}
throw e;
}
CATCH_0015:
{// begin catch(System.ArgumentOutOfRangeException)
int32_t* L_5 = ___adjustedYear2;
*((int32_t*)L_5) = (int32_t)(-1);
V_0 = (bool)0;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0022;
}// end catch (depth: 1)
IL_001d:
{
int32_t* L_6 = ___adjustedYear2;
int32_t L_7 = ___year1;
*((int32_t*)L_6) = (int32_t)L_7;
return (bool)1;
}
IL_0022:
{
bool L_8 = V_0;
return L_8;
}
}
// System.Boolean System.DateTimeParse::SetDateYMD(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method)
{
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_1 = L_0->___calendar_10;
int32_t L_2 = ___year1;
int32_t L_3 = ___month2;
int32_t L_4 = ___day3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result0;
int32_t L_6 = L_5->___era_7;
NullCheck(L_1);
bool L_7;
L_7 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_1, L_2, L_3, L_4, L_6);
if (!L_7)
{
goto IL_0021;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_8 = ___result0;
int32_t L_9 = ___year1;
int32_t L_10 = ___month2;
int32_t L_11 = ___day3;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_8, L_9, L_10, L_11, NULL);
return (bool)1;
}
IL_0021:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m7390A07BD849AF83B9D9A89EB1E7C27AA935A70F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___month1, int32_t ___day2, int32_t ___year3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = ___year3;
int32_t L_2 = ___month1;
int32_t L_3 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// System.Boolean System.DateTimeParse::SetDateDMY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m181967A0A6F28FA6A133CDE4C3FF0D62D0FA80A8 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___day1, int32_t ___month2, int32_t ___year3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = ___year3;
int32_t L_2 = ___month2;
int32_t L_3 = ___day1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// System.Boolean System.DateTimeParse::SetDateYDM(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_mF01738E63D893F277DF0EB83553CB1A8D7590C87 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t ___year1, int32_t ___day2, int32_t ___month3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = ___year1;
int32_t L_2 = ___month3;
int32_t L_3 = ___day2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2 = L_1->___calendar_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
int32_t* L_4 = ___styles1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
L_5 = DateTimeParse_GetDateTimeNow_m3ACC9E28E9EF3C9DD0C39F3856B25AC87F79D785(L_3, L_4, NULL);
NullCheck(L_2);
int32_t L_6;
L_6 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(19 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_2, L_5);
L_0->___Year_0 = L_6;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result0;
int32_t* L_8 = (&L_7->___flags_8);
int32_t* L_9 = L_8;
int32_t L_10 = *((int32_t*)L_9);
*((int32_t*)L_9) = (int32_t)((int32_t)(L_10|((int32_t)4096)));
return;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m7738DD5E78F313BF6367703FD465AB24D7BA20AB (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw2;
int32_t L_4;
L_4 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_3, 0, NULL);
V_0 = L_4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw2;
int32_t L_6;
L_6 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_5, 1, NULL);
V_1 = L_6;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result0;
int32_t* L_8 = ___styles1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D(L_7, L_8, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi3;
NullCheck(L_9);
String_t* L_10;
L_10 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_9, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi3;
bool L_12;
L_12 = DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE(L_10, L_11, (&V_2), NULL);
if (L_12)
{
goto IL_0051;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = ___dtfi3;
NullCheck(L_14);
String_t* L_15;
L_15 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_14, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_13, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_15, NULL);
return (bool)0;
}
IL_0051:
{
int32_t L_16 = V_2;
if ((!(((uint32_t)L_16) == ((uint32_t)6))))
{
goto IL_0076;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_18 = ___result0;
int32_t L_19 = L_18->___Year_0;
int32_t L_20 = V_0;
int32_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_22;
L_22 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_17, L_19, L_20, L_21, NULL);
if (!L_22)
{
goto IL_0097;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
int32_t* L_24 = (&L_23->___flags_8);
int32_t* L_25 = L_24;
int32_t L_26 = *((int32_t*)L_25);
*((int32_t*)L_25) = (int32_t)((int32_t)(L_26|((int32_t)128)));
return (bool)1;
}
IL_0076:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_27 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result0;
int32_t L_29 = L_28->___Year_0;
int32_t L_30 = V_1;
int32_t L_31 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_32;
L_32 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_27, L_29, L_30, L_31, NULL);
if (!L_32)
{
goto IL_0097;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result0;
int32_t* L_34 = (&L_33->___flags_8);
int32_t* L_35 = L_34;
int32_t L_36 = *((int32_t*)L_35);
*((int32_t*)L_35) = (int32_t)((int32_t)(L_36|((int32_t)128)));
return (bool)1;
}
IL_0097:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_37 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_37, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m2A81AF7ACFA6CAFC475BDADC38CE4F24412075B1 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
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;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw1;
int32_t L_4;
L_4 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_3, 0, NULL);
V_0 = L_4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw1;
int32_t L_6;
L_6 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_5, 1, NULL);
V_1 = L_6;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8;
L_8 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_7, 2, NULL);
V_2 = L_8;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi2;
NullCheck(L_9);
String_t* L_10;
L_10 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_9, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147(L_10, L_11, (&V_3), NULL);
if (L_12)
{
goto IL_0052;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = ___dtfi2;
NullCheck(L_14);
String_t* L_15;
L_15 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_14, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_13, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_15, NULL);
return (bool)0;
}
IL_0052:
{
int32_t L_16 = V_3;
if (L_16)
{
goto IL_0083;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result0;
int32_t L_18 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_19;
L_19 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_17, L_18, (&V_4), NULL);
if (!L_19)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result0;
int32_t L_21 = V_4;
int32_t L_22 = V_1;
int32_t L_23 = V_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_24;
L_24 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_20, L_21, L_22, L_23, NULL);
if (!L_24)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_25 = ___result0;
int32_t* L_26 = (&L_25->___flags_8);
int32_t* L_27 = L_26;
int32_t L_28 = *((int32_t*)L_27);
*((int32_t*)L_27) = (int32_t)((int32_t)(L_28|((int32_t)128)));
return (bool)1;
}
IL_0083:
{
int32_t L_29 = V_3;
if ((!(((uint32_t)L_29) == ((uint32_t)1))))
{
goto IL_00af;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result0;
int32_t L_31 = V_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_32;
L_32 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_30, L_31, (&V_4), NULL);
if (!L_32)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result0;
int32_t L_34 = V_0;
int32_t L_35 = V_1;
int32_t L_36 = V_4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_37;
L_37 = DateTimeParse_SetDateMDY_m7390A07BD849AF83B9D9A89EB1E7C27AA935A70F(L_33, L_34, L_35, L_36, NULL);
if (!L_37)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_38 = ___result0;
int32_t* L_39 = (&L_38->___flags_8);
int32_t* L_40 = L_39;
int32_t L_41 = *((int32_t*)L_40);
*((int32_t*)L_40) = (int32_t)((int32_t)(L_41|((int32_t)128)));
return (bool)1;
}
IL_00af:
{
int32_t L_42 = V_3;
if ((!(((uint32_t)L_42) == ((uint32_t)2))))
{
goto IL_00db;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_43 = ___result0;
int32_t L_44 = V_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_45;
L_45 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_43, L_44, (&V_4), NULL);
if (!L_45)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_46 = ___result0;
int32_t L_47 = V_0;
int32_t L_48 = V_1;
int32_t L_49 = V_4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_50;
L_50 = DateTimeParse_SetDateDMY_m181967A0A6F28FA6A133CDE4C3FF0D62D0FA80A8(L_46, L_47, L_48, L_49, NULL);
if (!L_50)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_51 = ___result0;
int32_t* L_52 = (&L_51->___flags_8);
int32_t* L_53 = L_52;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_53) = (int32_t)((int32_t)(L_54|((int32_t)128)));
return (bool)1;
}
IL_00db:
{
int32_t L_55 = V_3;
if ((!(((uint32_t)L_55) == ((uint32_t)3))))
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_56 = ___result0;
int32_t L_57 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_58;
L_58 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_56, L_57, (&V_4), NULL);
if (!L_58)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_59 = ___result0;
int32_t L_60 = V_4;
int32_t L_61 = V_1;
int32_t L_62 = V_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_63;
L_63 = DateTimeParse_SetDateYDM_mF01738E63D893F277DF0EB83553CB1A8D7590C87(L_59, L_60, L_61, L_62, NULL);
if (!L_63)
{
goto IL_0107;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_64 = ___result0;
int32_t* L_65 = (&L_64->___flags_8);
int32_t* L_66 = L_65;
int32_t L_67 = *((int32_t*)L_66);
*((int32_t*)L_66) = (int32_t)((int32_t)(L_67|((int32_t)128)));
return (bool)1;
}
IL_0107:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_68 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_68, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_m8625D53F8DA2F8D59B7FD01C78B93147E881159C (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi3;
NullCheck(L_3);
String_t* L_4;
L_4 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_3, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_6;
L_6 = DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE(L_4, L_5, (&V_0), NULL);
if (L_6)
{
goto IL_003a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi3;
NullCheck(L_8);
String_t* L_9;
L_9 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_8, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_7, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_9, NULL);
return (bool)0;
}
IL_003a:
{
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)7))))
{
goto IL_0091;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi3;
NullCheck(L_11);
String_t* L_12;
L_12 = DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04(L_11, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_14;
L_14 = DateTimeParse_GetYearMonthOrder_mB243726286078DF919A8931DB4DD3C72D6E54C39(L_12, L_13, (&V_1), NULL);
if (L_14)
{
goto IL_0062;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_16 = ___dtfi3;
NullCheck(L_16);
String_t* L_17;
L_17 = DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04(L_16, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_15, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_17, NULL);
return (bool)0;
}
IL_0062:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)5))))
{
goto IL_0091;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_19 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_20 = ___raw2;
int32_t L_21;
L_21 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_20, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_22;
L_22 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_19, L_21, (&V_2), NULL);
if (!L_22)
{
goto IL_0087;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
int32_t L_24 = V_2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_25 = ___raw2;
int32_t L_26 = L_25->___month_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_23, L_24, L_26, 1, NULL);
if (L_27)
{
goto IL_008f;
}
}
IL_0087:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_28, NULL);
return (bool)0;
}
IL_008f:
{
return (bool)1;
}
IL_0091:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_29 = ___result0;
int32_t* L_30 = ___styles1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D(L_29, L_30, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
int32_t L_33 = L_32->___Year_0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_34 = ___raw2;
int32_t L_35 = L_34->___month_2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_36 = ___raw2;
int32_t L_37;
L_37 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_36, 0, NULL);
bool L_38;
L_38 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_31, L_33, L_35, L_37, NULL);
if (L_38)
{
goto IL_00bb;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_39 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_39, NULL);
return (bool)0;
}
IL_00bb:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_mEBE5CE6FBE5C0D10A502AE942379D874BED6B8A2 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_0 = ___dtfi2;
NullCheck(L_0);
String_t* L_1;
L_1 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_0, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_3;
L_3 = DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE(L_1, L_2, (&V_0), NULL);
if (L_3)
{
goto IL_0024;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_4 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi2;
NullCheck(L_5);
String_t* L_6;
L_6 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_5, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_4, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_6, NULL);
return (bool)0;
}
IL_0024:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_8 = ___raw1;
int32_t L_9 = L_8->___month_2;
L_7->___Month_1 = L_9;
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)7)))
{
goto IL_0038;
}
}
{
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)6))))
{
goto IL_006d;
}
}
IL_0038:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_13 = L_12->___calendar_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_14 = ___result0;
int32_t L_15 = L_14->___Year_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_16 = ___result0;
int32_t L_17 = L_16->___Month_1;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_18 = ___raw1;
int32_t L_19;
L_19 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_18, 0, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result0;
int32_t L_21 = L_20->___era_7;
NullCheck(L_13);
bool L_22;
L_22 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_13, L_15, L_17, L_19, L_21);
if (!L_22)
{
goto IL_006d;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_24 = ___raw1;
int32_t L_25;
L_25 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_24, 0, NULL);
L_23->___Day_2 = L_25;
return (bool)1;
}
IL_006d:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_26 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_26, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_m73B51B6379B671C4A1B06465FDF3F415A184D848 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi3;
NullCheck(L_3);
String_t* L_4;
L_4 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_3, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_6;
L_6 = DateTimeParse_GetMonthDayOrder_m84232B1C0EE3C353BA3847F59A62E159DF64AEEE(L_4, L_5, (&V_0), NULL);
if (L_6)
{
goto IL_003a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi3;
NullCheck(L_8);
String_t* L_9;
L_9 = DateTimeFormatInfo_get_MonthDayPattern_m868752F743E864688FC5D251412A5657747EEEFD(L_8, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_7, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_9, NULL);
return (bool)0;
}
IL_003a:
{
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)6))))
{
goto IL_0091;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi3;
NullCheck(L_11);
String_t* L_12;
L_12 = DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04(L_11, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_14;
L_14 = DateTimeParse_GetYearMonthOrder_mB243726286078DF919A8931DB4DD3C72D6E54C39(L_12, L_13, (&V_1), NULL);
if (L_14)
{
goto IL_0062;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_16 = ___dtfi3;
NullCheck(L_16);
String_t* L_17;
L_17 = DateTimeFormatInfo_get_YearMonthPattern_m98C6AAE1CA577D103C522991D843FCD5817EDF04(L_16, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_15, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_17, NULL);
return (bool)0;
}
IL_0062:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)4))))
{
goto IL_0091;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_19 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_20 = ___raw2;
int32_t L_21;
L_21 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_20, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_22;
L_22 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_19, L_21, (&V_2), NULL);
if (!L_22)
{
goto IL_0087;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
int32_t L_24 = V_2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_25 = ___raw2;
int32_t L_26 = L_25->___month_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_23, L_24, L_26, 1, NULL);
if (L_27)
{
goto IL_008f;
}
}
IL_0087:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_28, NULL);
return (bool)0;
}
IL_008f:
{
return (bool)1;
}
IL_0091:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_29 = ___result0;
int32_t* L_30 = ___styles1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D(L_29, L_30, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
int32_t L_33 = L_32->___Year_0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_34 = ___raw2;
int32_t L_35 = L_34->___month_2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_36 = ___raw2;
int32_t L_37;
L_37 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_36, 0, NULL);
bool L_38;
L_38 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_31, L_33, L_35, L_37, NULL);
if (L_38)
{
goto IL_00bb;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_39 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_39, NULL);
return (bool)0;
}
IL_00bb:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m374885010D6E03B9B0B9C324D1AE4756C0ABA795 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw1;
int32_t L_4;
L_4 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_3, 0, NULL);
V_0 = L_4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw1;
int32_t L_6;
L_6 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_5, 1, NULL);
V_1 = L_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8;
L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_7, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_10;
L_10 = DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147(L_8, L_9, (&V_2), NULL);
if (L_10)
{
goto IL_004a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_12 = ___dtfi2;
NullCheck(L_12);
String_t* L_13;
L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_12, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_11, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_13, NULL);
return (bool)0;
}
IL_004a:
{
int32_t L_14 = V_2;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_00e1;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
int32_t L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_17;
L_17 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_15, L_16, (&V_3), NULL);
if (!L_17)
{
goto IL_0096;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_18 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_19 = L_18->___calendar_10;
int32_t L_20 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_21 = ___raw1;
int32_t L_22 = L_21->___month_2;
int32_t L_23 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_24 = ___result0;
int32_t L_25 = L_24->___era_7;
NullCheck(L_19);
bool L_26;
L_26 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_19, L_20, L_22, L_23, L_25);
if (!L_26)
{
goto IL_0096;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_27 = ___result0;
int32_t L_28 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_29 = ___raw1;
int32_t L_30 = L_29->___month_2;
int32_t L_31 = V_0;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_27, L_28, L_30, L_31, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
int32_t* L_33 = (&L_32->___flags_8);
int32_t* L_34 = L_33;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_34) = (int32_t)((int32_t)(L_35|((int32_t)128)));
return (bool)1;
}
IL_0096:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_36 = ___result0;
int32_t L_37 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_38;
L_38 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_36, L_37, (&V_3), NULL);
if (!L_38)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_39 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_40 = L_39->___calendar_10;
int32_t L_41 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_42 = ___raw1;
int32_t L_43 = L_42->___month_2;
int32_t L_44 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_45 = ___result0;
int32_t L_46 = L_45->___era_7;
NullCheck(L_40);
bool L_47;
L_47 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_40, L_41, L_43, L_44, L_46);
if (!L_47)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_48 = ___result0;
int32_t L_49 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_50 = ___raw1;
int32_t L_51 = L_50->___month_2;
int32_t L_52 = V_1;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_48, L_49, L_51, L_52, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result0;
int32_t* L_54 = (&L_53->___flags_8);
int32_t* L_55 = L_54;
int32_t L_56 = *((int32_t*)L_55);
*((int32_t*)L_55) = (int32_t)((int32_t)(L_56|((int32_t)128)));
return (bool)1;
}
IL_00e1:
{
int32_t L_57 = V_2;
if (L_57)
{
goto IL_0177;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_58 = ___result0;
int32_t L_59 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_60;
L_60 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_58, L_59, (&V_3), NULL);
if (!L_60)
{
goto IL_012c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_61 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_62 = L_61->___calendar_10;
int32_t L_63 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_64 = ___raw1;
int32_t L_65 = L_64->___month_2;
int32_t L_66 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_67 = ___result0;
int32_t L_68 = L_67->___era_7;
NullCheck(L_62);
bool L_69;
L_69 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_62, L_63, L_65, L_66, L_68);
if (!L_69)
{
goto IL_012c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_70 = ___result0;
int32_t L_71 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_72 = ___raw1;
int32_t L_73 = L_72->___month_2;
int32_t L_74 = V_1;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_70, L_71, L_73, L_74, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_75 = ___result0;
int32_t* L_76 = (&L_75->___flags_8);
int32_t* L_77 = L_76;
int32_t L_78 = *((int32_t*)L_77);
*((int32_t*)L_77) = (int32_t)((int32_t)(L_78|((int32_t)128)));
return (bool)1;
}
IL_012c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_79 = ___result0;
int32_t L_80 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_81;
L_81 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_79, L_80, (&V_3), NULL);
if (!L_81)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_82 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_83 = L_82->___calendar_10;
int32_t L_84 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_85 = ___raw1;
int32_t L_86 = L_85->___month_2;
int32_t L_87 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_88 = ___result0;
int32_t L_89 = L_88->___era_7;
NullCheck(L_83);
bool L_90;
L_90 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_83, L_84, L_86, L_87, L_89);
if (!L_90)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_91 = ___result0;
int32_t L_92 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_93 = ___raw1;
int32_t L_94 = L_93->___month_2;
int32_t L_95 = V_0;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_91, L_92, L_94, L_95, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_96 = ___result0;
int32_t* L_97 = (&L_96->___flags_8);
int32_t* L_98 = L_97;
int32_t L_99 = *((int32_t*)L_98);
*((int32_t*)L_98) = (int32_t)((int32_t)(L_99|((int32_t)128)));
return (bool)1;
}
IL_0177:
{
int32_t L_100 = V_2;
if ((!(((uint32_t)L_100) == ((uint32_t)2))))
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_101 = ___result0;
int32_t L_102 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_103;
L_103 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_101, L_102, (&V_3), NULL);
if (!L_103)
{
goto IL_01c3;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_104 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_105 = L_104->___calendar_10;
int32_t L_106 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_107 = ___raw1;
int32_t L_108 = L_107->___month_2;
int32_t L_109 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_110 = ___result0;
int32_t L_111 = L_110->___era_7;
NullCheck(L_105);
bool L_112;
L_112 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_105, L_106, L_108, L_109, L_111);
if (!L_112)
{
goto IL_01c3;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_113 = ___result0;
int32_t L_114 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_115 = ___raw1;
int32_t L_116 = L_115->___month_2;
int32_t L_117 = V_0;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_113, L_114, L_116, L_117, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_118 = ___result0;
int32_t* L_119 = (&L_118->___flags_8);
int32_t* L_120 = L_119;
int32_t L_121 = *((int32_t*)L_120);
*((int32_t*)L_120) = (int32_t)((int32_t)(L_121|((int32_t)128)));
return (bool)1;
}
IL_01c3:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_122 = ___result0;
int32_t L_123 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_124;
L_124 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_122, L_123, (&V_3), NULL);
if (!L_124)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_125 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_126 = L_125->___calendar_10;
int32_t L_127 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_128 = ___raw1;
int32_t L_129 = L_128->___month_2;
int32_t L_130 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_131 = ___result0;
int32_t L_132 = L_131->___era_7;
NullCheck(L_126);
bool L_133;
L_133 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(27 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_126, L_127, L_129, L_130, L_132);
if (!L_133)
{
goto IL_0208;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_134 = ___result0;
int32_t L_135 = V_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_136 = ___raw1;
int32_t L_137 = L_136->___month_2;
int32_t L_138 = V_1;
DateTimeResult_SetDate_m5277FA9E5EB765F95AC12AAE43C9FB5AE93D9CEE(L_134, L_135, L_137, L_138, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_139 = ___result0;
int32_t* L_140 = (&L_139->___flags_8);
int32_t* L_141 = L_140;
int32_t L_142 = *((int32_t*)L_141);
*((int32_t*)L_141) = (int32_t)((int32_t)(L_142|((int32_t)128)));
return (bool)1;
}
IL_0208:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_143 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_143, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_mDEF587962F7CB32F0B6CB7FDDE62D69F1B95A795 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw1;
int32_t L_4;
L_4 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_3, 0, NULL);
V_0 = L_4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw1;
int32_t L_6;
L_6 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_5, 1, NULL);
V_1 = L_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8;
L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_7, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_10;
L_10 = DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147(L_8, L_9, (&V_2), NULL);
if (!L_10)
{
goto IL_005b;
}
}
{
int32_t L_11 = V_2;
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_005b;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_13 = ___raw1;
int32_t L_14 = L_13->___year_3;
int32_t L_15 = V_1;
int32_t L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_17;
L_17 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_12, L_14, L_15, L_16, NULL);
if (!L_17)
{
goto IL_007c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_18 = ___result0;
int32_t* L_19 = (&L_18->___flags_8);
int32_t* L_20 = L_19;
int32_t L_21 = *((int32_t*)L_20);
*((int32_t*)L_20) = (int32_t)((int32_t)(L_21|((int32_t)128)));
return (bool)1;
}
IL_005b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_22 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_23 = ___raw1;
int32_t L_24 = L_23->___year_3;
int32_t L_25 = V_0;
int32_t L_26 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_22, L_24, L_25, L_26, NULL);
if (!L_27)
{
goto IL_007c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result0;
int32_t* L_29 = (&L_28->___flags_8);
int32_t* L_30 = L_29;
int32_t L_31 = *((int32_t*)L_30);
*((int32_t*)L_30) = (int32_t)((int32_t)(L_31|((int32_t)128)));
return (bool)1;
}
IL_007c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_32, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mDCE42330005F3DA5EF837F7721C858E297627043 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw1;
int32_t L_4;
L_4 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_3, 0, NULL);
V_0 = L_4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw1;
int32_t L_6;
L_6 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_5, 1, NULL);
V_1 = L_6;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8;
L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_7, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_10;
L_10 = DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147(L_8, L_9, (&V_2), NULL);
if (L_10)
{
goto IL_004a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_12 = ___dtfi2;
NullCheck(L_12);
String_t* L_13;
L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_12, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_11, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_13, NULL);
return (bool)0;
}
IL_004a:
{
int32_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)1)))
{
goto IL_0051;
}
}
{
int32_t L_15 = V_2;
if (L_15)
{
goto IL_0072;
}
}
IL_0051:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_16 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_17 = ___raw1;
int32_t L_18 = L_17->___year_3;
int32_t L_19 = V_0;
int32_t L_20 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_21;
L_21 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_16, L_18, L_19, L_20, NULL);
if (!L_21)
{
goto IL_0093;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_22 = ___result0;
int32_t* L_23 = (&L_22->___flags_8);
int32_t* L_24 = L_23;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_24) = (int32_t)((int32_t)(L_25|((int32_t)128)));
return (bool)1;
}
IL_0072:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_26 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_27 = ___raw1;
int32_t L_28 = L_27->___year_3;
int32_t L_29 = V_1;
int32_t L_30 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_31;
L_31 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_26, L_28, L_29, L_30, NULL);
if (!L_31)
{
goto IL_0093;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
int32_t* L_33 = (&L_32->___flags_8);
int32_t* L_34 = L_33;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_34) = (int32_t)((int32_t)(L_35|((int32_t)128)));
return (bool)1;
}
IL_0093:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_36 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_36, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m9EC1B0DBB59A970EA94F294ACD50123AFC3362F6 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw1;
int32_t L_5 = L_4->___year_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_6 = ___raw1;
int32_t L_7 = L_6->___month_2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_8 = ___raw1;
int32_t L_9;
L_9 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_8, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_10;
L_10 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_3, L_5, L_7, L_9, NULL);
if (!L_10)
{
goto IL_0042;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result0;
int32_t* L_12 = (&L_11->___flags_8);
int32_t* L_13 = L_12;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_13) = (int32_t)((int32_t)(L_14|((int32_t)128)));
return (bool)1;
}
IL_0042:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_15, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m73B0D6F7E10F34653FF6ACAD19C9FC938F6CEB5F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw1;
int32_t L_5 = L_4->___year_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_6 = ___raw1;
int32_t L_7;
L_7 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_6, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_8;
L_8 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_3, L_5, L_7, 1, NULL);
if (!L_8)
{
goto IL_003d;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___flags_8);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12|((int32_t)128)));
return (bool)1;
}
IL_003d:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_13, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m173BCA48C0D30DE6B1AAB01093EEC592D47926E6 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)128))))
{
goto IL_0016;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0016:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw1;
int32_t L_5 = L_4->___year_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_6 = ___raw1;
int32_t L_7 = L_6->___month_2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_8;
L_8 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_3, L_5, L_7, 1, NULL);
if (!L_8)
{
goto IL_003c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___flags_8);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12|((int32_t)128)));
return (bool)1;
}
IL_003c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_13, NULL);
return (bool)0;
}
}
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_m7FAFD00A68546CBB5D476DEBB836936FC68F6FAB (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_0 = ___raw1;
int32_t L_1 = L_0->___timeMark_6;
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi0;
NullCheck(L_2);
String_t* L_3;
L_3 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_2, NULL);
if (!L_3)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi0;
NullCheck(L_4);
String_t* L_5;
L_5 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_4, NULL);
if (!L_5)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ___dtfi0;
NullCheck(L_6);
String_t* L_7;
L_7 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_6, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
if (L_8)
{
goto IL_003a;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi0;
NullCheck(L_9);
String_t* L_10;
L_10 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_9, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
if (!L_11)
{
goto IL_003a;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_12 = ___raw1;
L_12->___timeMark_6 = 0;
}
IL_003a:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = ___dtfi0;
NullCheck(L_13);
String_t* L_14;
L_14 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_13, NULL);
NullCheck(L_14);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
if (L_15)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_16 = ___dtfi0;
NullCheck(L_16);
String_t* L_17;
L_17 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_16, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
if (!L_18)
{
goto IL_005b;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_19 = ___raw1;
L_19->___timeMark_6 = 1;
}
IL_005b:
{
return;
}
}
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32&,System.DateTimeParse/TM)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mEACD0EE6D5FC4D5B35B3077B5D7825278BF0C31B (int32_t* ___hour0, int32_t ___timeMark1, const RuntimeMethod* method)
{
int32_t* G_B7_0 = NULL;
int32_t* G_B6_0 = NULL;
int32_t G_B8_0 = 0;
int32_t* G_B8_1 = NULL;
{
int32_t L_0 = ___timeMark1;
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_003d;
}
}
{
int32_t L_1 = ___timeMark1;
if (L_1)
{
goto IL_0023;
}
}
{
int32_t* L_2 = ___hour0;
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0012;
}
}
{
int32_t* L_4 = ___hour0;
int32_t L_5 = *((int32_t*)L_4);
if ((((int32_t)L_5) <= ((int32_t)((int32_t)12))))
{
goto IL_0014;
}
}
IL_0012:
{
return (bool)0;
}
IL_0014:
{
int32_t* L_6 = ___hour0;
int32_t* L_7 = ___hour0;
int32_t L_8 = *((int32_t*)L_7);
G_B6_0 = L_6;
if ((((int32_t)L_8) == ((int32_t)((int32_t)12))))
{
G_B7_0 = L_6;
goto IL_001f;
}
}
{
int32_t* L_9 = ___hour0;
int32_t L_10 = *((int32_t*)L_9);
G_B8_0 = L_10;
G_B8_1 = G_B6_0;
goto IL_0020;
}
IL_001f:
{
G_B8_0 = 0;
G_B8_1 = G_B7_0;
}
IL_0020:
{
*((int32_t*)G_B8_1) = (int32_t)G_B8_0;
goto IL_003d;
}
IL_0023:
{
int32_t* L_11 = ___hour0;
int32_t L_12 = *((int32_t*)L_11);
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t* L_13 = ___hour0;
int32_t L_14 = *((int32_t*)L_13);
if ((((int32_t)L_14) <= ((int32_t)((int32_t)23))))
{
goto IL_0030;
}
}
IL_002e:
{
return (bool)0;
}
IL_0030:
{
int32_t* L_15 = ___hour0;
int32_t L_16 = *((int32_t*)L_15);
if ((((int32_t)L_16) >= ((int32_t)((int32_t)12))))
{
goto IL_003d;
}
}
{
int32_t* L_17 = ___hour0;
int32_t* L_18 = ___hour0;
int32_t L_19 = *((int32_t*)L_18);
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_19, ((int32_t)12)));
}
IL_003d:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m9B63BD06594CD66CE23924A5768F307AE0FACB1D (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)64))))
{
goto IL_0013;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0013:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw1;
int32_t L_4 = L_3->___timeMark_6;
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
{
goto IL_0024;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_5, NULL);
return (bool)0;
}
IL_0024:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8;
L_8 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_7, 0, NULL);
L_6->___Hour_3 = L_8;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___flags_8);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12|((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m80DC7C7902F70FA3663A2D256965165B0347C950 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)64))))
{
goto IL_0013;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0013:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw1;
int32_t L_5;
L_5 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_4, 0, NULL);
L_3->___Hour_3 = L_5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8;
L_8 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_7, 1, NULL);
L_6->___Minute_4 = L_8;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___flags_8);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12|((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m4D34E7E93A269A2A174F44C816A72E8C6967D653 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)64))))
{
goto IL_0013;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0013:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw1;
int32_t L_5;
L_5 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_4, 0, NULL);
L_3->___Hour_3 = L_5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8;
L_8 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_7, 1, NULL);
L_6->___Minute_4 = L_8;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_10 = ___raw1;
int32_t L_11;
L_11 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_10, 2, NULL);
L_9->___Second_5 = L_11;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
int32_t* L_13 = (&L_12->___flags_8);
int32_t* L_14 = L_13;
int32_t L_15 = *((int32_t*)L_14);
*((int32_t*)L_14) = (int32_t)((int32_t)(L_15|((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_mFE26096316EC26A9296C03F218C875009160B30F (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_0 = ___raw1;
int32_t L_1 = L_0->___numCount_1;
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0012;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
int32_t L_3 = L_2->___Day_2;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_001a;
}
}
IL_0012:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_4 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_4, NULL);
return (bool)0;
}
IL_001a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_6 = ___raw1;
int32_t L_7;
L_7 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_6, 0, NULL);
L_5->___Day_2 = L_7;
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResult&,System.DateTimeRawInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_mC1115237FFC072275859B7A2C7311D084698FAC3 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___Month_1;
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_0011;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_2, NULL);
return (bool)0;
}
IL_0011:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
int32_t L_4 = L_3->___Year_0;
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_0022;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_5, NULL);
return (bool)0;
}
IL_0022:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8;
L_8 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_7, 0, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___Year_0);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_11;
L_11 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_6, L_8, L_10, NULL);
if (L_11)
{
goto IL_003f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_12, NULL);
return (bool)0;
}
IL_003f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
L_13->___Day_2 = 1;
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_mAE5DE28ADA2D07A07E4DDED4FAC88BB6800F64D5 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&1)))
{
goto IL_005c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
int32_t L_3 = L_2->___flags_8;
if (((int32_t)((int32_t)L_3&2)))
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_4 = ___result0;
int32_t L_5 = L_4->___flags_8;
if (((int32_t)((int32_t)L_5&4)))
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw1;
int32_t L_8 = L_7->___year_3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t* L_10 = (&L_9->___Year_0);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_11;
L_11 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_6, L_8, L_10, NULL);
if (!L_11)
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
int32_t L_14 = L_13->___Year_0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_15 = ___raw1;
int32_t L_16;
L_16 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_15, 0, NULL);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_17 = ___raw1;
int32_t L_18;
L_18 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_17, 1, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_19;
L_19 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_12, L_14, L_16, L_18, NULL);
if (!L_19)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_005c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result0;
int32_t L_21 = L_20->___flags_8;
if (!((int32_t)((int32_t)L_21&2)))
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_22 = ___result0;
int32_t L_23 = L_22->___flags_8;
if (((int32_t)((int32_t)L_23&1)))
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_24 = ___result0;
int32_t L_25 = L_24->___flags_8;
if (((int32_t)((int32_t)L_25&4)))
{
goto IL_00f9;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = ___dtfi2;
NullCheck(L_26);
String_t* L_27;
L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_26, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_28 = ___dtfi2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_29;
L_29 = DateTimeParse_GetYearMonthDayOrder_m359EEAB61A283114B4C4AC1C30FD988946BB6147(L_27, L_28, (&V_0), NULL);
if (L_29)
{
goto IL_00a4;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_31 = ___dtfi2;
NullCheck(L_31);
String_t* L_32;
L_32 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_31, NULL);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_30, 3, _stringLiteral2C154FDD6479BB0DFCA8AAC5E34CF91832191F24, L_32, NULL);
return (bool)0;
}
IL_00a4:
{
int32_t L_33 = V_0;
if (L_33)
{
goto IL_00d0;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_34 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_35 = ___raw1;
int32_t L_36;
L_36 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_35, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_37;
L_37 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_34, L_36, (&V_1), NULL);
if (!L_37)
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_38 = ___result0;
int32_t L_39 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_40 = ___result0;
int32_t L_41 = L_40->___Month_1;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_42 = ___raw1;
int32_t L_43;
L_43 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_42, 1, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_44;
L_44 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_38, L_39, L_41, L_43, NULL);
if (!L_44)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_00d0:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_45 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_46 = ___raw1;
int32_t L_47;
L_47 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_46, 1, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_48;
L_48 = DateTimeParse_TryAdjustYear_m1E50CC311BA4DF1371CBB4EEC138501259CEEBEE(L_45, L_47, (&V_1), NULL);
if (!L_48)
{
goto IL_00f9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_49 = ___result0;
int32_t L_50 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_51 = ___result0;
int32_t L_52 = L_51->___Month_1;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_53 = ___raw1;
int32_t L_54;
L_54 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_53, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_55;
L_55 = DateTimeParse_SetDateYMD_mE2458F6D62F9494B6C42DB491ABC01AB206D86C5(L_49, L_50, L_52, L_54, NULL);
if (!L_55)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_00f9:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_56 = ___result0;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_56, NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResult&,System.DateTimeRawInfo&,System.DateTimeToken&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m0AC07A4509DE7988542BE587425011D8987404BD (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw1, DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* ___dtok2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_0 = ___dtok2;
int32_t L_1 = L_0->___suffix_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)2560))))
{
goto IL_002f;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)2048))))
{
goto IL_0055;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)2304))))
{
goto IL_0086;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)2560))))
{
goto IL_00b7;
}
}
{
goto IL_014d;
}
IL_002f:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)2816))))
{
goto IL_00dc;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)3072))))
{
goto IL_0101;
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)3328))))
{
goto IL_0128;
}
}
{
goto IL_014d;
}
IL_0055:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
int32_t L_10 = L_9->___flags_8;
if (!((int32_t)((int32_t)L_10&1)))
{
goto IL_0061;
}
}
{
return (bool)0;
}
IL_0061:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result0;
int32_t* L_12 = (&L_11->___flags_8);
int32_t* L_13 = L_12;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_13) = (int32_t)((int32_t)(L_14|1));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_16 = ___raw1;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_17 = ___dtok2;
int32_t L_18 = L_17->___num_2;
int32_t L_19 = L_18;
V_1 = L_19;
L_16->___year_3 = L_19;
int32_t L_20 = V_1;
L_15->___Year_0 = L_20;
goto IL_014d;
}
IL_0086:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result0;
int32_t L_22 = L_21->___flags_8;
if (!((int32_t)((int32_t)L_22&2)))
{
goto IL_0092;
}
}
{
return (bool)0;
}
IL_0092:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
int32_t* L_24 = (&L_23->___flags_8);
int32_t* L_25 = L_24;
int32_t L_26 = *((int32_t*)L_25);
*((int32_t*)L_25) = (int32_t)((int32_t)(L_26|2));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_27 = ___result0;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_28 = ___raw1;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_29 = ___dtok2;
int32_t L_30 = L_29->___num_2;
int32_t L_31 = L_30;
V_1 = L_31;
L_28->___month_2 = L_31;
int32_t L_32 = V_1;
L_27->___Month_1 = L_32;
goto IL_014d;
}
IL_00b7:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result0;
int32_t L_34 = L_33->___flags_8;
if (!((int32_t)((int32_t)L_34&4)))
{
goto IL_00c3;
}
}
{
return (bool)0;
}
IL_00c3:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_35 = ___result0;
int32_t* L_36 = (&L_35->___flags_8);
int32_t* L_37 = L_36;
int32_t L_38 = *((int32_t*)L_37);
*((int32_t*)L_37) = (int32_t)((int32_t)(L_38|4));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_39 = ___result0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_40 = ___dtok2;
int32_t L_41 = L_40->___num_2;
L_39->___Day_2 = L_41;
goto IL_014d;
}
IL_00dc:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_42 = ___result0;
int32_t L_43 = L_42->___flags_8;
if (!((int32_t)((int32_t)L_43&8)))
{
goto IL_00e8;
}
}
{
return (bool)0;
}
IL_00e8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_44 = ___result0;
int32_t* L_45 = (&L_44->___flags_8);
int32_t* L_46 = L_45;
int32_t L_47 = *((int32_t*)L_46);
*((int32_t*)L_46) = (int32_t)((int32_t)(L_47|8));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_48 = ___result0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_49 = ___dtok2;
int32_t L_50 = L_49->___num_2;
L_48->___Hour_3 = L_50;
goto IL_014d;
}
IL_0101:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_51 = ___result0;
int32_t L_52 = L_51->___flags_8;
if (!((int32_t)((int32_t)L_52&((int32_t)16))))
{
goto IL_010e;
}
}
{
return (bool)0;
}
IL_010e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result0;
int32_t* L_54 = (&L_53->___flags_8);
int32_t* L_55 = L_54;
int32_t L_56 = *((int32_t*)L_55);
*((int32_t*)L_55) = (int32_t)((int32_t)(L_56|((int32_t)16)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_57 = ___result0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_58 = ___dtok2;
int32_t L_59 = L_58->___num_2;
L_57->___Minute_4 = L_59;
goto IL_014d;
}
IL_0128:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_60 = ___result0;
int32_t L_61 = L_60->___flags_8;
if (!((int32_t)((int32_t)L_61&((int32_t)32))))
{
goto IL_0135;
}
}
{
return (bool)0;
}
IL_0135:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_62 = ___result0;
int32_t* L_63 = (&L_62->___flags_8);
int32_t* L_64 = L_63;
int32_t L_65 = *((int32_t*)L_64);
*((int32_t*)L_64) = (int32_t)((int32_t)(L_65|((int32_t)32)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_66 = ___result0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* L_67 = ___dtok2;
int32_t L_68 = L_67->___num_2;
L_66->___Second_5 = L_68;
}
IL_014d:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse/DS,System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_mFFA26D8103E3D9FC4F8B79881D86B6DCD1945083 (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result2, int32_t* ___styles3, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___dps0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)23))))
{
case 0:
{
goto IL_011d;
}
case 1:
{
goto IL_011d;
}
case 2:
{
goto IL_004e;
}
case 3:
{
goto IL_01b4;
}
case 4:
{
goto IL_01b4;
}
case 5:
{
goto IL_01b4;
}
case 6:
{
goto IL_01b4;
}
case 7:
{
goto IL_01b4;
}
case 8:
{
goto IL_0094;
}
case 9:
{
goto IL_01b4;
}
case 10:
{
goto IL_015e;
}
case 11:
{
goto IL_0190;
}
case 12:
{
goto IL_019c;
}
case 13:
{
goto IL_01a8;
}
case 14:
{
goto IL_01b4;
}
case 15:
{
goto IL_00c9;
}
}
}
{
goto IL_01b4;
}
IL_004e:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_1 = ___raw4;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_2 = ___raw4;
int32_t L_3;
L_3 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_2, 1, NULL);
L_1->___year_3 = L_3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi5;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_5 = ___raw4;
int32_t* L_6 = (&L_5->___year_3);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw4;
int32_t* L_8 = (&L_7->___month_2);
NullCheck(L_4);
bool L_9;
L_9 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_4, L_6, L_8, (bool)1, NULL);
if (L_9)
{
goto IL_0083;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_10 = ___result2;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_10, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_0083:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_12 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_14;
L_14 = DateTimeParse_GetDayOfMNN_m374885010D6E03B9B0B9C324D1AE4756C0ABA795(L_11, L_12, L_13, NULL);
if (L_14)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_0094:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_15 = ___dtfi5;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_16 = ___raw4;
int32_t* L_17 = (&L_16->___year_3);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_18 = ___raw4;
int32_t* L_19 = (&L_18->___month_2);
NullCheck(L_15);
bool L_20;
L_20 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_15, L_17, L_19, (bool)1, NULL);
if (L_20)
{
goto IL_00ba;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result2;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_21, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_00ba:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_22 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_23 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_24;
L_24 = DateTimeParse_GetDayOfYMN_m9EC1B0DBB59A970EA94F294ACD50123AFC3362F6(L_22, L_23, NULL);
if (L_24)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_00c9:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_25 = ___raw4;
int32_t L_26 = L_25->___year_3;
if ((((int32_t)L_26) >= ((int32_t)((int32_t)1000))))
{
goto IL_00e7;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_27 = ___raw4;
int32_t* L_28 = (&L_27->___year_3);
int32_t* L_29 = L_28;
int32_t L_30 = *((int32_t*)L_29);
*((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, ((int32_t)5000)));
}
IL_00e7:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_32 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_33 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_34;
L_34 = DateTimeParse_GetDayOfNNY_mDCE42330005F3DA5EF837F7721C858E297627043(L_31, L_32, L_33, NULL);
if (L_34)
{
goto IL_00f5;
}
}
{
return (bool)0;
}
IL_00f5:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_35 = ___dtfi5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_36 = ___result2;
int32_t* L_37 = (&L_36->___Year_0);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_38 = ___raw4;
int32_t* L_39 = (&L_38->___month_2);
NullCheck(L_35);
bool L_40;
L_40 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_35, L_37, L_39, (bool)1, NULL);
if (L_40)
{
goto IL_01bc;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result2;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_41, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_011d:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_42 = ___result2;
int32_t* L_43 = ___styles3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m1BAA4D9814ED875A41527184395004D81DAA560D(L_42, L_43, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_44 = ___dtfi5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_45 = ___result2;
int32_t* L_46 = (&L_45->___Year_0);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_47 = ___raw4;
int32_t* L_48 = (&L_47->___month_2);
NullCheck(L_44);
bool L_49;
L_49 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_44, L_46, L_48, (bool)1, NULL);
if (L_49)
{
goto IL_0149;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_50 = ___result2;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_50, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_0149:
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_51;
L_51 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_51)
{
goto IL_01bc;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_52 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_53 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_54 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_55;
L_55 = DateTimeParse_GetHebrewDayOfNM_mEBE5CE6FBE5C0D10A502AE942379D874BED6B8A2(L_52, L_53, L_54, NULL);
if (L_55)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_015e:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_56 = ___dtfi5;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_57 = ___raw4;
int32_t* L_58 = (&L_57->___year_3);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_59 = ___raw4;
int32_t* L_60 = (&L_59->___month_2);
NullCheck(L_56);
bool L_61;
L_61 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_56, L_58, L_60, (bool)1, NULL);
if (L_61)
{
goto IL_0184;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_62 = ___result2;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_62, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_0184:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_63 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_64 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_65;
L_65 = DateTimeParse_GetDayOfYM_m173BCA48C0D30DE6B1AAB01093EEC592D47926E6(L_63, L_64, NULL);
if (L_65)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_0190:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_66 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_67 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_68;
L_68 = DateTimeParse_GetTimeOfN_m9B63BD06594CD66CE23924A5768F307AE0FACB1D(L_66, L_67, NULL);
if (L_68)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_019c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_69 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_70 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_71;
L_71 = DateTimeParse_GetTimeOfNN_m80DC7C7902F70FA3663A2D256965165B0347C950(L_69, L_70, NULL);
if (L_71)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_01a8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_72 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_73 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_74;
L_74 = DateTimeParse_GetTimeOfNNN_m4D34E7E93A269A2A174F44C816A72E8C6967D653(L_72, L_73, NULL);
if (L_74)
{
goto IL_01bc;
}
}
{
return (bool)0;
}
IL_01b4:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_75 = ___result2;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_75, NULL);
return (bool)0;
}
IL_01bc:
{
int32_t L_76 = ___dps0;
if ((((int32_t)L_76) <= ((int32_t)((int32_t)20))))
{
goto IL_01c9;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_77 = ___raw4;
L_77->___numCount_1 = 0;
}
IL_01c9:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ProcessTerminalState(System.DateTimeParse/DS,System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminalState_mBBB5DA91A449E17952389A39AF326E7D2B286DFB (int32_t ___dps0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result2, int32_t* ___styles3, DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw4, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
V_0 = (bool)1;
int32_t L_0 = ___dps0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)21))))
{
case 0:
{
goto IL_0058;
}
case 1:
{
goto IL_0069;
}
case 2:
{
goto IL_0079;
}
case 3:
{
goto IL_008a;
}
case 4:
{
goto IL_009b;
}
case 5:
{
goto IL_00ab;
}
case 6:
{
goto IL_0112;
}
case 7:
{
goto IL_011d;
}
case 8:
{
goto IL_0128;
}
case 9:
{
goto IL_00b2;
}
case 10:
{
goto IL_00cc;
}
case 11:
{
goto IL_00d7;
}
case 12:
{
goto IL_00e2;
}
case 13:
{
goto IL_00ed;
}
case 14:
{
goto IL_00f8;
}
case 15:
{
goto IL_0103;
}
case 16:
{
goto IL_010e;
}
case 17:
{
goto IL_00bf;
}
}
}
{
goto IL_0133;
}
IL_0058:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result2;
int32_t* L_2 = ___styles3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_3 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeParse_GetDayOfNN_m7738DD5E78F313BF6367703FD465AB24D7BA20AB(L_1, L_2, L_3, L_4, NULL);
V_0 = L_5;
goto IL_0133;
}
IL_0069:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_7 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_9;
L_9 = DateTimeParse_GetDayOfNNN_m2A81AF7ACFA6CAFC475BDADC38CE4F24412075B1(L_6, L_7, L_8, NULL);
V_0 = L_9;
goto IL_0133;
}
IL_0079:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_10 = ___result2;
int32_t* L_11 = ___styles3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_12 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_14;
L_14 = DateTimeParse_GetDayOfMN_m8625D53F8DA2F8D59B7FD01C78B93147E881159C(L_10, L_11, L_12, L_13, NULL);
V_0 = L_14;
goto IL_0133;
}
IL_008a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result2;
int32_t* L_16 = ___styles3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_17 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_18 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_19;
L_19 = DateTimeParse_GetDayOfNM_m73B51B6379B671C4A1B06465FDF3F415A184D848(L_15, L_16, L_17, L_18, NULL);
V_0 = L_19;
goto IL_0133;
}
IL_009b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_21 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_22 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_23;
L_23 = DateTimeParse_GetDayOfMNN_m374885010D6E03B9B0B9C324D1AE4756C0ABA795(L_20, L_21, L_22, NULL);
V_0 = L_23;
goto IL_0133;
}
IL_00ab:
{
V_0 = (bool)1;
goto IL_0133;
}
IL_00b2:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_24 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_25 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_GetDayOfYNN_mDEF587962F7CB32F0B6CB7FDDE62D69F1B95A795(L_24, L_25, L_26, NULL);
V_0 = L_27;
goto IL_0133;
}
IL_00bf:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_29 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_31;
L_31 = DateTimeParse_GetDayOfNNY_mDCE42330005F3DA5EF837F7721C858E297627043(L_28, L_29, L_30, NULL);
V_0 = L_31;
goto IL_0133;
}
IL_00cc:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_33 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_34;
L_34 = DateTimeParse_GetDayOfYMN_m9EC1B0DBB59A970EA94F294ACD50123AFC3362F6(L_32, L_33, NULL);
V_0 = L_34;
goto IL_0133;
}
IL_00d7:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_35 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_36 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_37;
L_37 = DateTimeParse_GetDayOfYN_m73B0D6F7E10F34653FF6ACAD19C9FC938F6CEB5F(L_35, L_36, NULL);
V_0 = L_37;
goto IL_0133;
}
IL_00e2:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_38 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_39 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_40;
L_40 = DateTimeParse_GetDayOfYM_m173BCA48C0D30DE6B1AAB01093EEC592D47926E6(L_38, L_39, NULL);
V_0 = L_40;
goto IL_0133;
}
IL_00ed:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_42 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_43;
L_43 = DateTimeParse_GetTimeOfN_m9B63BD06594CD66CE23924A5768F307AE0FACB1D(L_41, L_42, NULL);
V_0 = L_43;
goto IL_0133;
}
IL_00f8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_44 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_45 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_46;
L_46 = DateTimeParse_GetTimeOfNN_m80DC7C7902F70FA3663A2D256965165B0347C950(L_44, L_45, NULL);
V_0 = L_46;
goto IL_0133;
}
IL_0103:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_47 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_48 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_49;
L_49 = DateTimeParse_GetTimeOfNNN_m4D34E7E93A269A2A174F44C816A72E8C6967D653(L_47, L_48, NULL);
V_0 = L_49;
goto IL_0133;
}
IL_010e:
{
V_0 = (bool)1;
goto IL_0133;
}
IL_0112:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_50 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_51 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_52;
L_52 = DateTimeParse_GetDateOfDSN_mFE26096316EC26A9296C03F218C875009160B30F(L_50, L_51, NULL);
V_0 = L_52;
goto IL_0133;
}
IL_011d:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_54 = ___raw4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_55;
L_55 = DateTimeParse_GetDateOfNDS_mC1115237FFC072275859B7A2C7311D084698FAC3(L_53, L_54, NULL);
V_0 = L_55;
goto IL_0133;
}
IL_0128:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_56 = ___result2;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_57 = ___raw4;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_58 = ___dtfi5;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_59;
L_59 = DateTimeParse_GetDateOfNNDS_mAE5DE28ADA2D07A07E4DDED4FAC88BB6800F64D5(L_56, L_57, L_58, NULL);
V_0 = L_59;
}
IL_0133:
{
bool L_60 = V_0;
if (L_60)
{
goto IL_0138;
}
}
{
return (bool)0;
}
IL_0138:
{
int32_t L_61 = ___dps0;
if ((((int32_t)L_61) <= ((int32_t)((int32_t)20))))
{
goto IL_0145;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_62 = ___raw4;
L_62->___numCount_1 = 0;
}
IL_0145:
{
return (bool)1;
}
}
// System.DateTime System.DateTimeParse::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_0, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi1;
int32_t L_3 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_4;
L_4 = DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7(L_1, L_2, L_3, (&V_0), NULL);
if (!L_4)
{
goto IL_0023;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_5 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = L_5.___parsedDate_11;
return L_6;
}
IL_0023:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var)));
Exception_t* L_7;
L_7 = DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8((&V_0), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_Parse_mF6DF993FDB62A61683BB195599B7CAAAF6A3BF07_RuntimeMethod_var)));
}
}
// System.DateTime System.DateTimeParse::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_Parse_mE294321325CF5900B37DECF6662321468BA373E4 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_0, NULL);
int32_t* L_1 = (&(&V_0)->___flags_8);
int32_t* L_2 = L_1;
int32_t L_3 = *((int32_t*)L_2);
*((int32_t*)L_2) = (int32_t)((int32_t)(L_3|((int32_t)2048)));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi1;
int32_t L_6 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7(L_4, L_5, L_6, (&V_0), NULL);
if (!L_7)
{
goto IL_003f;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_8 = ___offset3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_9 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10 = L_9.___timeZoneOffset_9;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_8 = L_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_11 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = L_11.___parsedDate_11;
return L_12;
}
IL_003f:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var)));
Exception_t* L_13;
L_13 = DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8((&V_0), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeParse_Parse_mE294321325CF5900B37DECF6662321468BA373E4_RuntimeMethod_var)));
}
}
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m58B0E256C4A238478677946DB08C4C4B617B470B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___result3;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_0 = L_1;
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_2, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi1;
int32_t L_5 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_6;
L_6 = DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7(L_3, L_4, L_5, (&V_0), NULL);
if (!L_6)
{
goto IL_0035;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_7 = ___result3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_8 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9 = L_8.___parsedDate_11;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_7 = L_9;
return (bool)1;
}
IL_0035:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_mF47200FEA9EBD74CB8D516875866E0CD6E88F46D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___offset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___result3;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_0 = L_1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_2 = ___offset4;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_2 = L_3;
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___s0;
DateTimeResult_Init_mA6717EEF433A842BEAB6C2DD78D1139C2B4BB63D((&V_0), L_4, NULL);
int32_t* L_5 = (&(&V_0)->___flags_8);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
*((int32_t*)L_6) = (int32_t)((int32_t)(L_7|((int32_t)2048)));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_9 = ___dtfi1;
int32_t L_10 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_11;
L_11 = DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7(L_8, L_9, L_10, (&V_0), NULL);
if (!L_11)
{
goto IL_005e;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_12 = ___result3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_13 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14 = L_13.___parsedDate_11;
*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_12 = L_14;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_15 = ___offset4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722 L_16 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17 = L_16.___timeZoneOffset_9;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_15 = L_17;
return (bool)1;
}
IL_005e:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryParse(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m4BD5F36F86016435BD86F195833AC1762E4A8FB7 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t ___styles2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BFFD325D0E9B8DB1041A8F32A1F7B2DBB2042C8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 V_3;
memset((&V_3), 0, sizeof(V_3));
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 V_4;
memset((&V_4), 0, sizeof(V_4));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t* V_7 = NULL;
bool V_8 = false;
int32_t V_9 = 0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B28_0 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B27_0 = NULL;
int32_t G_B29_0 = 0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B29_1 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B32_0 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B31_0 = NULL;
int32_t G_B33_0 = 0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B33_1 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B36_0 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B35_0 = NULL;
int32_t G_B37_0 = 0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B37_1 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B40_0 = NULL;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B39_0 = NULL;
int32_t G_B41_0 = 0;
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4* G_B41_1 = NULL;
int32_t G_B63_0 = 0;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___s0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_0)
{
goto IL_0017;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_1 = ___result3;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_1, 3, _stringLiteral05ABA3CF47C1FCAEF66432D85D6B44E99603F880, NULL);
return (bool)0;
}
IL_0017:
{
V_1 = 0;
V_2 = (bool)0;
il2cpp_codegen_initobj((&V_3), sizeof(DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4));
(&V_3)->___suffix_1 = ((int32_t)256);
il2cpp_codegen_initobj((&V_4), sizeof(DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03));
int8_t* L_2 = (int8_t*) alloca(((uintptr_t)((int32_t)12)));
memset(L_2, 0, ((uintptr_t)((int32_t)12)));
V_7 = (int32_t*)(L_2);
int32_t* L_3 = V_7;
DateTimeRawInfo_Init_m58939922AA569BAE7260CFD425D079C654D0731B((&V_4), L_3, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_4 = ___dtfi1;
NullCheck(L_4);
String_t* L_5;
L_5 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_4, NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ___dtfi1;
NullCheck(L_6);
String_t* L_7;
L_7 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_6, NULL);
NullCheck(L_5);
bool L_8;
L_8 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_5, L_7, 4, NULL);
(&V_4)->___hasSameDateAndTimeSeparators_8 = L_8;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_10 = ___dtfi1;
NullCheck(L_10);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_11;
L_11 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_10, NULL);
L_9->___calendar_10 = L_11;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result3;
L_12->___era_7 = 0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = ___dtfi1;
__DTString__ctor_mA373A18F43531434E2B5644E88171623C86416F6((&V_5), L_13, L_14, NULL);
bool L_15;
L_15 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F((&V_5), NULL);
}
IL_0084:
{
int32_t L_16 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result3;
int32_t L_18 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_19;
L_19 = DateTimeParse_Lex_m5778AA0A94C3B2EB028DE18C6CC35556C972C9A5(L_16, (&V_5), (&V_3), (&V_4), L_17, (&___dtfi1), L_18, NULL);
if (L_19)
{
goto IL_0098;
}
}
{
return (bool)0;
}
IL_0098:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_20 = V_3;
int32_t L_21 = L_20.___dtt_0;
if ((((int32_t)L_21) == ((int32_t)((int32_t)18))))
{
goto IL_021b;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_22 = V_3;
int32_t L_23 = L_22.___suffix_1;
if ((((int32_t)L_23) == ((int32_t)((int32_t)256))))
{
goto IL_00d2;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_24 = ___result3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_25;
L_25 = DateTimeParse_ProcessDateTimeSuffix_m0AC07A4509DE7988542BE587425011D8987404BD(L_24, (&V_4), (&V_3), NULL);
if (L_25)
{
goto IL_00c6;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_26 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_26, NULL);
return (bool)0;
}
IL_00c6:
{
(&V_3)->___suffix_1 = ((int32_t)256);
}
IL_00d2:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_27 = V_3;
int32_t L_28 = L_27.___dtt_0;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)19)))))
{
goto IL_00fa;
}
}
{
int32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)((int32_t)13))))
{
goto IL_00e6;
}
}
{
int32_t L_30 = V_1;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)12)))))
{
goto IL_00f2;
}
}
IL_00e6:
{
int32_t L_31 = ___styles2;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_33;
L_33 = DateTimeParse_ParseISO8601_m569DBDBBAFE09743C5B368B703FF5F715A5E7856((&V_4), (&V_5), L_31, L_32, NULL);
return L_33;
}
IL_00f2:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_34 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_34, NULL);
return (bool)0;
}
IL_00fa:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_35 = V_4;
bool L_36 = L_35.___hasSameDateAndTimeSeparators_8;
if (!L_36)
{
goto IL_01c1;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_37 = V_3;
int32_t L_38 = L_37.___dtt_0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)14))))
{
goto IL_0124;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_39 = V_3;
int32_t L_40 = L_39.___dtt_0;
if ((((int32_t)L_40) == ((int32_t)((int32_t)12))))
{
goto IL_0124;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_41 = V_3;
int32_t L_42 = L_41.___dtt_0;
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)13)))))
{
goto IL_0132;
}
}
IL_0124:
{
int32_t L_43 = V_1;
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)18)))))
{
goto IL_012b;
}
}
{
V_1 = 3;
}
IL_012b:
{
int32_t L_44 = V_1;
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)19)))))
{
goto IL_0132;
}
}
{
V_1 = 5;
}
IL_0132:
{
bool L_45;
L_45 = __DTString_AtEnd_m842272A109A260E9175838B489D9A8582400E59A((&V_5), NULL);
V_8 = L_45;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_46 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_47 = V_1;
NullCheck(L_46);
int32_t L_48 = L_47;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_50 = V_3;
int32_t L_51 = L_50.___dtt_0;
NullCheck(L_49);
int32_t L_52 = L_51;
int32_t L_53 = (int32_t)(L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
bool L_54 = V_8;
if (!((int32_t)(((((int32_t)L_53) == ((int32_t)((int32_t)20)))? 1 : 0)|(int32_t)L_54)))
{
goto IL_01c1;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_55 = V_3;
int32_t L_56 = L_55.___dtt_0;
V_9 = L_56;
int32_t L_57 = V_9;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_57, 4)))
{
case 0:
{
goto IL_0190;
}
case 1:
{
goto IL_01a1;
}
case 2:
{
goto IL_01c1;
}
case 3:
{
goto IL_01c1;
}
case 4:
{
goto IL_01b2;
}
}
}
{
int32_t L_58 = V_9;
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)13)))))
{
goto IL_01c1;
}
}
{
bool L_59 = V_8;
G_B27_0 = (&V_3);
if (L_59)
{
G_B28_0 = (&V_3);
goto IL_0187;
}
}
{
G_B29_0 = ((int32_t)12);
G_B29_1 = G_B27_0;
goto IL_0189;
}
IL_0187:
{
G_B29_0 = ((int32_t)14);
G_B29_1 = G_B28_0;
}
IL_0189:
{
G_B29_1->___dtt_0 = G_B29_0;
goto IL_01c1;
}
IL_0190:
{
bool L_60 = V_8;
G_B31_0 = (&V_3);
if (L_60)
{
G_B32_0 = (&V_3);
goto IL_0199;
}
}
{
G_B33_0 = 3;
G_B33_1 = G_B31_0;
goto IL_019a;
}
IL_0199:
{
G_B33_0 = 1;
G_B33_1 = G_B32_0;
}
IL_019a:
{
G_B33_1->___dtt_0 = G_B33_0;
goto IL_01c1;
}
IL_01a1:
{
bool L_61 = V_8;
G_B35_0 = (&V_3);
if (L_61)
{
G_B36_0 = (&V_3);
goto IL_01aa;
}
}
{
G_B37_0 = 3;
G_B37_1 = G_B35_0;
goto IL_01ab;
}
IL_01aa:
{
G_B37_0 = 1;
G_B37_1 = G_B36_0;
}
IL_01ab:
{
G_B37_1->___dtt_0 = G_B37_0;
goto IL_01c1;
}
IL_01b2:
{
bool L_62 = V_8;
G_B39_0 = (&V_3);
if (L_62)
{
G_B40_0 = (&V_3);
goto IL_01bb;
}
}
{
G_B41_0 = 7;
G_B41_1 = G_B39_0;
goto IL_01bc;
}
IL_01bb:
{
G_B41_0 = 6;
G_B41_1 = G_B40_0;
}
IL_01bc:
{
G_B41_1->___dtt_0 = G_B41_0;
}
IL_01c1:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_63 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1;
int32_t L_64 = V_1;
NullCheck(L_63);
int32_t L_65 = L_64;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_67 = V_3;
int32_t L_68 = L_67.___dtt_0;
NullCheck(L_66);
int32_t L_69 = L_68;
int32_t L_70 = (int32_t)(L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
V_1 = L_70;
int32_t L_71 = V_1;
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)20)))))
{
goto IL_01dd;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_72 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_72, NULL);
return (bool)0;
}
IL_01dd:
{
int32_t L_73 = V_1;
if ((((int32_t)L_73) <= ((int32_t)((int32_t)20))))
{
goto IL_021b;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_74 = ___dtfi1;
NullCheck(L_74);
int32_t L_75;
L_75 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_74, NULL);
if (!((int32_t)((int32_t)L_75&8)))
{
goto IL_0205;
}
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_76;
L_76 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_76)
{
goto IL_0217;
}
}
{
int32_t L_77 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_78 = ___result3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_79 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_80;
L_80 = DateTimeParse_ProcessHebrewTerminalState_mFFA26D8103E3D9FC4F8B79881D86B6DCD1945083(L_77, (&V_5), L_78, (&___styles2), (&V_4), L_79, NULL);
if (L_80)
{
goto IL_0217;
}
}
{
return (bool)0;
}
IL_0205:
{
int32_t L_81 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_82 = ___result3;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_83 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_84;
L_84 = DateTimeParse_ProcessTerminalState_mBBB5DA91A449E17952389A39AF326E7D2B286DFB(L_81, (&V_5), L_82, (&___styles2), (&V_4), L_83, NULL);
if (L_84)
{
goto IL_0217;
}
}
{
return (bool)0;
}
IL_0217:
{
V_2 = (bool)1;
V_1 = 0;
}
IL_021b:
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_85 = V_3;
int32_t L_86 = L_85.___dtt_0;
if (!L_86)
{
goto IL_0238;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_87 = V_3;
int32_t L_88 = L_87.___dtt_0;
if ((((int32_t)L_88) == ((int32_t)1)))
{
goto IL_0238;
}
}
{
DateTimeToken_t39E2670CBE0C34AB5AE9852D1A5785F1C6B0A9B4 L_89 = V_3;
int32_t L_90 = L_89.___dtt_0;
if ((!(((uint32_t)L_90) == ((uint32_t)6))))
{
goto IL_0084;
}
}
IL_0238:
{
bool L_91 = V_2;
if (L_91)
{
goto IL_0243;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_92 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_92, NULL);
return (bool)0;
}
IL_0243:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_93 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTimeParse_AdjustTimeMark_m7FAFD00A68546CBB5D476DEBB836936FC68F6FAB(L_93, (&V_4), NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_94 = ___result3;
int32_t* L_95 = (&L_94->___Hour_3);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_96 = V_4;
int32_t L_97 = L_96.___timeMark_6;
bool L_98;
L_98 = DateTimeParse_AdjustHour_mEACD0EE6D5FC4D5B35B3077B5D7825278BF0C31B(L_95, L_97, NULL);
if (L_98)
{
goto IL_0267;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_99 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_99, NULL);
return (bool)0;
}
IL_0267:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_100 = ___result3;
int32_t L_101 = L_100->___Year_0;
if ((!(((uint32_t)L_101) == ((uint32_t)(-1)))))
{
goto IL_0284;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_102 = ___result3;
int32_t L_103 = L_102->___Month_1;
if ((!(((uint32_t)L_103) == ((uint32_t)(-1)))))
{
goto IL_0284;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_104 = ___result3;
int32_t L_105 = L_104->___Day_2;
G_B63_0 = ((((int32_t)L_105) == ((int32_t)(-1)))? 1 : 0);
goto IL_0285;
}
IL_0284:
{
G_B63_0 = 0;
}
IL_0285:
{
V_6 = (bool)G_B63_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_106 = ___result3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_107 = ___result3;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_108 = (&L_107->___calendar_10);
int32_t L_109 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_110;
L_110 = DateTimeParse_CheckDefaultDateTime_m034340E5F9C42CEB315E7A5F13A5E983C2B6883E(L_106, L_108, L_109, NULL);
if (L_110)
{
goto IL_0298;
}
}
{
return (bool)0;
}
IL_0298:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_111 = ___result3;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_112 = L_111->___calendar_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_113 = ___result3;
int32_t L_114 = L_113->___Year_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_115 = ___result3;
int32_t L_116 = L_115->___Month_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_117 = ___result3;
int32_t L_118 = L_117->___Day_2;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_119 = ___result3;
int32_t L_120 = L_119->___Hour_3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_121 = ___result3;
int32_t L_122 = L_121->___Minute_4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_123 = ___result3;
int32_t L_124 = L_123->___Second_5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_125 = ___result3;
int32_t L_126 = L_125->___era_7;
NullCheck(L_112);
bool L_127;
L_127 = VirtualFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* >::Invoke(24 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_112, L_114, L_116, L_118, L_120, L_122, L_124, 0, L_126, (&V_0));
if (L_127)
{
goto IL_02e0;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_128 = ___result3;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_128, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_02e0:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_129 = V_4;
double L_130 = L_129.___fraction_7;
if ((!(((double)L_130) > ((double)(0.0)))))
{
goto IL_0311;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_131 = V_4;
double L_132 = L_131.___fraction_7;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_133;
L_133 = bankers_round(((double)il2cpp_codegen_multiply(L_132, (10000000.0))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_134;
L_134 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D((&V_0), il2cpp_codegen_cast_double_to_int<int64_t>(L_133), NULL);
V_0 = L_134;
}
IL_0311:
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_135 = V_4;
int32_t L_136 = L_135.___dayOfWeek_4;
if ((((int32_t)L_136) == ((int32_t)(-1))))
{
goto IL_033e;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03 L_137 = V_4;
int32_t L_138 = L_137.___dayOfWeek_4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_139 = ___result3;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_140 = L_139->___calendar_10;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_141 = V_0;
NullCheck(L_140);
int32_t L_142;
L_142 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_140, L_141);
if ((((int32_t)L_138) == ((int32_t)L_142)))
{
goto IL_033e;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_143 = ___result3;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_143, 4, _stringLiteral3BFFD325D0E9B8DB1041A8F32A1F7B2DBB2042C8, NULL);
return (bool)0;
}
IL_033e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_144 = ___result3;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_145 = V_0;
L_144->___parsedDate_11 = L_145;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_146 = ___result3;
int32_t L_147 = ___styles2;
bool L_148 = V_6;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_149;
L_149 = DateTimeParse_DetermineTimeZoneAdjustments_mCC9DAEFF572D2B894A28E593F0873FE6C0305395((&V_5), L_146, L_147, L_148, NULL);
if (L_149)
{
goto IL_0354;
}
}
{
return (bool)0;
}
IL_0354:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mCC9DAEFF572D2B894A28E593F0873FE6C0305395 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, int32_t ___styles2, bool ___bTimeOnly3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D9E79CFA886984022D22A5A9A8CF4B9F5ED9E94);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result1;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)2048))))
{
goto IL_0017;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result1;
int32_t L_4 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m0D9114B6363F6C2191FAAD4736380E306C6E3232(L_2, L_3, L_4, NULL);
return L_5;
}
IL_0017:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_7 = (&L_6->___timeZoneOffset_9);
int64_t L_8;
L_8 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_7, NULL);
V_0 = L_8;
int64_t L_9 = V_0;
if ((((int64_t)L_9) < ((int64_t)((int64_t)-504000000000LL))))
{
goto IL_003b;
}
}
{
int64_t L_10 = V_0;
if ((((int64_t)L_10) <= ((int64_t)((int64_t)504000000000LL))))
{
goto IL_0049;
}
}
IL_003b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result1;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_11, 4, _stringLiteral6D9E79CFA886984022D22A5A9A8CF4B9F5ED9E94, NULL);
return (bool)0;
}
IL_0049:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result1;
int32_t L_13 = L_12->___flags_8;
if (((int32_t)((int32_t)L_13&((int32_t)256))))
{
goto IL_00db;
}
}
{
int32_t L_14 = ___styles2;
if (!((int32_t)((int32_t)L_14&((int32_t)32))))
{
goto IL_009d;
}
}
{
int32_t L_15 = ___styles2;
if (!((int32_t)((int32_t)L_15&((int32_t)16))))
{
goto IL_0089;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_16 = ___result1;
int32_t* L_17 = (&L_16->___flags_8);
int32_t* L_18 = L_17;
int32_t L_19 = *((int32_t*)L_18);
*((int32_t*)L_18) = (int32_t)((int32_t)(L_19|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22 = L_21->___parsedDate_11;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_23;
L_23 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_22, 2, NULL);
L_20->___timeZoneOffset_9 = L_23;
goto IL_00db;
}
IL_0089:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_24 = ___result1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_25 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_26 = L_25->___parsedDate_11;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_27;
L_27 = DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4(L_26, 2, NULL);
L_24->___parsedDate_11 = L_27;
return (bool)1;
}
IL_009d:
{
int32_t L_28 = ___styles2;
if (!((int32_t)((int32_t)L_28&((int32_t)64))))
{
goto IL_00d9;
}
}
{
int32_t L_29 = ___styles2;
if (!((int32_t)((int32_t)L_29&((int32_t)16))))
{
goto IL_00bd;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32 = L_31->___parsedDate_11;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33;
L_33 = DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4(L_32, 1, NULL);
L_30->___parsedDate_11 = L_33;
return (bool)1;
}
IL_00bd:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_34 = ___result1;
int32_t* L_35 = (&L_34->___flags_8);
int32_t* L_36 = L_35;
int32_t L_37 = *((int32_t*)L_36);
*((int32_t*)L_36) = (int32_t)((int32_t)(L_37|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_38 = ___result1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_39 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_38->___timeZoneOffset_9 = L_39;
goto IL_00db;
}
IL_00d9:
{
return (bool)1;
}
IL_00db:
{
int32_t L_40 = ___styles2;
if (!((int32_t)((int32_t)L_40&((int32_t)128))))
{
goto IL_0106;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result1;
int32_t L_42 = L_41->___flags_8;
if (!((int32_t)((int32_t)L_42&((int32_t)512))))
{
goto IL_0106;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_43 = ___result1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_44 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_45 = L_44->___parsedDate_11;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_46;
L_46 = DateTime_SpecifyKind_mDDC07FD5DC16F2EC56ECBDB8F58E1C5FBDF426B4(L_45, 1, NULL);
L_43->___parsedDate_11 = L_46;
return (bool)1;
}
IL_0106:
{
int32_t L_47 = ___styles2;
if (!((int32_t)((int32_t)L_47&((int32_t)16))))
{
goto IL_0113;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_48 = ___result1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_49;
L_49 = DateTimeParse_AdjustTimeZoneToUniversal_m264D31BD710639881C914DE8CE2A2D8AB8345930(L_48, NULL);
return L_49;
}
IL_0113:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_50 = ___result1;
bool L_51 = ___bTimeOnly3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_52;
L_52 = DateTimeParse_AdjustTimeZoneToLocal_m0A9FE63D12564B35445A57A38F50D50B7B97B1A1(L_50, L_51, NULL);
return L_52;
}
}
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.__DTString&,System.DateTimeResult&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m0D9114B6363F6C2191FAAD4736380E306C6E3232 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D9C538E6EC016DFB961C75A2EDB9047E7364ADD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D9E79CFA886984022D22A5A9A8CF4B9F5ED9E94);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result1;
int32_t L_1 = L_0->___flags_8;
if (((int32_t)((int32_t)L_1&((int32_t)256))))
{
goto IL_0033;
}
}
{
int32_t L_2 = ___styles2;
if (!((int32_t)((int32_t)L_2&((int32_t)64))))
{
goto IL_0021;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_3->___timeZoneOffset_9 = L_4;
goto IL_0033;
}
IL_0021:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = L_6->___parsedDate_11;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8;
L_8 = TimeZoneInfo_GetLocalUtcOffset_m9F9CD0276FC458225F33C992E8B4CD6B3C81E0CC(L_7, 2, NULL);
L_5->___timeZoneOffset_9 = L_8;
}
IL_0033:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_10 = (&L_9->___timeZoneOffset_9);
int64_t L_11;
L_11 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_10, NULL);
V_0 = L_11;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_13 = (&L_12->___parsedDate_11);
int64_t L_14;
L_14 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(L_13, NULL);
int64_t L_15 = V_0;
V_1 = ((int64_t)il2cpp_codegen_subtract(L_14, L_15));
int64_t L_16 = V_1;
if ((((int64_t)L_16) < ((int64_t)((int64_t)0))))
{
goto IL_005e;
}
}
{
int64_t L_17 = V_1;
if ((((int64_t)L_17) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_006c;
}
}
IL_005e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_18 = ___result1;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_18, 4, _stringLiteral4D9C538E6EC016DFB961C75A2EDB9047E7364ADD, NULL);
return (bool)0;
}
IL_006c:
{
int64_t L_19 = V_0;
if ((((int64_t)L_19) < ((int64_t)((int64_t)-504000000000LL))))
{
goto IL_0084;
}
}
{
int64_t L_20 = V_0;
if ((((int64_t)L_20) <= ((int64_t)((int64_t)504000000000LL))))
{
goto IL_0092;
}
}
IL_0084:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result1;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_21, 4, _stringLiteral6D9E79CFA886984022D22A5A9A8CF4B9F5ED9E94, NULL);
return (bool)0;
}
IL_0092:
{
int32_t L_22 = ___styles2;
if (!((int32_t)((int32_t)L_22&((int32_t)16))))
{
goto IL_00d6;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result1;
int32_t L_24 = L_23->___flags_8;
if (((int32_t)((int32_t)L_24&((int32_t)256))))
{
goto IL_00be;
}
}
{
int32_t L_25 = ___styles2;
if (((int32_t)((int32_t)L_25&((int32_t)64))))
{
goto IL_00be;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_26 = ___result1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_AdjustTimeZoneToUniversal_m264D31BD710639881C914DE8CE2A2D8AB8345930(L_26, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_29 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_28->___timeZoneOffset_9 = L_29;
return L_27;
}
IL_00be:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result1;
int64_t L_31 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32;
memset((&L_32), 0, sizeof(L_32));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_32), L_31, 1, /*hidden argument*/NULL);
L_30->___parsedDate_11 = L_32;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result1;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_34 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_33->___timeZoneOffset_9 = L_34;
}
IL_00d6:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_m264D31BD710639881C914DE8CE2A2D8AB8345930 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EEA80CEDFABFC29B06BF4349B427A62D62722AC);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_1 = (&L_0->___parsedDate_11);
int64_t L_2;
L_2 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(L_1, NULL);
V_0 = L_2;
int64_t L_3 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_4 = ___result0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_5 = (&L_4->___timeZoneOffset_9);
int64_t L_6;
L_6 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_5, NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract(L_3, L_6));
int64_t L_7 = V_0;
if ((((int64_t)L_7) >= ((int64_t)((int64_t)0))))
{
goto IL_002b;
}
}
{
int64_t L_8 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add(L_8, ((int64_t)864000000000LL)));
}
IL_002b:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) < ((int64_t)((int64_t)0))))
{
goto IL_003c;
}
}
{
int64_t L_10 = V_0;
if ((((int64_t)L_10) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_004a;
}
}
IL_003c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_11 = ___result0;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_11, 4, _stringLiteral1EEA80CEDFABFC29B06BF4349B427A62D62722AC, NULL);
return (bool)0;
}
IL_004a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
int64_t L_13 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14;
memset((&L_14), 0, sizeof(L_14));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_14), L_13, 1, /*hidden argument*/NULL);
L_12->___parsedDate_11 = L_14;
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResult&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_m0A9FE63D12564B35445A57A38F50D50B7B97B1A1 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, bool ___bTimeOnly1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EEA80CEDFABFC29B06BF4349B427A62D62722AC);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* V_1 = NULL;
bool V_2 = false;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
memset((&V_3), 0, sizeof(V_3));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* G_B3_0 = NULL;
int64_t G_B3_1 = 0;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* G_B2_0 = NULL;
int64_t G_B2_1 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D G_B4_0;
memset((&G_B4_0), 0, sizeof(G_B4_0));
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* G_B4_1 = NULL;
int64_t G_B4_2 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_1 = (&L_0->___parsedDate_11);
int64_t L_2;
L_2 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(L_1, NULL);
V_0 = L_2;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_3;
L_3 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
V_1 = L_3;
V_2 = (bool)0;
int64_t L_4 = V_0;
if ((((int64_t)L_4) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0063;
}
}
{
int64_t L_5 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_7 = (&L_6->___timeZoneOffset_9);
int64_t L_8;
L_8 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_7, NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract(L_5, L_8));
int64_t L_9 = V_0;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_10 = V_1;
bool L_11 = ___bTimeOnly1;
G_B2_0 = L_10;
G_B2_1 = L_9;
if (L_11)
{
G_B3_0 = L_10;
G_B3_1 = L_9;
goto IL_003b;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = L_12->___parsedDate_11;
G_B4_0 = L_13;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0040;
}
IL_003b:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14;
L_14 = DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0(NULL);
G_B4_0 = L_14;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0040:
{
NullCheck(G_B4_1);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15;
L_15 = TimeZoneInfo_GetUtcOffset_m0BDDBF392737305C4A4AA517DD3CB0DA40C7D375(G_B4_1, G_B4_0, 2, NULL);
V_3 = L_15;
int64_t L_16;
L_16 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_0 = ((int64_t)il2cpp_codegen_add(G_B4_2, L_16));
int64_t L_17 = V_0;
if ((((int64_t)L_17) >= ((int64_t)((int64_t)0))))
{
goto IL_00c3;
}
}
{
int64_t L_18 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add(L_18, ((int64_t)864000000000LL)));
goto IL_00c3;
}
IL_0063:
{
int64_t L_19 = V_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_21 = (&L_20->___timeZoneOffset_9);
int64_t L_22;
L_22 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_21, NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract(L_19, L_22));
int64_t L_23 = V_0;
if ((((int64_t)L_23) < ((int64_t)((int64_t)0))))
{
goto IL_0082;
}
}
{
int64_t L_24 = V_0;
if ((((int64_t)L_24) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_009c;
}
}
IL_0082:
{
int64_t L_25 = V_0;
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_26 = V_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_27 = ___result0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28 = L_27->___parsedDate_11;
NullCheck(L_26);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_29;
L_29 = TimeZoneInfo_GetUtcOffset_m0BDDBF392737305C4A4AA517DD3CB0DA40C7D375(L_26, L_28, 2, NULL);
V_3 = L_29;
int64_t L_30;
L_30 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_0 = ((int64_t)il2cpp_codegen_add(L_25, L_30));
goto IL_00c3;
}
IL_009c:
{
int64_t L_31 = V_0;
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_4), L_31, 1, NULL);
V_5 = (bool)0;
int64_t L_32 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33 = V_4;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_34;
L_34 = TimeZoneInfo_get_Local_mFE5FE1C25C014521B6BCC9BE11AA67A1AF3C91B0(NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_35;
L_35 = TimeZoneInfo_GetUtcOffsetFromUtc_m56457555F1923B673BDA645C17CBE6E7547B13EE(L_33, L_34, (&V_5), (&V_2), NULL);
V_3 = L_35;
int64_t L_36;
L_36 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_3), NULL);
V_0 = ((int64_t)il2cpp_codegen_add(L_32, L_36));
}
IL_00c3:
{
int64_t L_37 = V_0;
if ((((int64_t)L_37) < ((int64_t)((int64_t)0))))
{
goto IL_00d4;
}
}
{
int64_t L_38 = V_0;
if ((((int64_t)L_38) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_00ed;
}
}
IL_00d4:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_39 = ___result0;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_40 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
L_39->___parsedDate_11 = L_40;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result0;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_41, 4, _stringLiteral1EEA80CEDFABFC29B06BF4349B427A62D62722AC, NULL);
return (bool)0;
}
IL_00ed:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_42 = ___result0;
int64_t L_43 = V_0;
bool L_44 = V_2;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_45;
memset((&L_45), 0, sizeof(L_45));
DateTime__ctor_m8CFD20DDCCB14AB28392A047FC4EE3F11929B8F2((&L_45), L_43, 2, L_44, /*hidden argument*/NULL);
L_42->___parsedDate_11 = L_45;
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfo&,System.__DTString&,System.Globalization.DateTimeStyles,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_m569DBDBBAFE09743C5B368B703FF5F715A5E7856 (DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* ___raw0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str1, int32_t ___styles2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
double V_3 = 0.0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_4;
memset((&V_4), 0, sizeof(V_4));
Il2CppChar V_5 = 0x0;
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_0 = ___raw0;
int32_t L_1 = L_0->___year_3;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_2 = ___raw0;
int32_t L_3;
L_3 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_2, 0, NULL);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_4 = ___raw0;
int32_t L_5;
L_5 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_4, 1, NULL);
}
IL_001d:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str1;
int32_t* L_7 = (&L_6->___Index_1);
int32_t* L_8 = L_7;
int32_t L_9 = *((int32_t*)L_8);
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_9, 1));
V_2 = 0;
V_3 = (0.0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_10, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_11 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_12;
L_12 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_11, 2, (&V_0), NULL);
if (L_12)
{
goto IL_004d;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_13, NULL);
return (bool)0;
}
IL_004d:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_14 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_14, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_15 = ___str1;
bool L_16;
L_16 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_15, ((int32_t)58), NULL);
if (L_16)
{
goto IL_0065;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_17, NULL);
return (bool)0;
}
IL_0065:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_18, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_19 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_20;
L_20 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_19, 2, (&V_1), NULL);
if (L_20)
{
goto IL_007e;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_21, NULL);
return (bool)0;
}
IL_007e:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_22 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_22, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_23 = ___str1;
bool L_24;
L_24 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_23, ((int32_t)58), NULL);
if (!L_24)
{
goto IL_00d4;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_25 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_25, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_26 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_27;
L_27 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_26, 2, (&V_2), NULL);
if (L_27)
{
goto IL_00a7;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_28 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_28, NULL);
return (bool)0;
}
IL_00a7:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str1;
bool L_30;
L_30 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_29, ((int32_t)46), NULL);
if (!L_30)
{
goto IL_00ce;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_31 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_32;
L_32 = DateTimeParse_ParseFraction_m98F0CC92F633C924C6AFD0D7B97277517CF82AF4(L_31, (&V_3), NULL);
if (L_32)
{
goto IL_00c3;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_33, NULL);
return (bool)0;
}
IL_00c3:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_34 = ___str1;
int32_t* L_35 = (&L_34->___Index_1);
int32_t* L_36 = L_35;
int32_t L_37 = *((int32_t*)L_36);
*((int32_t*)L_36) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_37, 1));
}
IL_00ce:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_38, NULL);
}
IL_00d4:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_39 = ___str1;
bool L_40;
L_40 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_39, NULL);
if (!L_40)
{
goto IL_01a9;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_41 = ___str1;
Il2CppChar L_42;
L_42 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_41, NULL);
V_5 = L_42;
Il2CppChar L_43 = V_5;
if ((((int32_t)L_43) == ((int32_t)((int32_t)43))))
{
goto IL_00f3;
}
}
{
Il2CppChar L_44 = V_5;
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)45)))))
{
goto IL_0118;
}
}
IL_00f3:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_45 = ___result3;
int32_t* L_46 = (&L_45->___flags_8);
int32_t* L_47 = L_46;
int32_t L_48 = *((int32_t*)L_47);
*((int32_t*)L_47) = (int32_t)((int32_t)(L_48|((int32_t)256)));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_49 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_50 = ___result3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_51 = (&L_50->___timeZoneOffset_9);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_52;
L_52 = DateTimeParse_ParseTimeZone_mF3F355E14D6B76BA74234B98A6049BBB58439934(L_49, L_51, NULL);
if (L_52)
{
goto IL_015a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_53, NULL);
return (bool)0;
}
IL_0118:
{
Il2CppChar L_54 = V_5;
if ((((int32_t)L_54) == ((int32_t)((int32_t)90))))
{
goto IL_0124;
}
}
{
Il2CppChar L_55 = V_5;
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)122)))))
{
goto IL_014f;
}
}
IL_0124:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_56 = ___result3;
int32_t* L_57 = (&L_56->___flags_8);
int32_t* L_58 = L_57;
int32_t L_59 = *((int32_t*)L_58);
*((int32_t*)L_58) = (int32_t)((int32_t)(L_59|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_60 = ___result3;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_61 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_60->___timeZoneOffset_9 = L_61;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_62 = ___result3;
int32_t* L_63 = (&L_62->___flags_8);
int32_t* L_64 = L_63;
int32_t L_65 = *((int32_t*)L_64);
*((int32_t*)L_64) = (int32_t)((int32_t)(L_65|((int32_t)512)));
goto IL_015a;
}
IL_014f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_66 = ___str1;
int32_t* L_67 = (&L_66->___Index_1);
int32_t* L_68 = L_67;
int32_t L_69 = *((int32_t*)L_68);
*((int32_t*)L_68) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_69, 1));
}
IL_015a:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_70 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_70, NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_71 = ___str1;
bool L_72;
L_72 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_71, ((int32_t)35), NULL);
if (!L_72)
{
goto IL_0180;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_73 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_74;
L_74 = DateTimeParse_VerifyValidPunctuation_m620C9F9E5B0C07AD43A7826A3156033B6B75CE2F(L_73, NULL);
if (L_74)
{
goto IL_017a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_75 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_75, NULL);
return (bool)0;
}
IL_017a:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_76 = ___str1;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_76, NULL);
}
IL_0180:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_77 = ___str1;
bool L_78;
L_78 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_77, 0, NULL);
if (!L_78)
{
goto IL_0199;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_79 = ___str1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_80;
L_80 = DateTimeParse_VerifyValidPunctuation_m620C9F9E5B0C07AD43A7826A3156033B6B75CE2F(L_79, NULL);
if (L_80)
{
goto IL_0199;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_81 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_81, NULL);
return (bool)0;
}
IL_0199:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_82 = ___str1;
bool L_83;
L_83 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_82, NULL);
if (!L_83)
{
goto IL_01a9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_84 = ___result3;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_84, NULL);
return (bool)0;
}
IL_01a9:
{
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_85;
L_85 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_86 = ___raw0;
int32_t L_87 = L_86->___year_3;
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_88 = ___raw0;
int32_t L_89;
L_89 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_88, 0, NULL);
DateTimeRawInfo_tEAC42047935006C924842337850170E9AEA0AB03* L_90 = ___raw0;
int32_t L_91;
L_91 = DateTimeRawInfo_GetNumber_mD3A995185B82D464237FF9B32561AD8FE9DA9BA1(L_90, 1, NULL);
int32_t L_92 = V_0;
int32_t L_93 = V_1;
int32_t L_94 = V_2;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_95 = ___result3;
int32_t L_96 = L_95->___era_7;
NullCheck(L_85);
bool L_97;
L_97 = VirtualFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* >::Invoke(24 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_85, L_87, L_89, L_91, L_92, L_93, L_94, 0, L_96, (&V_4));
if (L_97)
{
goto IL_01e3;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_98 = ___result3;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_98, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_01e3:
{
double L_99 = V_3;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_100;
L_100 = bankers_round(((double)il2cpp_codegen_multiply(L_99, (10000000.0))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_101;
L_101 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D((&V_4), il2cpp_codegen_cast_double_to_int<int64_t>(L_100), NULL);
V_4 = L_101;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_102 = ___result3;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_103 = V_4;
L_102->___parsedDate_11 = L_103;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_104 = ___str1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_105 = ___result3;
int32_t L_106 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_107;
L_107 = DateTimeParse_DetermineTimeZoneAdjustments_mCC9DAEFF572D2B894A28E593F0873FE6C0305395(L_104, L_105, L_106, (bool)0, NULL);
if (L_107)
{
goto IL_0212;
}
}
{
return (bool)0;
}
IL_0212:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::MatchHebrewDigits(System.__DTString&,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchHebrewDigits_m03CAD73DA2FCCC7F09F07BEA555193162E56F589 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___number2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewNumber_tF89734089EC4188BCF2BBBAC98D5AEA14DEA3EAF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
HebrewNumberParsingContext_t24269EE9BFA992FFBDB9F20C1A0C51639AD6FC09 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
int32_t* L_0 = ___number2;
*((int32_t*)L_0) = (int32_t)0;
HebrewNumberParsingContext__ctor_mF04BF245C589BD01536CAE69FE0938DD731E80B0((&V_0), 0, NULL);
V_1 = 3;
goto IL_001d;
}
IL_000f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
Il2CppChar L_2;
L_2 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(HebrewNumber_tF89734089EC4188BCF2BBBAC98D5AEA14DEA3EAF_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = HebrewNumber_ParseByChar_m48D888FCA3686A3841CA480EE0D70F879D6198A5(L_2, (&V_0), NULL);
V_1 = L_3;
}
IL_001d:
{
int32_t L_4 = V_1;
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
{
goto IL_0029;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_5 = ___str0;
bool L_6;
L_6 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_5, NULL);
if (L_6)
{
goto IL_000f;
}
}
IL_0029:
{
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
{
goto IL_0037;
}
}
{
int32_t* L_8 = ___number2;
HebrewNumberParsingContext_t24269EE9BFA992FFBDB9F20C1A0C51639AD6FC09 L_9 = V_0;
int32_t L_10 = L_9.___result_1;
*((int32_t*)L_8) = (int32_t)L_10;
return (bool)1;
}
IL_0037:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___digitLen1;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_000e;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
int32_t* L_2 = ___result2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_3;
L_3 = DateTimeParse_ParseDigits_m3DD067E6F62657C12B0B284D864E66F4137C097B(L_1, 1, 2, L_2, NULL);
return L_3;
}
IL_000e:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_4 = ___str0;
int32_t L_5 = ___digitLen1;
int32_t L_6 = ___digitLen1;
int32_t* L_7 = ___result2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_8;
L_8 = DateTimeParse_ParseDigits_m3DD067E6F62657C12B0B284D864E66F4137C097B(L_4, L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m3DD067E6F62657C12B0B284D864E66F4137C097B (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___minDigitLen1, int32_t ___maxDigitLen2, int32_t* ___result3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
int32_t L_1 = L_0->___Index_1;
V_1 = L_1;
V_2 = 0;
goto IL_0032;
}
IL_000d:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
bool L_3;
L_3 = __DTString_GetNextDigit_m078932668F40B02FE142720C8BB0C1A43F2B81A4_inline(L_2, NULL);
if (L_3)
{
goto IL_0022;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_4 = ___str0;
int32_t* L_5 = (&L_4->___Index_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
*((int32_t*)L_6) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_7, 1));
goto IL_0036;
}
IL_0022:
{
int32_t L_8 = V_0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
int32_t L_10;
L_10 = __DTString_GetDigit_m2C1710445781E19205ECECC147287B2A1E325A4B(L_9, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)10))), L_10));
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0032:
{
int32_t L_12 = V_2;
int32_t L_13 = ___maxDigitLen2;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_000d;
}
}
IL_0036:
{
int32_t* L_14 = ___result3;
int32_t L_15 = V_0;
*((int32_t*)L_14) = (int32_t)L_15;
int32_t L_16 = V_2;
int32_t L_17 = ___minDigitLen1;
if ((((int32_t)L_16) >= ((int32_t)L_17)))
{
goto IL_0046;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str0;
int32_t L_19 = V_1;
L_18->___Index_1 = L_19;
return (bool)0;
}
IL_0046:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTString&,System.Int32,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m8D05591EC51611279D35A0AEF1CF18340DD24EC1 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
bool L_1;
L_1 = __DTString_GetNextDigit_m078932668F40B02FE142720C8BB0C1A43F2B81A4_inline(L_0, NULL);
if (L_1)
{
goto IL_0015;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
int32_t* L_3 = (&L_2->___Index_1);
int32_t* L_4 = L_3;
int32_t L_5 = *((int32_t*)L_4);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_5, 1));
return (bool)0;
}
IL_0015:
{
double* L_6 = ___result2;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_7 = ___str0;
int32_t L_8;
L_8 = __DTString_GetDigit_m2C1710445781E19205ECECC147287B2A1E325A4B(L_7, NULL);
*((double*)L_6) = (double)((double)L_8);
V_0 = 1;
goto IL_0051;
}
IL_0022:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
bool L_10;
L_10 = __DTString_GetNextDigit_m078932668F40B02FE142720C8BB0C1A43F2B81A4_inline(L_9, NULL);
if (L_10)
{
goto IL_0037;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_11 = ___str0;
int32_t* L_12 = (&L_11->___Index_1);
int32_t* L_13 = L_12;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_14, 1));
goto IL_0055;
}
IL_0037:
{
double* L_15 = ___result2;
double* L_16 = ___result2;
double L_17 = *((double*)L_16);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str0;
int32_t L_19;
L_19 = __DTString_GetDigit_m2C1710445781E19205ECECC147287B2A1E325A4B(L_18, NULL);
*((double*)L_15) = (double)((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(L_17, (10.0))), ((double)L_19)));
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0051:
{
int32_t L_21 = V_0;
int32_t L_22 = ___maxDigitLen1;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_0022;
}
}
IL_0055:
{
double* L_23 = ___result2;
double* L_24 = ___result2;
double L_25 = *((double*)L_24);
int32_t L_26 = V_0;
int64_t L_27;
L_27 = TimeSpanParse_Pow10_m4AF3631D30A076C9A94AFE9951C51C083828C59C(L_26, NULL);
*((double*)L_23) = (double)((double)(L_25/((double)L_27)));
int32_t L_28 = V_0;
int32_t L_29 = ___maxDigitLen1;
return (bool)((((int32_t)L_28) == ((int32_t)L_29))? 1 : 0);
}
}
// System.Boolean System.DateTimeParse::ParseSign(System.__DTString&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_mEC5D058BD2D20805D692352D55F312FA7B846D30 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, bool* ___result1, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
bool L_1;
L_1 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_2 = ___str0;
Il2CppChar L_3;
L_3 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_2, NULL);
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)43)))))
{
goto IL_001b;
}
}
{
bool* L_5 = ___result1;
*((int8_t*)L_5) = (int8_t)1;
return (bool)1;
}
IL_001b:
{
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)45)))))
{
goto IL_0025;
}
}
{
bool* L_7 = ___result1;
*((int8_t*)L_7) = (int8_t)0;
return (bool)1;
}
IL_0025:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ParseTimeZoneOffset(System.__DTString&,System.Int32,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mF5FAD2F2CF2EA5F8C2D3344F322372028C56E3BC (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___len1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = (bool)1;
V_2 = 0;
int32_t L_0 = ___len1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_0, 1))) <= ((uint32_t)1))))
{
goto IL_0023;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_2;
L_2 = DateTimeParse_ParseSign_mEC5D058BD2D20805D692352D55F312FA7B846D30(L_1, (&V_0), NULL);
if (L_2)
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_3 = ___str0;
int32_t L_4 = ___len1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_5;
L_5 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_3, L_4, (&V_1), NULL);
if (L_5)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_0023:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTimeParse_ParseSign_mEC5D058BD2D20805D692352D55F312FA7B846D30(L_6, (&V_0), NULL);
if (L_7)
{
goto IL_002f;
}
}
{
return (bool)0;
}
IL_002f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_8 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_9;
L_9 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_8, 1, (&V_1), NULL);
if (L_9)
{
goto IL_003c;
}
}
{
return (bool)0;
}
IL_003c:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str0;
bool L_11;
L_11 = __DTString_Match_m2C4D1A7EEF2CAC9164093C891B36B05C717987D3(L_10, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, NULL);
if (!L_11)
{
goto IL_0056;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_12 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_13;
L_13 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_12, 2, (&V_2), NULL);
if (L_13)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_0056:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_14 = ___str0;
int32_t* L_15 = (&L_14->___Index_1);
int32_t* L_16 = L_15;
int32_t L_17 = *((int32_t*)L_16);
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_17, 1));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_19;
L_19 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_18, 2, (&V_2), NULL);
if (L_19)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_006e:
{
int32_t L_20 = V_2;
if ((((int32_t)L_20) < ((int32_t)0)))
{
goto IL_0077;
}
}
{
int32_t L_21 = V_2;
if ((((int32_t)L_21) < ((int32_t)((int32_t)60))))
{
goto IL_0079;
}
}
IL_0077:
{
return (bool)0;
}
IL_0079:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_22 = ___result2;
int32_t L_23 = V_1;
int32_t L_24 = V_2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_25;
memset((&L_25), 0, sizeof(L_25));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_25), L_23, L_24, 0, /*hidden argument*/NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_22 = L_25;
bool L_26 = V_0;
if (L_26)
{
goto IL_0096;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_27 = ___result2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_28 = ___result2;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_29;
L_29 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4(L_28, NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_27 = L_29;
}
IL_0096:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m805D9B328FB1263F1BF46ECA9838664F8843108A (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t G_B4_0 = 0;
bool G_B8_0 = false;
{
V_0 = 0;
int32_t* L_0 = ___result2;
*((int32_t*)L_0) = (int32_t)(-1);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
bool L_2;
L_2 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_1, NULL);
if (!L_2)
{
goto IL_008c;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi1;
NullCheck(L_3);
String_t* L_4;
L_4 = DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539(L_3, ((int32_t)13), NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if (!L_5)
{
goto IL_0020;
}
}
{
G_B4_0 = ((int32_t)13);
goto IL_0022;
}
IL_0020:
{
G_B4_0 = ((int32_t)12);
}
IL_0022:
{
V_1 = G_B4_0;
V_2 = 1;
goto IL_0063;
}
IL_0027:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ___dtfi1;
int32_t L_7 = V_2;
NullCheck(L_6);
String_t* L_8;
L_8 = DateTimeFormatInfo_GetAbbreviatedMonthName_mC0DF9D2AABADA5B7F47C6856F78B7BCC11FC8C89(L_6, L_7, NULL);
V_3 = L_8;
String_t* L_9 = V_3;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
V_4 = L_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi1;
NullCheck(L_11);
bool L_12;
L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_m93B2F520AE7A2E5F0FF27A033C090D1EA6DF61C9(L_11, NULL);
if (L_12)
{
goto IL_0048;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_13 = ___str0;
String_t* L_14 = V_3;
bool L_15;
L_15 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_13, L_14, NULL);
G_B8_0 = L_15;
goto IL_0052;
}
IL_0048:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_16 = ___str0;
String_t* L_17 = V_3;
bool L_18;
L_18 = __DTString_MatchSpecifiedWords_m04927913B3403CAF82463E212A333E2D2F3568E4(L_16, L_17, (bool)0, (&V_4), NULL);
G_B8_0 = L_18;
}
IL_0052:
{
if (!G_B8_0)
{
goto IL_005f;
}
}
{
int32_t L_19 = V_4;
int32_t L_20 = V_0;
if ((((int32_t)L_19) <= ((int32_t)L_20)))
{
goto IL_005f;
}
}
{
int32_t L_21 = V_4;
V_0 = L_21;
int32_t* L_22 = ___result2;
int32_t L_23 = V_2;
*((int32_t*)L_22) = (int32_t)L_23;
}
IL_005f:
{
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0063:
{
int32_t L_25 = V_2;
int32_t L_26 = V_1;
if ((((int32_t)L_25) <= ((int32_t)L_26)))
{
goto IL_0027;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_27 = ___dtfi1;
NullCheck(L_27);
int32_t L_28;
L_28 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_27, NULL);
if (!((int32_t)((int32_t)L_28&2)))
{
goto IL_008c;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30 = ___dtfi1;
NullCheck(L_30);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31;
L_31 = DateTimeFormatInfo_internalGetLeapYearMonthNames_mE8FA856937882C90948FEABC760B73546B10D894(L_30, NULL);
int32_t L_32;
L_32 = __DTString_MatchLongestWords_m18DECB9B44ED3656943F375BBB8474CBD7FEA5A1(L_29, L_31, (&V_0), NULL);
V_5 = L_32;
int32_t L_33 = V_5;
if ((((int32_t)L_33) < ((int32_t)0)))
{
goto IL_008c;
}
}
{
int32_t* L_34 = ___result2;
int32_t L_35 = V_5;
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_008c:
{
int32_t* L_36 = ___result2;
int32_t L_37 = *((int32_t*)L_36);
if ((((int32_t)L_37) <= ((int32_t)0)))
{
goto IL_00a0;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str0;
int32_t* L_39 = (&L_38->___Index_1);
int32_t* L_40 = L_39;
int32_t L_41 = *((int32_t*)L_40);
int32_t L_42 = V_0;
*((int32_t*)L_40) = (int32_t)((int32_t)il2cpp_codegen_add(L_41, ((int32_t)il2cpp_codegen_subtract(L_42, 1))));
return (bool)1;
}
IL_00a0:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mE7D367082924EBA06BC8DF210B4B352F01FD0A4E (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t G_B4_0 = 0;
bool G_B8_0 = false;
{
V_0 = 0;
int32_t* L_0 = ___result2;
*((int32_t*)L_0) = (int32_t)(-1);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
bool L_2;
L_2 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_1, NULL);
if (!L_2)
{
goto IL_00b4;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi1;
NullCheck(L_3);
String_t* L_4;
L_4 = DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539(L_3, ((int32_t)13), NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if (!L_5)
{
goto IL_0023;
}
}
{
G_B4_0 = ((int32_t)13);
goto IL_0025;
}
IL_0023:
{
G_B4_0 = ((int32_t)12);
}
IL_0025:
{
V_1 = G_B4_0;
V_2 = 1;
goto IL_0066;
}
IL_002a:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ___dtfi1;
int32_t L_7 = V_2;
NullCheck(L_6);
String_t* L_8;
L_8 = DateTimeFormatInfo_GetMonthName_mCCCA8C327C346C7B2AE22AFD9C42C4DCBF48B539(L_6, L_7, NULL);
V_3 = L_8;
String_t* L_9 = V_3;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
V_4 = L_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi1;
NullCheck(L_11);
bool L_12;
L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_m93B2F520AE7A2E5F0FF27A033C090D1EA6DF61C9(L_11, NULL);
if (L_12)
{
goto IL_004b;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_13 = ___str0;
String_t* L_14 = V_3;
bool L_15;
L_15 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_13, L_14, NULL);
G_B8_0 = L_15;
goto IL_0055;
}
IL_004b:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_16 = ___str0;
String_t* L_17 = V_3;
bool L_18;
L_18 = __DTString_MatchSpecifiedWords_m04927913B3403CAF82463E212A333E2D2F3568E4(L_16, L_17, (bool)0, (&V_4), NULL);
G_B8_0 = L_18;
}
IL_0055:
{
if (!G_B8_0)
{
goto IL_0062;
}
}
{
int32_t L_19 = V_4;
int32_t L_20 = V_0;
if ((((int32_t)L_19) <= ((int32_t)L_20)))
{
goto IL_0062;
}
}
{
int32_t L_21 = V_4;
V_0 = L_21;
int32_t* L_22 = ___result2;
int32_t L_23 = V_2;
*((int32_t*)L_22) = (int32_t)L_23;
}
IL_0062:
{
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0066:
{
int32_t L_25 = V_2;
int32_t L_26 = V_1;
if ((((int32_t)L_25) <= ((int32_t)L_26)))
{
goto IL_002a;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_27 = ___dtfi1;
NullCheck(L_27);
int32_t L_28;
L_28 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_27, NULL);
if (!((int32_t)((int32_t)L_28&1)))
{
goto IL_008f;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30 = ___dtfi1;
NullCheck(L_30);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31;
L_31 = DateTimeFormatInfo_get_MonthGenitiveNames_mD2F2B8EE9EC2B9D47F4F7F368874D34B183920B3(L_30, NULL);
int32_t L_32;
L_32 = __DTString_MatchLongestWords_m18DECB9B44ED3656943F375BBB8474CBD7FEA5A1(L_29, L_31, (&V_0), NULL);
V_5 = L_32;
int32_t L_33 = V_5;
if ((((int32_t)L_33) < ((int32_t)0)))
{
goto IL_008f;
}
}
{
int32_t* L_34 = ___result2;
int32_t L_35 = V_5;
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_008f:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_36 = ___dtfi1;
NullCheck(L_36);
int32_t L_37;
L_37 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_36, NULL);
if (!((int32_t)((int32_t)L_37&2)))
{
goto IL_00b4;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_39 = ___dtfi1;
NullCheck(L_39);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40;
L_40 = DateTimeFormatInfo_internalGetLeapYearMonthNames_mE8FA856937882C90948FEABC760B73546B10D894(L_39, NULL);
int32_t L_41;
L_41 = __DTString_MatchLongestWords_m18DECB9B44ED3656943F375BBB8474CBD7FEA5A1(L_38, L_40, (&V_0), NULL);
V_6 = L_41;
int32_t L_42 = V_6;
if ((((int32_t)L_42) < ((int32_t)0)))
{
goto IL_00b4;
}
}
{
int32_t* L_43 = ___result2;
int32_t L_44 = V_6;
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add(L_44, 1));
}
IL_00b4:
{
int32_t* L_45 = ___result2;
int32_t L_46 = *((int32_t*)L_45);
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_00c8;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_47 = ___str0;
int32_t* L_48 = (&L_47->___Index_1);
int32_t* L_49 = L_48;
int32_t L_50 = *((int32_t*)L_49);
int32_t L_51 = V_0;
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, ((int32_t)il2cpp_codegen_subtract(L_51, 1))));
return (bool)1;
}
IL_00c8:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_mF643640119B5703882D13747F619E2D83185EBD3 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
bool G_B5_0 = false;
{
V_0 = 0;
int32_t* L_0 = ___result2;
*((int32_t*)L_0) = (int32_t)(-1);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
bool L_2;
L_2 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_1, NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
V_1 = 0;
goto IL_004a;
}
IL_0011:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi1;
int32_t L_4 = V_1;
NullCheck(L_3);
String_t* L_5;
L_5 = DateTimeFormatInfo_GetAbbreviatedDayName_m12EC6E4400C2FC1B69A7F987338F9EF0A100277E(L_3, L_4, NULL);
V_2 = L_5;
String_t* L_6 = V_2;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
V_3 = L_7;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi1;
NullCheck(L_8);
bool L_9;
L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE14BD4B06203A8592604D170CCF7EE8303B9D771(L_8, NULL);
if (L_9)
{
goto IL_0031;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str0;
String_t* L_11 = V_2;
bool L_12;
L_12 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_10, L_11, NULL);
G_B5_0 = L_12;
goto IL_003b;
}
IL_0031:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_13 = ___str0;
String_t* L_14 = V_2;
bool L_15;
L_15 = __DTString_MatchSpecifiedWords_m04927913B3403CAF82463E212A333E2D2F3568E4(L_13, L_14, (bool)0, (&V_3), NULL);
G_B5_0 = L_15;
}
IL_003b:
{
if (!G_B5_0)
{
goto IL_0046;
}
}
{
int32_t L_16 = V_3;
int32_t L_17 = V_0;
if ((((int32_t)L_16) <= ((int32_t)L_17)))
{
goto IL_0046;
}
}
{
int32_t L_18 = V_3;
V_0 = L_18;
int32_t* L_19 = ___result2;
int32_t L_20 = V_1;
*((int32_t*)L_19) = (int32_t)L_20;
}
IL_0046:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, 1));
}
IL_004a:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) <= ((int32_t)6)))
{
goto IL_0011;
}
}
IL_004e:
{
int32_t* L_23 = ___result2;
int32_t L_24 = *((int32_t*)L_23);
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_25 = ___str0;
int32_t* L_26 = (&L_25->___Index_1);
int32_t* L_27 = L_26;
int32_t L_28 = *((int32_t*)L_27);
int32_t L_29 = V_0;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add(L_28, ((int32_t)il2cpp_codegen_subtract(L_29, 1))));
return (bool)1;
}
IL_0062:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_m7F4A56E577849BFDB5052849F36956A5D3D0B091 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
bool G_B5_0 = false;
{
V_0 = 0;
int32_t* L_0 = ___result2;
*((int32_t*)L_0) = (int32_t)(-1);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_1 = ___str0;
bool L_2;
L_2 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_1, NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
V_1 = 0;
goto IL_004a;
}
IL_0011:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_3 = ___dtfi1;
int32_t L_4 = V_1;
NullCheck(L_3);
String_t* L_5;
L_5 = DateTimeFormatInfo_GetDayName_m7C4E70449F205F063D75944FEC66A3B0FFD3F20A(L_3, L_4, NULL);
V_2 = L_5;
String_t* L_6 = V_2;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
V_3 = L_7;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_8 = ___dtfi1;
NullCheck(L_8);
bool L_9;
L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE14BD4B06203A8592604D170CCF7EE8303B9D771(L_8, NULL);
if (L_9)
{
goto IL_0031;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_10 = ___str0;
String_t* L_11 = V_2;
bool L_12;
L_12 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_10, L_11, NULL);
G_B5_0 = L_12;
goto IL_003b;
}
IL_0031:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_13 = ___str0;
String_t* L_14 = V_2;
bool L_15;
L_15 = __DTString_MatchSpecifiedWords_m04927913B3403CAF82463E212A333E2D2F3568E4(L_13, L_14, (bool)0, (&V_3), NULL);
G_B5_0 = L_15;
}
IL_003b:
{
if (!G_B5_0)
{
goto IL_0046;
}
}
{
int32_t L_16 = V_3;
int32_t L_17 = V_0;
if ((((int32_t)L_16) <= ((int32_t)L_17)))
{
goto IL_0046;
}
}
{
int32_t L_18 = V_3;
V_0 = L_18;
int32_t* L_19 = ___result2;
int32_t L_20 = V_1;
*((int32_t*)L_19) = (int32_t)L_20;
}
IL_0046:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, 1));
}
IL_004a:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) <= ((int32_t)6)))
{
goto IL_0011;
}
}
IL_004e:
{
int32_t* L_23 = ___result2;
int32_t L_24 = *((int32_t*)L_23);
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_25 = ___str0;
int32_t* L_26 = (&L_25->___Index_1);
int32_t* L_27 = L_26;
int32_t L_28 = *((int32_t*)L_27);
int32_t L_29 = V_0;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add(L_28, ((int32_t)il2cpp_codegen_subtract(L_29, 1))));
return (bool)1;
}
IL_0062:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mC7797A9D26B3AA12B009E9AAE108D5303D73AB60 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
bool L_1;
L_1 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_0, NULL);
if (!L_1)
{
goto IL_007d;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi1;
NullCheck(L_2);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_3;
L_3 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_2, NULL);
NullCheck(L_3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4;
L_4 = VirtualFuncInvoker0< Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* >::Invoke(16 /* System.Int32[] System.Globalization.Calendar::get_Eras() */, L_3);
V_0 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = V_0;
if (!L_5)
{
goto IL_007d;
}
}
{
V_1 = 0;
goto IL_0077;
}
IL_001b:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_6 = ___dtfi1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_6);
String_t* L_11;
L_11 = DateTimeFormatInfo_GetEraName_mEFEC407D99F9C8D98C332FB785B1D32A8BC8202F(L_6, L_10, NULL);
V_2 = L_11;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_12 = ___str0;
String_t* L_13 = V_2;
bool L_14;
L_14 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_12, L_13, NULL);
if (!L_14)
{
goto IL_0047;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_15 = ___str0;
int32_t* L_16 = (&L_15->___Index_1);
int32_t* L_17 = L_16;
int32_t L_18 = *((int32_t*)L_17);
String_t* L_19 = V_2;
NullCheck(L_19);
int32_t L_20;
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_subtract(L_20, 1))));
int32_t* L_21 = ___result2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = V_0;
int32_t L_23 = V_1;
NullCheck(L_22);
int32_t L_24 = L_23;
int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
*((int32_t*)L_21) = (int32_t)L_25;
return (bool)1;
}
IL_0047:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = ___dtfi1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = V_0;
int32_t L_28 = V_1;
NullCheck(L_27);
int32_t L_29 = L_28;
int32_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_26);
String_t* L_31;
L_31 = DateTimeFormatInfo_GetAbbreviatedEraName_mF42A4A5F3EB9EF1B9DD7465BB563E3D60AFBA7C5(L_26, L_30, NULL);
V_2 = L_31;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_32 = ___str0;
String_t* L_33 = V_2;
bool L_34;
L_34 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_32, L_33, NULL);
if (!L_34)
{
goto IL_0073;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_35 = ___str0;
int32_t* L_36 = (&L_35->___Index_1);
int32_t* L_37 = L_36;
int32_t L_38 = *((int32_t*)L_37);
String_t* L_39 = V_2;
NullCheck(L_39);
int32_t L_40;
L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL);
*((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add(L_38, ((int32_t)il2cpp_codegen_subtract(L_40, 1))));
int32_t* L_41 = ___result2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_42 = V_0;
int32_t L_43 = V_1;
NullCheck(L_42);
int32_t L_44 = L_43;
int32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
*((int32_t*)L_41) = (int32_t)L_45;
return (bool)1;
}
IL_0073:
{
int32_t L_46 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_46, 1));
}
IL_0077:
{
int32_t L_47 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_48 = V_0;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))
{
goto IL_001b;
}
}
IL_007d:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_mA275F7CC9F7894A06E7E6D8A5E43D59224C340E7 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
int32_t* L_0 = ___result2;
*((int32_t*)L_0) = (int32_t)(-1);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1 = ___dtfi1;
NullCheck(L_1);
String_t* L_2;
L_2 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_1, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if (L_3)
{
goto IL_0013;
}
}
{
int32_t* L_4 = ___result2;
*((int32_t*)L_4) = (int32_t)0;
}
IL_0013:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_5 = ___dtfi1;
NullCheck(L_5);
String_t* L_6;
L_6 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_5, NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
if (L_7)
{
goto IL_0023;
}
}
{
int32_t* L_8 = ___result2;
*((int32_t*)L_8) = (int32_t)1;
}
IL_0023:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
bool L_10;
L_10 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_9, NULL);
if (!L_10)
{
goto IL_0096;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi1;
NullCheck(L_11);
String_t* L_12;
L_12 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_11, NULL);
V_0 = L_12;
String_t* L_13 = V_0;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_005b;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_15 = ___str0;
String_t* L_16 = V_0;
bool L_17;
L_17 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_15, L_16, NULL);
if (!L_17)
{
goto IL_005b;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_18 = ___str0;
int32_t* L_19 = (&L_18->___Index_1);
int32_t* L_20 = L_19;
int32_t L_21 = *((int32_t*)L_20);
String_t* L_22 = V_0;
NullCheck(L_22);
int32_t L_23;
L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL);
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_subtract(L_23, 1))));
int32_t* L_24 = ___result2;
*((int32_t*)L_24) = (int32_t)0;
return (bool)1;
}
IL_005b:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_25 = ___dtfi1;
NullCheck(L_25);
String_t* L_26;
L_26 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_25, NULL);
V_0 = L_26;
String_t* L_27 = V_0;
NullCheck(L_27);
int32_t L_28;
L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_008b;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
String_t* L_30 = V_0;
bool L_31;
L_31 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_29, L_30, NULL);
if (!L_31)
{
goto IL_008b;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_32 = ___str0;
int32_t* L_33 = (&L_32->___Index_1);
int32_t* L_34 = L_33;
int32_t L_35 = *((int32_t*)L_34);
String_t* L_36 = V_0;
NullCheck(L_36);
int32_t L_37;
L_37 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_36, NULL);
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add(L_35, ((int32_t)il2cpp_codegen_subtract(L_37, 1))));
int32_t* L_38 = ___result2;
*((int32_t*)L_38) = (int32_t)1;
return (bool)1;
}
IL_008b:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_39 = ___str0;
int32_t* L_40 = (&L_39->___Index_1);
int32_t* L_41 = L_40;
int32_t L_42 = *((int32_t*)L_41);
*((int32_t*)L_41) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_42, 1));
}
IL_0096:
{
int32_t* L_43 = ___result2;
int32_t L_44 = *((int32_t*)L_43);
if ((((int32_t)L_44) == ((int32_t)(-1))))
{
goto IL_009d;
}
}
{
return (bool)1;
}
IL_009d:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchAbbreviatedTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m948220A2738E1BE22F2704A0BF673100EA420174 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___str0;
bool L_1;
L_1 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_0, NULL);
if (!L_1)
{
goto IL_0050;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2 = ___dtfi1;
NullCheck(L_2);
String_t* L_3;
L_3 = DateTimeFormatInfo_get_AMDesignator_m132D601293E679B6FC624E88517B25246F6EC4CB(L_2, NULL);
V_0 = L_3;
String_t* L_4 = V_0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_002c;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str0;
Il2CppChar L_7;
L_7 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_6, NULL);
String_t* L_8 = V_0;
NullCheck(L_8);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 0, NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_002c;
}
}
{
int32_t* L_10 = ___result2;
*((int32_t*)L_10) = (int32_t)0;
return (bool)1;
}
IL_002c:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_11 = ___dtfi1;
NullCheck(L_11);
String_t* L_12;
L_12 = DateTimeFormatInfo_get_PMDesignator_m3B06ECAF8B79E1AAAF8159198A9334658EB1F2CC(L_11, NULL);
V_1 = L_12;
String_t* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0050;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_15 = ___str0;
Il2CppChar L_16;
L_16 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_15, NULL);
String_t* L_17 = V_1;
NullCheck(L_17);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, 0, NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)L_18))))
{
goto IL_0050;
}
}
{
int32_t* L_19 = ___result2;
*((int32_t*)L_19) = (int32_t)1;
return (bool)1;
}
IL_0050:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32&,System.Int32,System.Char,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE);
s_Il2CppMethodInitialized = true;
}
{
int32_t* L_0 = ___currentValue0;
int32_t L_1 = *((int32_t*)L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_000a;
}
}
{
int32_t* L_2 = ___currentValue0;
int32_t L_3 = ___newValue1;
*((int32_t*)L_2) = (int32_t)L_3;
return (bool)1;
}
IL_000a:
{
int32_t L_4 = ___newValue1;
int32_t* L_5 = ___currentValue0;
int32_t L_6 = *((int32_t*)L_5);
if ((((int32_t)L_4) == ((int32_t)L_6)))
{
goto IL_0023;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_7 = ___result3;
Il2CppChar L_8 = ___patternChar2;
Il2CppChar L_9 = L_8;
RuntimeObject* L_10 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_9);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_7, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_10, NULL);
return (bool)0;
}
IL_0023:
{
return (bool)1;
}
}
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeParse_GetDateTimeNow_m3ACC9E28E9EF3C9DD0C39F3856B25AC87F79D785 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, int32_t* ___styles1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)2048))))
{
goto IL_0049;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
int32_t L_3 = L_2->___flags_8;
if (!((int32_t)((int32_t)L_3&((int32_t)256))))
{
goto IL_003c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
L_4 = DateTime_get_UtcNow_m5D776FFEBC81592B361E4C7AF373297C5DFB46FD(NULL);
V_0 = L_4;
int64_t L_5;
L_5 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_7 = (&L_6->___timeZoneOffset_9);
int64_t L_8;
L_8 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline(L_7, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
memset((&L_9), 0, sizeof(L_9));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_9), ((int64_t)il2cpp_codegen_add(L_5, L_8)), 0, /*hidden argument*/NULL);
return L_9;
}
IL_003c:
{
int32_t* L_10 = ___styles1;
int32_t L_11 = *((int32_t*)L_10);
if (!((int32_t)(L_11&((int32_t)64))))
{
goto IL_0049;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12;
L_12 = DateTime_get_UtcNow_m5D776FFEBC81592B361E4C7AF373297C5DFB46FD(NULL);
return L_12;
}
IL_0049:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13;
L_13 = DateTime_get_Now_mC336498972C48439ADCD5C50D35FAE0F2A48B0F0(NULL);
return L_13;
}
}
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResult&,System.Globalization.Calendar&,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_m034340E5F9C42CEB315E7A5F13A5E983C2B6883E (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** ___cal1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18B4C3FF17ADD49C3A5FCB657614AF5293A47A25);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___flags_8;
if (!((int32_t)((int32_t)L_1&((int32_t)2048))))
{
goto IL_0053;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_2 = ___result0;
int32_t L_3 = L_2->___Month_1;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0020;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_4 = ___result0;
int32_t L_5 = L_4->___Day_2;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0053;
}
}
IL_0020:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_6 = ___result0;
int32_t L_7 = L_6->___Year_0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0037;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_8 = ___result0;
int32_t L_9 = L_8->___flags_8;
if (!((int32_t)((int32_t)L_9&((int32_t)4096))))
{
goto IL_0053;
}
}
IL_0037:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_10 = ___result0;
int32_t L_11 = L_10->___flags_8;
if (!((int32_t)((int32_t)L_11&((int32_t)256))))
{
goto IL_0053;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result0;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_12, 4, _stringLiteral18B4C3FF17ADD49C3A5FCB657614AF5293A47A25, NULL);
return (bool)0;
}
IL_0053:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
int32_t L_14 = L_13->___Year_0;
if ((((int32_t)L_14) == ((int32_t)(-1))))
{
goto IL_0071;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result0;
int32_t L_16 = L_15->___Month_1;
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0071;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result0;
int32_t L_18 = L_17->___Day_2;
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
{
goto IL_012f;
}
}
IL_0071:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_19 = ___result0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20;
L_20 = DateTimeParse_GetDateTimeNow_m3ACC9E28E9EF3C9DD0C39F3856B25AC87F79D785(L_19, (&___styles2), NULL);
V_0 = L_20;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_21 = ___result0;
int32_t L_22 = L_21->___Month_1;
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
{
goto IL_00f8;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
int32_t L_24 = L_23->___Day_2;
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
{
goto IL_00f8;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_25 = ___result0;
int32_t L_26 = L_25->___Year_0;
if ((!(((uint32_t)L_26) == ((uint32_t)(-1)))))
{
goto IL_00e8;
}
}
{
int32_t L_27 = ___styles2;
if (!((int32_t)((int32_t)L_27&8)))
{
goto IL_00bc;
}
}
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_28 = ___cal1;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_29;
L_29 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
*((RuntimeObject**)L_28) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_29);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_32 = ___result0;
int32_t L_33 = 1;
V_1 = L_33;
L_32->___Day_2 = L_33;
int32_t L_34 = V_1;
int32_t L_35 = L_34;
V_1 = L_35;
L_31->___Month_1 = L_35;
int32_t L_36 = V_1;
L_30->___Year_0 = L_36;
goto IL_012f;
}
IL_00bc:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_37 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_38 = ___cal1;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_39 = *((Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B**)L_38);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_40 = V_0;
NullCheck(L_39);
int32_t L_41;
L_41 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(19 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_39, L_40);
L_37->___Year_0 = L_41;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_42 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_43 = ___cal1;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_44 = *((Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B**)L_43);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_45 = V_0;
NullCheck(L_44);
int32_t L_46;
L_46 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(17 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_44, L_45);
L_42->___Month_1 = L_46;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_47 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_48 = ___cal1;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_49 = *((Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B**)L_48);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_50 = V_0;
NullCheck(L_49);
int32_t L_51;
L_51 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_49, L_50);
L_47->___Day_2 = L_51;
goto IL_012f;
}
IL_00e8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_52 = ___result0;
L_52->___Month_1 = 1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result0;
L_53->___Day_2 = 1;
goto IL_012f;
}
IL_00f8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_54 = ___result0;
int32_t L_55 = L_54->___Year_0;
if ((!(((uint32_t)L_55) == ((uint32_t)(-1)))))
{
goto IL_010f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_56 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_57 = ___cal1;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_58 = *((Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B**)L_57);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_59 = V_0;
NullCheck(L_58);
int32_t L_60;
L_60 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(19 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_58, L_59);
L_56->___Year_0 = L_60;
}
IL_010f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_61 = ___result0;
int32_t L_62 = L_61->___Month_1;
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
{
goto IL_011f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_63 = ___result0;
L_63->___Month_1 = 1;
}
IL_011f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_64 = ___result0;
int32_t L_65 = L_64->___Day_2;
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
{
goto IL_012f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_66 = ___result0;
L_66->___Day_2 = 1;
}
IL_012f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_67 = ___result0;
int32_t L_68 = L_67->___Hour_3;
if ((!(((uint32_t)L_68) == ((uint32_t)(-1)))))
{
goto IL_013f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_69 = ___result0;
L_69->___Hour_3 = 0;
}
IL_013f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_70 = ___result0;
int32_t L_71 = L_70->___Minute_4;
if ((!(((uint32_t)L_71) == ((uint32_t)(-1)))))
{
goto IL_014f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_72 = ___result0;
L_72->___Minute_4 = 0;
}
IL_014f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_73 = ___result0;
int32_t L_74 = L_73->___Second_5;
if ((!(((uint32_t)L_74) == ((uint32_t)(-1)))))
{
goto IL_015f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_75 = ___result0;
L_75->___Second_5 = 0;
}
IL_015f:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_76 = ___result0;
int32_t L_77 = L_76->___era_7;
if ((!(((uint32_t)L_77) == ((uint32_t)(-1)))))
{
goto IL_016f;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_78 = ___result0;
L_78->___era_7 = 0;
}
IL_016f:
{
return (bool)1;
}
}
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeFormatInfo&,System.ParsingInfo&,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m319F6300D5E4F8F88D74F14D594B80349B69193D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** ___dtfi1, ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* ___parseInfo2, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar* L_0;
L_0 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (0), ((&___format0))->____length_1);
int32_t L_1 = *((uint16_t*)L_0);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
{
goto IL_001e;
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
{
goto IL_0050;
}
}
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
{
goto IL_0067;
}
}
{
goto IL_0153;
}
IL_001e:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
{
goto IL_00e6;
}
}
{
Il2CppChar L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)111))))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_0153;
}
case 2:
{
goto IL_0153;
}
case 3:
{
goto IL_0067;
}
case 4:
{
goto IL_009e;
}
case 5:
{
goto IL_0153;
}
case 6:
{
goto IL_00b5;
}
}
}
{
goto IL_0153;
}
IL_0050:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_7 = ___parseInfo2;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_8;
L_8 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
L_7->___calendar_0 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___calendar_0), (void*)L_8);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_9 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_10;
L_10 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_9) = (RuntimeObject*)L_10;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_10);
goto IL_0153;
}
IL_0067:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_11 = ___parseInfo2;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_12;
L_12 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
L_11->___calendar_0 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&L_11->___calendar_0), (void*)L_12);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_13 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14;
L_14 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_13) = (RuntimeObject*)L_14;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_14);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result3;
int32_t L_16 = L_15->___flags_8;
if (!((int32_t)((int32_t)L_16&((int32_t)2048))))
{
goto IL_0153;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_17 = ___result3;
int32_t* L_18 = (&L_17->___flags_8);
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
*((int32_t*)L_19) = (int32_t)((int32_t)(L_20|((int32_t)8192)));
goto IL_0153;
}
IL_009e:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_21 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_22;
L_22 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_21) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_22);
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_23 = ___parseInfo2;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_24;
L_24 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
L_23->___calendar_0 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&L_23->___calendar_0), (void*)L_24);
goto IL_0153;
}
IL_00b5:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_25 = ___parseInfo2;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_26;
L_26 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
L_25->___calendar_0 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&L_25->___calendar_0), (void*)L_26);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_27 = ___dtfi1;
il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_28;
L_28 = DateTimeFormatInfo_get_InvariantInfo_m38B65CBFD59AB5EB343F15AEF9A6B7DB3683625B(NULL);
*((RuntimeObject**)L_27) = (RuntimeObject*)L_28;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_28);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_29 = ___result3;
int32_t L_30 = L_29->___flags_8;
if (!((int32_t)((int32_t)L_30&((int32_t)2048))))
{
goto IL_0153;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result3;
int32_t* L_32 = (&L_31->___flags_8);
int32_t* L_33 = L_32;
int32_t L_34 = *((int32_t*)L_33);
*((int32_t*)L_33) = (int32_t)((int32_t)(L_34|((int32_t)16384)));
goto IL_0153;
}
IL_00e6:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_35 = ___parseInfo2;
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_36;
L_36 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
L_35->___calendar_0 = L_36;
Il2CppCodeGenWriteBarrier((void**)(&L_35->___calendar_0), (void*)L_36);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_37 = ___result3;
int32_t* L_38 = (&L_37->___flags_8);
int32_t* L_39 = L_38;
int32_t L_40 = *((int32_t*)L_39);
*((int32_t*)L_39) = (int32_t)((int32_t)(L_40|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result3;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_42;
memset((&L_42), 0, sizeof(L_42));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_42), ((int64_t)0), /*hidden argument*/NULL);
L_41->___timeZoneOffset_9 = L_42;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_43 = ___result3;
int32_t* L_44 = (&L_43->___flags_8);
int32_t* L_45 = L_44;
int32_t L_46 = *((int32_t*)L_45);
*((int32_t*)L_45) = (int32_t)((int32_t)(L_46|((int32_t)512)));
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_47 = ___dtfi1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_48 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_47);
NullCheck(L_48);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_49;
L_49 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_48, NULL);
NullCheck(L_49);
Type_t* L_50;
L_50 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_49, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_51 = { reinterpret_cast<intptr_t> (GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_52;
L_52 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_51, NULL);
bool L_53;
L_53 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_50, L_52, NULL);
if (!L_53)
{
goto IL_0153;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_54 = ___dtfi1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_55 = ___dtfi1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_56 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_55);
NullCheck(L_56);
RuntimeObject* L_57;
L_57 = DateTimeFormatInfo_Clone_mCBA61859E15A29FC79AC3CDAA616D063901540E8(L_56, NULL);
*((RuntimeObject**)L_54) = (RuntimeObject*)((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_54, (void*)(RuntimeObject*)((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)));
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_58 = ___dtfi1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_59 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_58);
il2cpp_codegen_runtime_class_init_inline(GregorianCalendar_t6CC2956C5298E69CE93FE53A9DF5AE4F33621815_il2cpp_TypeInfo_var);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_60;
L_60 = GregorianCalendar_GetDefaultInstance_m2D7EA4DAA4A8E0BDADBA59E2DE2E780E0F47BEA6(NULL);
NullCheck(L_59);
DateTimeFormatInfo_set_Calendar_m46840C102CBE9D5BF30C44F0910426969A543564(L_59, L_60, NULL);
}
IL_0153:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_61 = ___format0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A** L_62 = ___dtfi1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_63 = *((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A**)L_62);
il2cpp_codegen_runtime_class_init_inline(DateTimeFormat_tE5F9F8059A3910CA0E37935312AAEDC297D907A2_il2cpp_TypeInfo_var);
String_t* L_64;
L_64 = DateTimeFormat_GetRealFormat_mF7CAEDA2701F1D8B57C7BBB5F10C2912D98E0834(L_61, L_63, NULL);
return L_64;
}
}
// System.Boolean System.DateTimeParse::ParseJapaneseEraStart(System.__DTString&,System.Globalization.DateTimeFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseJapaneseEraStart_mA92A09D4BAD4A6FD450C0AACFB3EFEC4DBEEE0D6 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var))->___EnforceLegacyJapaneseDateParsing_4;
if (L_0)
{
goto IL_001d;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1 = ___dtfi1;
NullCheck(L_1);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2;
L_2 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_1, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_001d;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_4 = ___str0;
bool L_5;
L_5 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_4, NULL);
if (L_5)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str0;
Il2CppChar L_7 = L_6->___m_current_2;
NullCheck(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480, 0, NULL);
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_003f;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
int32_t* L_10 = (&L_9->___Index_1);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_12, 1));
return (bool)0;
}
IL_003f:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTString&,System.__DTString&,System.ParsingInfo&,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_m864D2112CA5AB13BBE1E21DD2B950FEDD9B04381 (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___format1, ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* ___parseInfo2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEDC38B460FBB683110DEB27588A680B6A5D27D8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
double V_8 = 0.0;
int32_t V_9 = 0;
Il2CppChar V_10 = 0x0;
bool V_11 = false;
StringBuilder_t* V_12 = NULL;
String_t* V_13 = NULL;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_14;
memset((&V_14), 0, sizeof(V_14));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B78_0 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B77_0 = NULL;
int32_t G_B79_0 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B79_1 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B85_0 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B84_0 = NULL;
int32_t G_B86_0 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B86_1 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B92_0 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B91_0 = NULL;
int32_t G_B93_0 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B93_1 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B99_0 = NULL;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B98_0 = NULL;
int32_t G_B100_0 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* G_B100_1 = NULL;
{
V_0 = 0;
V_1 = 0;
V_2 = 0;
V_3 = 0;
V_4 = 0;
V_5 = 0;
V_6 = 0;
V_7 = 0;
V_8 = (0.0);
V_9 = 0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_0 = ___format1;
Il2CppChar L_1;
L_1 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_0, NULL);
V_10 = L_1;
Il2CppChar L_2 = V_10;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)75)))))
{
goto IL_00a7;
}
}
{
Il2CppChar L_3 = V_10;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)46)))))
{
goto IL_006a;
}
}
{
Il2CppChar L_4 = V_10;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)37)))))
{
goto IL_0053;
}
}
{
Il2CppChar L_5 = V_10;
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
{
goto IL_0763;
}
}
{
Il2CppChar L_6 = V_10;
if ((((int32_t)L_6) == ((int32_t)((int32_t)37))))
{
goto IL_0897;
}
}
{
goto IL_093b;
}
IL_0053:
{
Il2CppChar L_7 = V_10;
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
{
goto IL_0763;
}
}
{
Il2CppChar L_8 = V_10;
if ((((int32_t)L_8) == ((int32_t)((int32_t)46))))
{
goto IL_0907;
}
}
{
goto IL_093b;
}
IL_006a:
{
Il2CppChar L_9 = V_10;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)58)))))
{
goto IL_0087;
}
}
{
Il2CppChar L_10 = V_10;
if ((((int32_t)L_10) == ((int32_t)((int32_t)47))))
{
goto IL_071e;
}
}
{
Il2CppChar L_11 = V_10;
if ((((int32_t)L_11) == ((int32_t)((int32_t)58))))
{
goto IL_06d9;
}
}
{
goto IL_093b;
}
IL_0087:
{
Il2CppChar L_12 = V_10;
if ((((int32_t)L_12) == ((int32_t)((int32_t)70))))
{
goto IL_03eb;
}
}
{
Il2CppChar L_13 = V_10;
if ((((int32_t)L_13) == ((int32_t)((int32_t)72))))
{
goto IL_033a;
}
}
{
Il2CppChar L_14 = V_10;
if ((((int32_t)L_14) == ((int32_t)((int32_t)75))))
{
goto IL_05d2;
}
}
{
goto IL_093b;
}
IL_00a7:
{
Il2CppChar L_15 = V_10;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)104)))))
{
goto IL_00f6;
}
}
{
Il2CppChar L_16 = V_10;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)90)))))
{
goto IL_00ca;
}
}
{
Il2CppChar L_17 = V_10;
if ((((int32_t)L_17) == ((int32_t)((int32_t)77))))
{
goto IL_01b5;
}
}
{
Il2CppChar L_18 = V_10;
if ((((int32_t)L_18) == ((int32_t)((int32_t)90))))
{
goto IL_0540;
}
}
{
goto IL_093b;
}
IL_00ca:
{
Il2CppChar L_19 = V_10;
if ((((int32_t)L_19) == ((int32_t)((int32_t)92))))
{
goto IL_08d6;
}
}
{
Il2CppChar L_20 = V_10;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, ((int32_t)100))))
{
case 0:
{
goto IL_0241;
}
case 1:
{
goto IL_093b;
}
case 2:
{
goto IL_03eb;
}
case 3:
{
goto IL_02d5;
}
case 4:
{
goto IL_02f8;
}
}
}
{
goto IL_093b;
}
IL_00f6:
{
Il2CppChar L_21 = V_10;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)115)))))
{
goto IL_0113;
}
}
{
Il2CppChar L_22 = V_10;
if ((((int32_t)L_22) == ((int32_t)((int32_t)109))))
{
goto IL_0375;
}
}
{
Il2CppChar L_23 = V_10;
if ((((int32_t)L_23) == ((int32_t)((int32_t)115))))
{
goto IL_03b0;
}
}
{
goto IL_093b;
}
IL_0113:
{
Il2CppChar L_24 = V_10;
if ((((int32_t)L_24) == ((int32_t)((int32_t)116))))
{
goto IL_045d;
}
}
{
Il2CppChar L_25 = V_10;
if ((((int32_t)L_25) == ((int32_t)((int32_t)121))))
{
goto IL_0130;
}
}
{
Il2CppChar L_26 = V_10;
if ((((int32_t)L_26) == ((int32_t)((int32_t)122))))
{
goto IL_04c9;
}
}
{
goto IL_093b;
}
IL_0130:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_27 = ___format1;
int32_t L_28;
L_28 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_27, NULL);
V_0 = L_28;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_29 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_31;
L_31 = DateTimeParse_ParseJapaneseEraStart_mA92A09D4BAD4A6FD450C0AACFB3EFEC4DBEEE0D6_inline(L_29, L_30, NULL);
if (!L_31)
{
goto IL_0147;
}
}
{
V_1 = 1;
V_11 = (bool)1;
goto IL_0173;
}
IL_0147:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_32 = ___dtfi3;
NullCheck(L_32);
bool L_33;
L_33 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m25CFF727E1A830DF26A757917BAD564C99DE3899(L_32, NULL);
if (!L_33)
{
goto IL_015d;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_34 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_35;
L_35 = DateTimeParse_ParseDigits_m3DD067E6F62657C12B0B284D864E66F4137C097B(L_34, 1, 4, (&V_1), NULL);
V_11 = L_35;
goto IL_0173;
}
IL_015d:
{
int32_t L_36 = V_0;
if ((((int32_t)L_36) > ((int32_t)2)))
{
goto IL_0168;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_37 = ___parseInfo2;
L_37->___fUseTwoDigitYear_4 = (bool)1;
}
IL_0168:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_38 = ___str0;
int32_t L_39 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_40;
L_40 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_38, L_39, (&V_1), NULL);
V_11 = L_40;
}
IL_0173:
{
bool L_41 = V_11;
if (L_41)
{
goto IL_0190;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_42 = ___parseInfo2;
bool L_43 = L_42->___fCustomNumberParser_7;
if (!L_43)
{
goto IL_0190;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_44 = ___parseInfo2;
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* L_45 = L_44->___parseNumberDelegate_8;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_46 = ___str0;
int32_t L_47 = V_0;
NullCheck(L_45);
bool L_48;
L_48 = MatchNumberDelegate_Invoke_m5B60C560B1348302810E1020E7A9356E5506A83D_inline(L_45, L_46, L_47, (&V_1), NULL);
V_11 = L_48;
}
IL_0190:
{
bool L_49 = V_11;
if (L_49)
{
goto IL_019d;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_50 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_50, NULL);
return (bool)0;
}
IL_019d:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_51 = ___result4;
int32_t* L_52 = (&L_51->___Year_0);
int32_t L_53 = V_1;
Il2CppChar L_54 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_55 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_56;
L_56 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_52, L_53, L_54, L_55, NULL);
if (L_56)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_01b5:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_57 = ___format1;
int32_t L_58;
L_58 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_57, NULL);
V_0 = L_58;
int32_t L_59 = V_0;
if ((((int32_t)L_59) > ((int32_t)2)))
{
goto IL_01ed;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_60 = ___str0;
int32_t L_61 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_62;
L_62 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_60, L_61, (&V_2), NULL);
if (L_62)
{
goto IL_0229;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_63 = ___parseInfo2;
bool L_64 = L_63->___fCustomNumberParser_7;
if (!L_64)
{
goto IL_01e4;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_65 = ___parseInfo2;
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* L_66 = L_65->___parseNumberDelegate_8;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_67 = ___str0;
int32_t L_68 = V_0;
NullCheck(L_66);
bool L_69;
L_69 = MatchNumberDelegate_Invoke_m5B60C560B1348302810E1020E7A9356E5506A83D_inline(L_66, L_67, L_68, (&V_2), NULL);
if (L_69)
{
goto IL_0229;
}
}
IL_01e4:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_70 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_70, NULL);
return (bool)0;
}
IL_01ed:
{
int32_t L_71 = V_0;
if ((!(((uint32_t)L_71) == ((uint32_t)3))))
{
goto IL_0205;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_72 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_73 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_74;
L_74 = DateTimeParse_MatchAbbreviatedMonthName_m805D9B328FB1263F1BF46ECA9838664F8843108A(L_72, L_73, (&V_2), NULL);
if (L_74)
{
goto IL_0219;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_75 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_75, NULL);
return (bool)0;
}
IL_0205:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_76 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_77 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_78;
L_78 = DateTimeParse_MatchMonthName_mE7D367082924EBA06BC8DF210B4B352F01FD0A4E(L_76, L_77, (&V_2), NULL);
if (L_78)
{
goto IL_0219;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_79 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_79, NULL);
return (bool)0;
}
IL_0219:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_80 = ___result4;
int32_t* L_81 = (&L_80->___flags_8);
int32_t* L_82 = L_81;
int32_t L_83 = *((int32_t*)L_82);
*((int32_t*)L_82) = (int32_t)((int32_t)(L_83|((int32_t)1024)));
}
IL_0229:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_84 = ___result4;
int32_t* L_85 = (&L_84->___Month_1);
int32_t L_86 = V_2;
Il2CppChar L_87 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_88 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_89;
L_89 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_85, L_86, L_87, L_88, NULL);
if (L_89)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_0241:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_90 = ___format1;
int32_t L_91;
L_91 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_90, NULL);
V_0 = L_91;
int32_t L_92 = V_0;
if ((((int32_t)L_92) > ((int32_t)2)))
{
goto IL_0291;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_93 = ___str0;
int32_t L_94 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_95;
L_95 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(L_93, L_94, (&V_3), NULL);
if (L_95)
{
goto IL_0279;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_96 = ___parseInfo2;
bool L_97 = L_96->___fCustomNumberParser_7;
if (!L_97)
{
goto IL_0270;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_98 = ___parseInfo2;
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* L_99 = L_98->___parseNumberDelegate_8;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_100 = ___str0;
int32_t L_101 = V_0;
NullCheck(L_99);
bool L_102;
L_102 = MatchNumberDelegate_Invoke_m5B60C560B1348302810E1020E7A9356E5506A83D_inline(L_99, L_100, L_101, (&V_3), NULL);
if (L_102)
{
goto IL_0279;
}
}
IL_0270:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_103 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_103, NULL);
return (bool)0;
}
IL_0279:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_104 = ___result4;
int32_t* L_105 = (&L_104->___Day_2);
int32_t L_106 = V_3;
Il2CppChar L_107 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_108 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_109;
L_109 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_105, L_106, L_107, L_108, NULL);
if (L_109)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_0291:
{
int32_t L_110 = V_0;
if ((!(((uint32_t)L_110) == ((uint32_t)3))))
{
goto IL_02a9;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_111 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_112 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_113;
L_113 = DateTimeParse_MatchAbbreviatedDayName_mF643640119B5703882D13747F619E2D83185EBD3(L_111, L_112, (&V_4), NULL);
if (L_113)
{
goto IL_02bd;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_114 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_114, NULL);
return (bool)0;
}
IL_02a9:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_115 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_116 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_117;
L_117 = DateTimeParse_MatchDayName_m7F4A56E577849BFDB5052849F36956A5D3D0B091(L_115, L_116, (&V_4), NULL);
if (L_117)
{
goto IL_02bd;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_118 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_118, NULL);
return (bool)0;
}
IL_02bd:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_119 = ___parseInfo2;
int32_t* L_120 = (&L_119->___dayOfWeek_1);
int32_t L_121 = V_4;
Il2CppChar L_122 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_123 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_124;
L_124 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_120, L_121, L_122, L_123, NULL);
if (L_124)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_02d5:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_125 = ___format1;
int32_t L_126;
L_126 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_125, NULL);
V_0 = L_126;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_127 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_128 = ___dtfi3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_129 = ___result4;
int32_t* L_130 = (&L_129->___era_7);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_131;
L_131 = DateTimeParse_MatchEraName_mC7797A9D26B3AA12B009E9AAE108D5303D73AB60(L_127, L_128, L_130, NULL);
if (L_131)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_132 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_132, NULL);
return (bool)0;
}
IL_02f8:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_133 = ___parseInfo2;
L_133->___fUseHour12_3 = (bool)1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_134 = ___format1;
int32_t L_135;
L_135 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_134, NULL);
V_0 = L_135;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_136 = ___str0;
int32_t L_137 = V_0;
G_B77_0 = L_136;
if ((((int32_t)L_137) < ((int32_t)2)))
{
G_B78_0 = L_136;
goto IL_030e;
}
}
{
G_B79_0 = 2;
G_B79_1 = G_B77_0;
goto IL_030f;
}
IL_030e:
{
G_B79_0 = 1;
G_B79_1 = G_B78_0;
}
IL_030f:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_138;
L_138 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(G_B79_1, G_B79_0, (&V_5), NULL);
if (L_138)
{
goto IL_0321;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_139 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_139, NULL);
return (bool)0;
}
IL_0321:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_140 = ___result4;
int32_t* L_141 = (&L_140->___Hour_3);
int32_t L_142 = V_5;
Il2CppChar L_143 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_144 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_145;
L_145 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_141, L_142, L_143, L_144, NULL);
if (L_145)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_033a:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_146 = ___format1;
int32_t L_147;
L_147 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_146, NULL);
V_0 = L_147;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_148 = ___str0;
int32_t L_149 = V_0;
G_B84_0 = L_148;
if ((((int32_t)L_149) < ((int32_t)2)))
{
G_B85_0 = L_148;
goto IL_0349;
}
}
{
G_B86_0 = 2;
G_B86_1 = G_B84_0;
goto IL_034a;
}
IL_0349:
{
G_B86_0 = 1;
G_B86_1 = G_B85_0;
}
IL_034a:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_150;
L_150 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(G_B86_1, G_B86_0, (&V_5), NULL);
if (L_150)
{
goto IL_035c;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_151 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_151, NULL);
return (bool)0;
}
IL_035c:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_152 = ___result4;
int32_t* L_153 = (&L_152->___Hour_3);
int32_t L_154 = V_5;
Il2CppChar L_155 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_156 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_157;
L_157 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_153, L_154, L_155, L_156, NULL);
if (L_157)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_0375:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_158 = ___format1;
int32_t L_159;
L_159 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_158, NULL);
V_0 = L_159;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_160 = ___str0;
int32_t L_161 = V_0;
G_B91_0 = L_160;
if ((((int32_t)L_161) < ((int32_t)2)))
{
G_B92_0 = L_160;
goto IL_0384;
}
}
{
G_B93_0 = 2;
G_B93_1 = G_B91_0;
goto IL_0385;
}
IL_0384:
{
G_B93_0 = 1;
G_B93_1 = G_B92_0;
}
IL_0385:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_162;
L_162 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(G_B93_1, G_B93_0, (&V_6), NULL);
if (L_162)
{
goto IL_0397;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_163 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_163, NULL);
return (bool)0;
}
IL_0397:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_164 = ___result4;
int32_t* L_165 = (&L_164->___Minute_4);
int32_t L_166 = V_6;
Il2CppChar L_167 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_168 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_169;
L_169 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_165, L_166, L_167, L_168, NULL);
if (L_169)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_03b0:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_170 = ___format1;
int32_t L_171;
L_171 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_170, NULL);
V_0 = L_171;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_172 = ___str0;
int32_t L_173 = V_0;
G_B98_0 = L_172;
if ((((int32_t)L_173) < ((int32_t)2)))
{
G_B99_0 = L_172;
goto IL_03bf;
}
}
{
G_B100_0 = 2;
G_B100_1 = G_B98_0;
goto IL_03c0;
}
IL_03bf:
{
G_B100_0 = 1;
G_B100_1 = G_B99_0;
}
IL_03c0:
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_174;
L_174 = DateTimeParse_ParseDigits_m03142915A08ED7064B266D5C50163C260CA34A5C(G_B100_1, G_B100_0, (&V_7), NULL);
if (L_174)
{
goto IL_03d2;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_175 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_175, NULL);
return (bool)0;
}
IL_03d2:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_176 = ___result4;
int32_t* L_177 = (&L_176->___Second_5);
int32_t L_178 = V_7;
Il2CppChar L_179 = V_10;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_180 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_181;
L_181 = DateTimeParse_CheckNewValue_mB4C07624DD356070C9F337A8951CB88609F4B247(L_177, L_178, L_179, L_180, NULL);
if (L_181)
{
goto IL_09e9;
}
}
{
return (bool)0;
}
IL_03eb:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_182 = ___format1;
int32_t L_183;
L_183 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_182, NULL);
V_0 = L_183;
int32_t L_184 = V_0;
if ((((int32_t)L_184) > ((int32_t)7)))
{
goto IL_0454;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_185 = ___str0;
int32_t L_186 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_187;
L_187 = DateTimeParse_ParseFractionExact_m8D05591EC51611279D35A0AEF1CF18340DD24EC1(L_185, L_186, (&V_8), NULL);
if (L_187)
{
goto IL_0410;
}
}
{
Il2CppChar L_188 = V_10;
if ((!(((uint32_t)L_188) == ((uint32_t)((int32_t)102)))))
{
goto IL_0410;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_189 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_189, NULL);
return (bool)0;
}
IL_0410:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_190 = ___result4;
double L_191 = L_190->___fraction_6;
if ((!(((double)L_191) < ((double)(0.0)))))
{
goto IL_0430;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_192 = ___result4;
double L_193 = V_8;
L_192->___fraction_6 = L_193;
goto IL_09e9;
}
IL_0430:
{
double L_194 = V_8;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_195 = ___result4;
double L_196 = L_195->___fraction_6;
if ((((double)L_194) == ((double)L_196)))
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_197 = ___result4;
Il2CppChar L_198 = V_10;
Il2CppChar L_199 = L_198;
RuntimeObject* L_200 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_199);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_197, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_200, NULL);
return (bool)0;
}
IL_0454:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_201 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_201, NULL);
return (bool)0;
}
IL_045d:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_202 = ___format1;
int32_t L_203;
L_203 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_202, NULL);
V_0 = L_203;
int32_t L_204 = V_0;
if ((!(((uint32_t)L_204) == ((uint32_t)1))))
{
goto IL_047c;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_205 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_206 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_207;
L_207 = DateTimeParse_MatchAbbreviatedTimeMark_m948220A2738E1BE22F2704A0BF673100EA420174(L_205, L_206, (&V_9), NULL);
if (L_207)
{
goto IL_0490;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_208 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_208, NULL);
return (bool)0;
}
IL_047c:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_209 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_210 = ___dtfi3;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_211;
L_211 = DateTimeParse_MatchTimeMark_mA275F7CC9F7894A06E7E6D8A5E43D59224C340E7(L_209, L_210, (&V_9), NULL);
if (L_211)
{
goto IL_0490;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_212 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_212, NULL);
return (bool)0;
}
IL_0490:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_213 = ___parseInfo2;
int32_t L_214 = L_213->___timeMark_2;
if ((!(((uint32_t)L_214) == ((uint32_t)(-1)))))
{
goto IL_04a6;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_215 = ___parseInfo2;
int32_t L_216 = V_9;
L_215->___timeMark_2 = L_216;
goto IL_09e9;
}
IL_04a6:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_217 = ___parseInfo2;
int32_t L_218 = L_217->___timeMark_2;
int32_t L_219 = V_9;
if ((((int32_t)L_218) == ((int32_t)L_219)))
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_220 = ___result4;
Il2CppChar L_221 = V_10;
Il2CppChar L_222 = L_221;
RuntimeObject* L_223 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_222);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_220, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_223, NULL);
return (bool)0;
}
IL_04c9:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_224 = ___format1;
int32_t L_225;
L_225 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_224, NULL);
V_0 = L_225;
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&V_14), ((int64_t)0), NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_226 = ___str0;
int32_t L_227 = V_0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_228;
L_228 = DateTimeParse_ParseTimeZoneOffset_mF5FAD2F2CF2EA5F8C2D3344F322372028C56E3BC(L_226, L_227, (&V_14), NULL);
if (L_228)
{
goto IL_04ed;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_229 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_229, NULL);
return (bool)0;
}
IL_04ed:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_230 = ___result4;
int32_t L_231 = L_230->___flags_8;
if (!((int32_t)((int32_t)L_231&((int32_t)256))))
{
goto IL_0522;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_232 = V_14;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_233 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_234 = L_233->___timeZoneOffset_9;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_235;
L_235 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_232, L_234, NULL);
if (!L_235)
{
goto IL_0522;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_236 = ___result4;
Il2CppChar L_237 = ((Il2CppChar)((int32_t)122));
RuntimeObject* L_238 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_237);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_236, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_238, NULL);
return (bool)0;
}
IL_0522:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_239 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_240 = V_14;
L_239->___timeZoneOffset_9 = L_240;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_241 = ___result4;
int32_t* L_242 = (&L_241->___flags_8);
int32_t* L_243 = L_242;
int32_t L_244 = *((int32_t*)L_243);
*((int32_t*)L_243) = (int32_t)((int32_t)(L_244|((int32_t)256)));
goto IL_09e9;
}
IL_0540:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_245 = ___result4;
int32_t L_246 = L_245->___flags_8;
if (!((int32_t)((int32_t)L_246&((int32_t)256))))
{
goto IL_0578;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_247 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_248 = L_247->___timeZoneOffset_9;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_249 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
bool L_250;
L_250 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_248, L_249, NULL);
if (!L_250)
{
goto IL_0578;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_251 = ___result4;
Il2CppChar L_252 = ((Il2CppChar)((int32_t)90));
RuntimeObject* L_253 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_252);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_251, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_253, NULL);
return (bool)0;
}
IL_0578:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_254 = ___result4;
int32_t* L_255 = (&L_254->___flags_8);
int32_t* L_256 = L_255;
int32_t L_257 = *((int32_t*)L_256);
*((int32_t*)L_256) = (int32_t)((int32_t)(L_257|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_258 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_259;
memset((&L_259), 0, sizeof(L_259));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_259), ((int64_t)0), /*hidden argument*/NULL);
L_258->___timeZoneOffset_9 = L_259;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_260 = ___result4;
int32_t* L_261 = (&L_260->___flags_8);
int32_t* L_262 = L_261;
int32_t L_263 = *((int32_t*)L_262);
*((int32_t*)L_262) = (int32_t)((int32_t)(L_263|((int32_t)512)));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_264 = ___str0;
int32_t* L_265 = (&L_264->___Index_1);
int32_t* L_266 = L_265;
int32_t L_267 = *((int32_t*)L_266);
*((int32_t*)L_266) = (int32_t)((int32_t)il2cpp_codegen_add(L_267, 1));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_268 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_269;
L_269 = DateTimeParse_GetTimeZoneName_mE95CAA2AEEC0A0D1B66F23DAAFF4A440B517343F(L_268, NULL);
if (L_269)
{
goto IL_05c2;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_270 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_270, NULL);
return (bool)0;
}
IL_05c2:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_271 = ___str0;
int32_t* L_272 = (&L_271->___Index_1);
int32_t* L_273 = L_272;
int32_t L_274 = *((int32_t*)L_273);
*((int32_t*)L_273) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_274, 1));
goto IL_09e9;
}
IL_05d2:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_275 = ___str0;
bool L_276;
L_276 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_275, ((int32_t)90), NULL);
if (!L_276)
{
goto IL_0647;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_277 = ___result4;
int32_t L_278 = L_277->___flags_8;
if (!((int32_t)((int32_t)L_278&((int32_t)256))))
{
goto IL_0614;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_279 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_280 = L_279->___timeZoneOffset_9;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_281 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
bool L_282;
L_282 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_280, L_281, NULL);
if (!L_282)
{
goto IL_0614;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_283 = ___result4;
Il2CppChar L_284 = ((Il2CppChar)((int32_t)75));
RuntimeObject* L_285 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_284);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_283, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_285, NULL);
return (bool)0;
}
IL_0614:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_286 = ___result4;
int32_t* L_287 = (&L_286->___flags_8);
int32_t* L_288 = L_287;
int32_t L_289 = *((int32_t*)L_288);
*((int32_t*)L_288) = (int32_t)((int32_t)(L_289|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_290 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_291;
memset((&L_291), 0, sizeof(L_291));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_291), ((int64_t)0), /*hidden argument*/NULL);
L_290->___timeZoneOffset_9 = L_291;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_292 = ___result4;
int32_t* L_293 = (&L_292->___flags_8);
int32_t* L_294 = L_293;
int32_t L_295 = *((int32_t*)L_294);
*((int32_t*)L_294) = (int32_t)((int32_t)(L_295|((int32_t)512)));
goto IL_09e9;
}
IL_0647:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_296 = ___str0;
bool L_297;
L_297 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_296, ((int32_t)43), NULL);
if (L_297)
{
goto IL_065e;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_298 = ___str0;
bool L_299;
L_299 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_298, ((int32_t)45), NULL);
if (!L_299)
{
goto IL_09e9;
}
}
IL_065e:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_300 = ___str0;
int32_t* L_301 = (&L_300->___Index_1);
int32_t* L_302 = L_301;
int32_t L_303 = *((int32_t*)L_302);
*((int32_t*)L_302) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_303, 1));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&V_15), ((int64_t)0), NULL);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_304 = ___str0;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_305;
L_305 = DateTimeParse_ParseTimeZoneOffset_mF5FAD2F2CF2EA5F8C2D3344F322372028C56E3BC(L_304, 3, (&V_15), NULL);
if (L_305)
{
goto IL_0686;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_306 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_306, NULL);
return (bool)0;
}
IL_0686:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_307 = ___result4;
int32_t L_308 = L_307->___flags_8;
if (!((int32_t)((int32_t)L_308&((int32_t)256))))
{
goto IL_06bb;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_309 = V_15;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_310 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_311 = L_310->___timeZoneOffset_9;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
bool L_312;
L_312 = TimeSpan_op_Inequality_m702FEB395C90D5B23E2F7CD61B44846CD9B2C808(L_309, L_311, NULL);
if (!L_312)
{
goto IL_06bb;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_313 = ___result4;
Il2CppChar L_314 = ((Il2CppChar)((int32_t)75));
RuntimeObject* L_315 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_314);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_313, 3, _stringLiteralCE6FC8AC15D22DBA81816FC458DD91A3972DC2CE, L_315, NULL);
return (bool)0;
}
IL_06bb:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_316 = ___result4;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_317 = V_15;
L_316->___timeZoneOffset_9 = L_317;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_318 = ___result4;
int32_t* L_319 = (&L_318->___flags_8);
int32_t* L_320 = L_319;
int32_t L_321 = *((int32_t*)L_320);
*((int32_t*)L_320) = (int32_t)((int32_t)(L_321|((int32_t)256)));
goto IL_09e9;
}
IL_06d9:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_322 = ___dtfi3;
NullCheck(L_322);
String_t* L_323;
L_323 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_322, NULL);
NullCheck(L_323);
int32_t L_324;
L_324 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_323, NULL);
if ((((int32_t)L_324) <= ((int32_t)1)))
{
goto IL_06f7;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_325 = ___dtfi3;
NullCheck(L_325);
String_t* L_326;
L_326 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_325, NULL);
NullCheck(L_326);
Il2CppChar L_327;
L_327 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_326, 0, NULL);
if ((((int32_t)L_327) == ((int32_t)((int32_t)58))))
{
goto IL_0704;
}
}
IL_06f7:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_328 = ___str0;
bool L_329;
L_329 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_328, ((int32_t)58), NULL);
if (L_329)
{
goto IL_09e9;
}
}
IL_0704:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_330 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_331 = ___dtfi3;
NullCheck(L_331);
String_t* L_332;
L_332 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_331, NULL);
bool L_333;
L_333 = __DTString_Match_m2C4D1A7EEF2CAC9164093C891B36B05C717987D3(L_330, L_332, NULL);
if (L_333)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_334 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_334, NULL);
return (bool)0;
}
IL_071e:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_335 = ___dtfi3;
NullCheck(L_335);
String_t* L_336;
L_336 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_335, NULL);
NullCheck(L_336);
int32_t L_337;
L_337 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_336, NULL);
if ((((int32_t)L_337) <= ((int32_t)1)))
{
goto IL_073c;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_338 = ___dtfi3;
NullCheck(L_338);
String_t* L_339;
L_339 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_338, NULL);
NullCheck(L_339);
Il2CppChar L_340;
L_340 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_339, 0, NULL);
if ((((int32_t)L_340) == ((int32_t)((int32_t)47))))
{
goto IL_0749;
}
}
IL_073c:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_341 = ___str0;
bool L_342;
L_342 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_341, ((int32_t)47), NULL);
if (L_342)
{
goto IL_09e9;
}
}
IL_0749:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_343 = ___str0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_344 = ___dtfi3;
NullCheck(L_344);
String_t* L_345;
L_345 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_344, NULL);
bool L_346;
L_346 = __DTString_Match_m2C4D1A7EEF2CAC9164093C891B36B05C717987D3(L_343, L_345, NULL);
if (L_346)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_347 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_347, NULL);
return (bool)0;
}
IL_0763:
{
StringBuilder_t* L_348;
L_348 = StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1(((int32_t)16), NULL);
V_12 = L_348;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_349 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_350 = L_349->___Value_0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_351 = ___format1;
int32_t L_352 = L_351->___Index_1;
StringBuilder_t* L_353 = V_12;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_354;
L_354 = DateTimeParse_TryParseQuoteString_mDC8CE63E2A3C64389F240D0CF9FCB5643CB8CD44(L_350, L_352, L_353, (&V_0), NULL);
if (L_354)
{
goto IL_07a0;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_355 = ___result4;
Il2CppChar L_356 = V_10;
Il2CppChar L_357 = L_356;
RuntimeObject* L_358 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_357);
DateTimeResult_SetFailure_m24BEDE43DC1A95BE46B6A6F9F37F74383FF01953(L_355, 3, _stringLiteralAEDC38B460FBB683110DEB27588A680B6A5D27D8, L_358, NULL);
StringBuilder_t* L_359 = V_12;
StringBuilderCache_Release_mE49F645AD4CCFE33D4C66C584E805FA0227ED3B2(L_359, NULL);
return (bool)0;
}
IL_07a0:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_360 = ___format1;
int32_t* L_361 = (&L_360->___Index_1);
int32_t* L_362 = L_361;
int32_t L_363 = *((int32_t*)L_362);
int32_t L_364 = V_0;
*((int32_t*)L_362) = (int32_t)((int32_t)il2cpp_codegen_add(L_363, ((int32_t)il2cpp_codegen_subtract(L_364, 1))));
StringBuilder_t* L_365 = V_12;
String_t* L_366;
L_366 = StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F(L_365, NULL);
V_13 = L_366;
V_16 = 0;
goto IL_07f8;
}
IL_07bb:
{
String_t* L_367 = V_13;
int32_t L_368 = V_16;
NullCheck(L_367);
Il2CppChar L_369;
L_369 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_367, L_368, NULL);
if ((!(((uint32_t)L_369) == ((uint32_t)((int32_t)32)))))
{
goto IL_07d8;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_370 = ___parseInfo2;
bool L_371 = L_370->___fAllowInnerWhite_5;
if (!L_371)
{
goto IL_07d8;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_372 = ___str0;
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33(L_372, NULL);
goto IL_07f2;
}
IL_07d8:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_373 = ___str0;
String_t* L_374 = V_13;
int32_t L_375 = V_16;
NullCheck(L_374);
Il2CppChar L_376;
L_376 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_374, L_375, NULL);
bool L_377;
L_377 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_373, L_376, NULL);
if (L_377)
{
goto IL_07f2;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_378 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_378, NULL);
return (bool)0;
}
IL_07f2:
{
int32_t L_379 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_379, 1));
}
IL_07f8:
{
int32_t L_380 = V_16;
String_t* L_381 = V_13;
NullCheck(L_381);
int32_t L_382;
L_382 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_381, NULL);
if ((((int32_t)L_380) < ((int32_t)L_382)))
{
goto IL_07bb;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_383 = ___result4;
int32_t L_384 = L_383->___flags_8;
if (!((int32_t)((int32_t)L_384&((int32_t)2048))))
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_385 = ___result4;
int32_t L_386 = L_385->___flags_8;
if (!((int32_t)((int32_t)L_386&((int32_t)8192))))
{
goto IL_0853;
}
}
{
String_t* L_387 = V_13;
bool L_388;
L_388 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_387, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, NULL);
if (!L_388)
{
goto IL_0853;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_389 = ___result4;
int32_t* L_390 = (&L_389->___flags_8);
int32_t* L_391 = L_390;
int32_t L_392 = *((int32_t*)L_391);
*((int32_t*)L_391) = (int32_t)((int32_t)(L_392|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_393 = ___result4;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_394 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_393->___timeZoneOffset_9 = L_394;
goto IL_09e9;
}
IL_0853:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_395 = ___result4;
int32_t L_396 = L_395->___flags_8;
if (!((int32_t)((int32_t)L_396&((int32_t)16384))))
{
goto IL_09e9;
}
}
{
String_t* L_397 = V_13;
bool L_398;
L_398 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_397, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, NULL);
if (!L_398)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_399 = ___result4;
int32_t* L_400 = (&L_399->___flags_8);
int32_t* L_401 = L_400;
int32_t L_402 = *((int32_t*)L_401);
*((int32_t*)L_401) = (int32_t)((int32_t)(L_402|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_403 = ___result4;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_404 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_403->___timeZoneOffset_9 = L_404;
goto IL_09e9;
}
IL_0897:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_405 = ___format1;
int32_t L_406 = L_405->___Index_1;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_407 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_408 = (&L_407->___Value_0);
int32_t L_409;
L_409 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline(L_408, ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_406) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_409, 1)))))
{
goto IL_08c7;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_410 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_411 = (&L_410->___Value_0);
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_412 = ___format1;
int32_t L_413 = L_412->___Index_1;
Il2CppChar* L_414;
L_414 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_411)->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_413, 1))), (L_411)->____length_1);
int32_t L_415 = *((uint16_t*)L_414);
if ((!(((uint32_t)L_415) == ((uint32_t)((int32_t)37)))))
{
goto IL_09e9;
}
}
IL_08c7:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_416 = ___result4;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_417 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_418 = L_417->___Value_0;
DateTimeResult_SetBadFormatSpecifierFailure_m9179D9FFFB4CEC9F71969242D9750CBD85C7274A(L_416, L_418, NULL);
return (bool)0;
}
IL_08d6:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_419 = ___format1;
bool L_420;
L_420 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_419, NULL);
if (!L_420)
{
goto IL_08f8;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_421 = ___str0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_422 = ___format1;
Il2CppChar L_423;
L_423 = __DTString_GetChar_m30E31D23B3403023076FE096F5BD09824F4FA92A(L_422, NULL);
bool L_424;
L_424 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_421, L_423, NULL);
if (L_424)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_425 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_425, NULL);
return (bool)0;
}
IL_08f8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_426 = ___result4;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_427 = ___format1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_428 = L_427->___Value_0;
DateTimeResult_SetBadFormatSpecifierFailure_m9179D9FFFB4CEC9F71969242D9750CBD85C7274A(L_426, L_428, NULL);
return (bool)0;
}
IL_0907:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_429 = ___str0;
Il2CppChar L_430 = V_10;
bool L_431;
L_431 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_429, L_430, NULL);
if (L_431)
{
goto IL_09e9;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_432 = ___format1;
bool L_433;
L_433 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_432, NULL);
if (!L_433)
{
goto IL_0932;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_434 = ___format1;
bool L_435;
L_435 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_434, ((int32_t)70), NULL);
if (!L_435)
{
goto IL_0932;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_436 = ___format1;
int32_t L_437;
L_437 = __DTString_GetRepeatCount_m4A551DDB5DBB46048E6D402CDC74DDB803B1CEAC(L_436, NULL);
goto IL_09e9;
}
IL_0932:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_438 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_438, NULL);
return (bool)0;
}
IL_093b:
{
Il2CppChar L_439 = V_10;
if ((!(((uint32_t)L_439) == ((uint32_t)((int32_t)32)))))
{
goto IL_0981;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_440 = ___parseInfo2;
bool L_441 = L_440->___fAllowInnerWhite_5;
if (L_441)
{
goto IL_09e9;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_442 = ___str0;
Il2CppChar L_443 = V_10;
bool L_444;
L_444 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_442, L_443, NULL);
if (L_444)
{
goto IL_09e9;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_445 = ___parseInfo2;
bool L_446 = L_445->___fAllowTrailingWhite_6;
if (!L_446)
{
goto IL_0978;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_447 = ___format1;
bool L_448;
L_448 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_447, NULL);
if (!L_448)
{
goto IL_0978;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_449 = ___str0;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_450 = ___format1;
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89* L_451 = ___parseInfo2;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_452 = ___dtfi3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_453 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_454;
L_454 = DateTimeParse_ParseByFormat_m864D2112CA5AB13BBE1E21DD2B950FEDD9B04381(L_449, L_450, L_451, L_452, L_453, NULL);
if (!L_454)
{
goto IL_0978;
}
}
{
return (bool)1;
}
IL_0978:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_455 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_455, NULL);
return (bool)0;
}
IL_0981:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_456 = ___format1;
bool L_457;
L_457 = __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline(L_456, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, NULL);
if (!L_457)
{
goto IL_09d6;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_458 = ___format1;
int32_t* L_459 = (&L_458->___Index_1);
int32_t* L_460 = L_459;
int32_t L_461 = *((int32_t*)L_460);
NullCheck(_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735);
int32_t L_462;
L_462 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, NULL);
*((int32_t*)L_460) = (int32_t)((int32_t)il2cpp_codegen_add(L_461, ((int32_t)il2cpp_codegen_subtract(L_462, 1))));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_463 = ___result4;
int32_t* L_464 = (&L_463->___flags_8);
int32_t* L_465 = L_464;
int32_t L_466 = *((int32_t*)L_465);
*((int32_t*)L_465) = (int32_t)((int32_t)(L_466|((int32_t)256)));
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_467 = ___result4;
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_468 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero_19;
L_467->___timeZoneOffset_9 = L_468;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_469 = ___str0;
bool L_470;
L_470 = __DTString_Match_m2C4D1A7EEF2CAC9164093C891B36B05C717987D3(L_469, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, NULL);
if (L_470)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_471 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_471, NULL);
return (bool)0;
}
IL_09d6:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_472 = ___str0;
Il2CppChar L_473 = V_10;
bool L_474;
L_474 = __DTString_Match_m480E53CC8F4EF31DF728891F4D0A5C476C0A6B6A(L_472, L_473, NULL);
if (L_474)
{
goto IL_09e9;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_475 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_475, NULL);
return (bool)0;
}
IL_09e9:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Text.StringBuilder,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_mDC8CE63E2A3C64389F240D0CF9FCB5643CB8CD44 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___pos1, StringBuilder_t* ___result2, int32_t* ___returnValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
{
int32_t* L_0 = ___returnValue3;
*((int32_t*)L_0) = (int32_t)0;
int32_t L_1;
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
V_0 = L_1;
int32_t L_2 = ___pos1;
V_1 = L_2;
int32_t L_3 = ___pos1;
int32_t L_4 = L_3;
___pos1 = ((int32_t)il2cpp_codegen_add(L_4, 1));
Il2CppChar* L_5;
L_5 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_4), ((&___format0))->____length_1);
int32_t L_6 = *((uint16_t*)L_5);
V_2 = L_6;
V_3 = (bool)0;
goto IL_0065;
}
IL_0020:
{
int32_t L_7 = ___pos1;
int32_t L_8 = L_7;
___pos1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
Il2CppChar* L_9;
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_8), ((&___format0))->____length_1);
int32_t L_10 = *((uint16_t*)L_9);
V_4 = L_10;
Il2CppChar L_11 = V_4;
Il2CppChar L_12 = V_2;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_0039;
}
}
{
V_3 = (bool)1;
goto IL_0069;
}
IL_0039:
{
Il2CppChar L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)92)))))
{
goto IL_005c;
}
}
{
int32_t L_14 = ___pos1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_005a;
}
}
{
StringBuilder_t* L_16 = ___result2;
int32_t L_17 = ___pos1;
int32_t L_18 = L_17;
___pos1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
Il2CppChar* L_19;
L_19 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_18), ((&___format0))->____length_1);
int32_t L_20 = *((uint16_t*)L_19);
NullCheck(L_16);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_16, L_20, NULL);
goto IL_0065;
}
IL_005a:
{
return (bool)0;
}
IL_005c:
{
StringBuilder_t* L_22 = ___result2;
Il2CppChar L_23 = V_4;
NullCheck(L_22);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_22, L_23, NULL);
}
IL_0065:
{
int32_t L_25 = ___pos1;
int32_t L_26 = V_0;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0020;
}
}
IL_0069:
{
bool L_27 = V_3;
if (L_27)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_006e:
{
int32_t* L_28 = ___returnValue3;
int32_t L_29 = ___pos1;
int32_t L_30 = V_1;
*((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_29, L_30));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::DoStrictParse(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_mC03205AA52B2A37EE27088FEA9ED7DD4E7F20F9F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi3, DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyInitializer_EnsureInitialized_TisMatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23_m387D9AC7A4D34344F13BE2F282207626389032C3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDoStrictParseU3Eb__98_0_mF26A33BFA38CE8BD4EA470D27BE5C6EB131C37C6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BFFD325D0E9B8DB1041A8F32A1F7B2DBB2042C8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162);
s_Il2CppMethodInitialized = true;
}
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637 V_2;
memset((&V_2), 0, sizeof(V_2));
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
bool V_5 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* G_B9_0 = NULL;
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23** G_B9_1 = NULL;
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* G_B8_0 = NULL;
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23** G_B8_1 = NULL;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* G_B38_0 = NULL;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* G_B37_0 = NULL;
int32_t G_B39_0 = 0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* G_B39_1 = NULL;
int32_t G_B49_0 = 0;
{
il2cpp_codegen_initobj((&V_0), sizeof(ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89));
ParsingInfo_Init_m9A009DDE21A06FC19AE6FA3068AD1A8D31985E0F((&V_0), NULL);
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_0 = ___dtfi3;
NullCheck(L_0);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_1;
L_1 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_0, NULL);
(&V_0)->___calendar_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___calendar_0), (void*)L_1);
int32_t L_2 = ___styles2;
(&V_0)->___fAllowInnerWhite_5 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&4))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_3 = ___styles2;
(&V_0)->___fAllowTrailingWhite_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&2))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_4;
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___formatParam1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0079;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result4;
int32_t L_6 = L_5->___flags_8;
if (!((int32_t)((int32_t)L_6&((int32_t)2048))))
{
goto IL_0066;
}
}
{
Il2CppChar* L_7;
L_7 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___formatParam1))->____pointer_0))->value, (0), ((&___formatParam1))->____length_1);
int32_t L_8 = *((uint16_t*)L_7);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)85)))))
{
goto IL_0066;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result4;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10 = ___formatParam1;
DateTimeResult_SetBadFormatSpecifierFailure_m9179D9FFFB4CEC9F71969242D9750CBD85C7274A(L_9, L_10, NULL);
return (bool)0;
}
IL_0066:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_11 = ___formatParam1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_12 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
String_t* L_13;
L_13 = DateTimeParse_ExpandPredefinedFormat_m319F6300D5E4F8F88D74F14D594B80349B69193D(L_11, (&___dtfi3), (&V_0), L_12, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14;
L_14 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_13, NULL);
___formatParam1 = L_14;
}
IL_0079:
{
V_1 = (bool)0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_15 = ___result4;
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_16 = V_0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_17 = L_16.___calendar_0;
L_15->___calendar_10 = L_17;
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_18;
L_18 = GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline(NULL);
if (L_18)
{
goto IL_00dc;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_19 = V_0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_20 = L_19.___calendar_0;
NullCheck(L_20);
int32_t L_21;
L_21 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_20);
if ((!(((uint32_t)((int32_t)(uint16_t)L_21)) == ((uint32_t)8))))
{
goto IL_00dc;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var);
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* L_22 = ((U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var))->___U3CU3E9__98_0_1;
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* L_23 = L_22;
G_B8_0 = L_23;
G_B8_1 = (&((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___m_hebrewNumberParser_0);
if (L_23)
{
G_B9_0 = L_23;
G_B9_1 = (&((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___m_hebrewNumberParser_0);
goto IL_00c2;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var);
U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9* L_24 = ((U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* L_25 = (Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C*)il2cpp_codegen_object_new(Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C_il2cpp_TypeInfo_var);
NullCheck(L_25);
Func_1__ctor_mCF3E5EA78F58EDA223E913A1F22CE65E3FBEF864(L_25, L_24, (intptr_t)((void*)U3CU3Ec_U3CDoStrictParseU3Eb__98_0_mF26A33BFA38CE8BD4EA470D27BE5C6EB131C37C6_RuntimeMethod_var), NULL);
Func_1_tD3BAAA914BE2AFD64735F23C13992306EDD4454C* L_26 = L_25;
((U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var))->___U3CU3E9__98_0_1 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB0A34C258E2060CAC08DEAD81BC8AC722F2C11C9_il2cpp_TypeInfo_var))->___U3CU3E9__98_0_1), (void*)L_26);
G_B9_0 = L_26;
G_B9_1 = G_B8_1;
}
IL_00c2:
{
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* L_27;
L_27 = LazyInitializer_EnsureInitialized_TisMatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23_m387D9AC7A4D34344F13BE2F282207626389032C3(G_B9_1, G_B9_0, LazyInitializer_EnsureInitialized_TisMatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23_m387D9AC7A4D34344F13BE2F282207626389032C3_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* L_28 = ((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___m_hebrewNumberParser_0;
(&V_0)->___parseNumberDelegate_8 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___parseNumberDelegate_8), (void*)L_28);
(&V_0)->___fCustomNumberParser_7 = (bool)1;
}
IL_00dc:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_29 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_31 = ___result4;
int32_t L_32 = (-1);
V_4 = L_32;
L_31->___Second_5 = L_32;
int32_t L_33 = V_4;
int32_t L_34 = L_33;
V_4 = L_34;
L_30->___Minute_4 = L_34;
int32_t L_35 = V_4;
L_29->___Hour_3 = L_35;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_36 = ___formatParam1;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_37 = ___dtfi3;
__DTString__ctor_m6CC4A0D6F0C02640CACC04DD665EFA24307D8478((&V_2), L_36, L_37, (bool)0, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38 = ___s0;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_39 = ___dtfi3;
__DTString__ctor_m6CC4A0D6F0C02640CACC04DD665EFA24307D8478((&V_3), L_38, L_39, (bool)0, NULL);
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_40 = V_0;
bool L_41 = L_40.___fAllowTrailingWhite_6;
if (!L_41)
{
goto IL_012d;
}
}
{
__DTString_TrimTail_mCFE6DEF7DDA912AF107D97086C6E0FE416C0CD60((&V_2), NULL);
__DTString_RemoveTrailingInQuoteSpaces_mDF1784B60E93E485C47ED45D379E5FDA0BFE7840((&V_2), NULL);
__DTString_TrimTail_mCFE6DEF7DDA912AF107D97086C6E0FE416C0CD60((&V_3), NULL);
}
IL_012d:
{
int32_t L_42 = ___styles2;
if (!((int32_t)((int32_t)L_42&1)))
{
goto IL_016a;
}
}
{
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33((&V_2), NULL);
__DTString_RemoveLeadingInQuoteSpaces_m1CA6C255525A3C0FE23F0BBCF2B72FCDED9D9B4C((&V_2), NULL);
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33((&V_3), NULL);
goto IL_016a;
}
IL_0149:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_43 = V_0;
bool L_44 = L_43.___fAllowInnerWhite_5;
if (!L_44)
{
goto IL_0158;
}
}
{
__DTString_SkipWhiteSpaces_mC7F076DEEEECFB3F54E2C516C8F662FDFB86FA33((&V_3), NULL);
}
IL_0158:
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_45 = ___dtfi3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_46 = ___result4;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_47;
L_47 = DateTimeParse_ParseByFormat_m864D2112CA5AB13BBE1E21DD2B950FEDD9B04381((&V_3), (&V_2), (&V_0), L_45, L_46, NULL);
if (L_47)
{
goto IL_016a;
}
}
{
return (bool)0;
}
IL_016a:
{
bool L_48;
L_48 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F((&V_2), NULL);
if (L_48)
{
goto IL_0149;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637 L_49 = V_3;
int32_t L_50 = L_49.___Index_1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_51 = (&(&V_3)->___Value_0);
int32_t L_52;
L_52 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline(L_51, ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_50) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_52, 1)))))
{
goto IL_0192;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_53 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_53, NULL);
return (bool)0;
}
IL_0192:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_54 = V_0;
bool L_55 = L_54.___fUseTwoDigitYear_4;
if (!L_55)
{
goto IL_01e4;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_56 = ___dtfi3;
NullCheck(L_56);
int32_t L_57;
L_57 = DateTimeFormatInfo_get_FormatFlags_m02C18CB504B5F1547635C20439FF6E468D08A669(L_56, NULL);
if (((int32_t)((int32_t)L_57&8)))
{
goto IL_01e4;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_58 = ___result4;
int32_t L_59 = L_58->___Year_0;
if ((((int32_t)L_59) < ((int32_t)((int32_t)100))))
{
goto IL_01b8;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_60 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_60, NULL);
return (bool)0;
}
IL_01b8:
{
}
try
{// begin try (depth: 1)
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_61 = ___result4;
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_62 = V_0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_63 = L_62.___calendar_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_64 = ___result4;
int32_t L_65 = L_64->___Year_0;
NullCheck(L_63);
int32_t L_66;
L_66 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(30 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_63, L_65);
L_61->___Year_0 = L_66;
goto IL_01e4;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_01d4;
}
throw e;
}
CATCH_01d4:
{// begin catch(System.ArgumentOutOfRangeException)
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_67 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_67, NULL);
V_5 = (bool)0;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_03c9;
}// end catch (depth: 1)
IL_01e4:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_68 = V_0;
bool L_69 = L_68.___fUseHour12_3;
if (!L_69)
{
goto IL_0250;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_70 = V_0;
int32_t L_71 = L_70.___timeMark_2;
if ((!(((uint32_t)L_71) == ((uint32_t)(-1)))))
{
goto IL_01fd;
}
}
{
(&V_0)->___timeMark_2 = 0;
}
IL_01fd:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_72 = ___result4;
int32_t L_73 = L_72->___Hour_3;
if ((((int32_t)L_73) <= ((int32_t)((int32_t)12))))
{
goto IL_0211;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_74 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_74, NULL);
return (bool)0;
}
IL_0211:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_75 = V_0;
int32_t L_76 = L_75.___timeMark_2;
if (L_76)
{
goto IL_022e;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_77 = ___result4;
int32_t L_78 = L_77->___Hour_3;
if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)12)))))
{
goto IL_0280;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_79 = ___result4;
L_79->___Hour_3 = 0;
goto IL_0280;
}
IL_022e:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_80 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_81 = ___result4;
int32_t L_82 = L_81->___Hour_3;
G_B37_0 = L_80;
if ((((int32_t)L_82) == ((int32_t)((int32_t)12))))
{
G_B38_0 = L_80;
goto IL_0247;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_83 = ___result4;
int32_t L_84 = L_83->___Hour_3;
G_B39_0 = ((int32_t)il2cpp_codegen_add(L_84, ((int32_t)12)));
G_B39_1 = G_B37_0;
goto IL_0249;
}
IL_0247:
{
G_B39_0 = ((int32_t)12);
G_B39_1 = G_B38_0;
}
IL_0249:
{
G_B39_1->___Hour_3 = G_B39_0;
goto IL_0280;
}
IL_0250:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_85 = V_0;
int32_t L_86 = L_85.___timeMark_2;
if (L_86)
{
goto IL_0263;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_87 = ___result4;
int32_t L_88 = L_87->___Hour_3;
if ((((int32_t)L_88) >= ((int32_t)((int32_t)12))))
{
goto IL_0277;
}
}
IL_0263:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_89 = V_0;
int32_t L_90 = L_89.___timeMark_2;
if ((!(((uint32_t)L_90) == ((uint32_t)1))))
{
goto IL_0280;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_91 = ___result4;
int32_t L_92 = L_91->___Hour_3;
if ((((int32_t)L_92) >= ((int32_t)((int32_t)12))))
{
goto IL_0280;
}
}
IL_0277:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_93 = ___result4;
DateTimeResult_SetBadDateTimeFailure_mA46C1437130D90AC59061DCC5F0C5BA4D82257D0(L_93, NULL);
return (bool)0;
}
IL_0280:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_94 = ___result4;
int32_t L_95 = L_94->___Year_0;
if ((!(((uint32_t)L_95) == ((uint32_t)(-1)))))
{
goto IL_02a0;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_96 = ___result4;
int32_t L_97 = L_96->___Month_1;
if ((!(((uint32_t)L_97) == ((uint32_t)(-1)))))
{
goto IL_02a0;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_98 = ___result4;
int32_t L_99 = L_98->___Day_2;
G_B49_0 = ((((int32_t)L_99) == ((int32_t)(-1)))? 1 : 0);
goto IL_02a1;
}
IL_02a0:
{
G_B49_0 = 0;
}
IL_02a1:
{
V_1 = (bool)G_B49_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_100 = ___result4;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B** L_101 = (&(&V_0)->___calendar_0);
int32_t L_102 = ___styles2;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_103;
L_103 = DateTimeParse_CheckDefaultDateTime_m034340E5F9C42CEB315E7A5F13A5E983C2B6883E(L_100, L_101, L_102, NULL);
if (L_103)
{
goto IL_02b5;
}
}
{
return (bool)0;
}
IL_02b5:
{
bool L_104 = V_1;
if (L_104)
{
goto IL_02f5;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_105 = ___dtfi3;
NullCheck(L_105);
bool L_106;
L_106 = DateTimeFormatInfo_get_HasYearMonthAdjustment_m24FE49DE75A8D1487AB0635B55AF815BC1BE139D(L_105, NULL);
if (!L_106)
{
goto IL_02f5;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_107 = ___dtfi3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_108 = ___result4;
int32_t* L_109 = (&L_108->___Year_0);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_110 = ___result4;
int32_t* L_111 = (&L_110->___Month_1);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_112 = ___result4;
int32_t L_113 = L_112->___flags_8;
NullCheck(L_107);
bool L_114;
L_114 = DateTimeFormatInfo_YearMonthAdjustment_m92A876ED6E935255CFFBFA4BD022D293181436EF(L_107, L_109, L_111, (bool)((!(((uint32_t)((int32_t)((int32_t)L_113&((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), NULL);
if (L_114)
{
goto IL_02f5;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_115 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_115, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_02f5:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_116 = V_0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_117 = L_116.___calendar_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_118 = ___result4;
int32_t L_119 = L_118->___Year_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_120 = ___result4;
int32_t L_121 = L_120->___Month_1;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_122 = ___result4;
int32_t L_123 = L_122->___Day_2;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_124 = ___result4;
int32_t L_125 = L_124->___Hour_3;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_126 = ___result4;
int32_t L_127 = L_126->___Minute_4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_128 = ___result4;
int32_t L_129 = L_128->___Second_5;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_130 = ___result4;
int32_t L_131 = L_130->___era_7;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_132 = ___result4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_133 = (&L_132->___parsedDate_11);
NullCheck(L_117);
bool L_134;
L_134 = VirtualFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* >::Invoke(24 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_117, L_119, L_121, L_123, L_125, L_127, L_129, 0, L_131, L_133);
if (L_134)
{
goto IL_034a;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_135 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_135, 7, _stringLiteral3EE55018ADF7DD670653986FF76F19BB86A91162, NULL);
return (bool)0;
}
IL_034a:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_136 = ___result4;
double L_137 = L_136->___fraction_6;
if ((!(((double)L_137) > ((double)(0.0)))))
{
goto IL_0386;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_138 = ___result4;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_139 = ___result4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_140 = (&L_139->___parsedDate_11);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_141 = ___result4;
double L_142 = L_141->___fraction_6;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_143;
L_143 = bankers_round(((double)il2cpp_codegen_multiply(L_142, (10000000.0))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_144;
L_144 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D(L_140, il2cpp_codegen_cast_double_to_int<int64_t>(L_143), NULL);
L_138->___parsedDate_11 = L_144;
}
IL_0386:
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_145 = V_0;
int32_t L_146 = L_145.___dayOfWeek_1;
if ((((int32_t)L_146) == ((int32_t)(-1))))
{
goto IL_03b8;
}
}
{
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_147 = V_0;
int32_t L_148 = L_147.___dayOfWeek_1;
ParsingInfo_t1717753431089DD2385D3739360CF85BDB410F89 L_149 = V_0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_150 = L_149.___calendar_0;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_151 = ___result4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_152 = L_151->___parsedDate_11;
NullCheck(L_150);
int32_t L_153;
L_153 = VirtualFuncInvoker1< int32_t, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_150, L_152);
if ((((int32_t)L_148) == ((int32_t)L_153)))
{
goto IL_03b8;
}
}
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_154 = ___result4;
DateTimeResult_SetFailure_m84403A0901C5114A46BB7F56E0208072C95AFB2A(L_154, 4, _stringLiteral3BFFD325D0E9B8DB1041A8F32A1F7B2DBB2042C8, NULL);
return (bool)0;
}
IL_03b8:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_155 = ___result4;
int32_t L_156 = ___styles2;
bool L_157 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_158;
L_158 = DateTimeParse_DetermineTimeZoneAdjustments_mCC9DAEFF572D2B894A28E593F0873FE6C0305395((&V_3), L_155, L_156, L_157, NULL);
if (L_158)
{
goto IL_03c7;
}
}
{
return (bool)0;
}
IL_03c7:
{
return (bool)1;
}
IL_03c9:
{
bool L_159 = V_5;
return L_159;
}
}
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeParse_GetDateTimeParseException_m7775A148A55B3FF70DDFCD608E55B11E7A84ECC8 (DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_0 = ___result0;
int32_t L_1 = L_0->___failure_12;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
{
case 0:
{
goto IL_0030;
}
case 1:
{
goto IL_0047;
}
case 2:
{
goto IL_0058;
}
case 3:
{
goto IL_009b;
}
case 4:
{
goto IL_00bc;
}
case 5:
{
goto IL_00dd;
}
case 6:
{
goto IL_0074;
}
}
}
{
goto IL_0104;
}
IL_0030:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_3 = ___result0;
String_t* L_4 = L_3->___failureArgumentName_15;
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_5 = ___result0;
String_t* L_6 = L_5->___failureMessageID_13;
String_t* L_7;
L_7 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_6, NULL);
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_8 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
NullCheck(L_8);
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_8, L_4, L_7, NULL);
return L_8;
}
IL_0047:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_9 = ___result0;
String_t* L_10 = L_9->___failureMessageID_13;
String_t* L_11;
L_11 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_10, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_12 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_12);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_12, L_11, NULL);
return L_12;
}
IL_0058:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_13 = ___result0;
String_t* L_14 = L_13->___failureMessageID_13;
String_t* L_15;
L_15 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_14, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_16 = ___result0;
RuntimeObject* L_17 = L_16->___failureMessageFormatArgument_14;
String_t* L_18;
L_18 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(L_15, L_17, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_19 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_19);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_19, L_18, NULL);
return L_19;
}
IL_0074:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_20 = ___result0;
String_t* L_21 = L_20->___failureMessageID_13;
String_t* L_22;
L_22 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_21, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_23 = ___result0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_24 = L_23->___originalDateTimeString_16;
String_t* L_25;
L_25 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_24, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_26 = ___result0;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_27 = L_26->___calendar_10;
String_t* L_28;
L_28 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(L_22, L_25, L_27, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_29 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_29);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_29, L_28, NULL);
return L_29;
}
IL_009b:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_30 = ___result0;
String_t* L_31 = L_30->___failureMessageID_13;
String_t* L_32;
L_32 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_31, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_33 = ___result0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_34 = L_33->___originalDateTimeString_16;
String_t* L_35;
L_35 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_34, NULL);
String_t* L_36;
L_36 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(L_32, L_35, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_37 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_37);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_37, L_36, NULL);
return L_37;
}
IL_00bc:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_38 = ___result0;
String_t* L_39 = L_38->___failureMessageID_13;
String_t* L_40;
L_40 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_39, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_41 = ___result0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_42 = L_41->___failedFormatSpecifier_17;
String_t* L_43;
L_43 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_42, NULL);
String_t* L_44;
L_44 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(L_40, L_43, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_45 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_45);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_45, L_44, NULL);
return L_45;
}
IL_00dd:
{
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_46 = ___result0;
String_t* L_47 = L_46->___failureMessageID_13;
String_t* L_48;
L_48 = SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624(L_47, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_49 = ___result0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_50 = L_49->___originalDateTimeString_16;
String_t* L_51;
L_51 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_50, NULL);
DateTimeResult_t88A2CAF7FB72DB24CD634B742B58043128BB9722* L_52 = ___result0;
RuntimeObject* L_53 = L_52->___failureMessageFormatArgument_14;
String_t* L_54;
L_54 = SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186(L_48, L_51, L_53, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_55 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
NullCheck(L_55);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_55, L_54, NULL);
return L_55;
}
IL_0104:
{
return (Exception_t*)NULL;
}
}
// System.Void System.DateTimeParse::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse__cctor_mA058A50CA36093BC92C4F370073AC62780671883 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0E499E7743BCDFF289B85890E4DFDD635594DB16246DC094C3C19556B6C1262C_5_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2CCF4119215BDAD102DA7AD5B57E0E6CA19CC8FF5524856FC58907E824213E1F_20_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3444EB31231B2CCC1B05C7A44EBD1B2A009C1D9977A99B453F52E2F81DD6C32F_21_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3F62692E2AD5078353EC4471A13421A61EE493294CF59DC66626A6EF9CCCD2C4_23_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5EC4E50DA95A113769D73E5F7F8221A876185CEE6498ABB16FBB9F0563C15BBF_40_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6DC92D3617F0357376502FBA4CDD465B5423818DABE8B2CA1A06E1351F2F1C85_47_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____7F777906B0704EB248888E491577584D5BEBE71B375BD595A06444390B471915_54_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____8259E3EBA4D41CA02AE5322BBD280034A9C9860D9CD0D2038139FC9EBE6B6C77_57_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____861FD05B0EAD3D0AA9418B140CC37846BBC5F195214D90CEF42919D1E36EED10_59_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A252A93D042C5E2453990C2829A425C6DD749CCDCDF13DB58C11BBC78E8D3CE9_71_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A30E1152CFB528AE968FAC58E83BBEB3611BFDE2E6CF60B4FA9535A7D0A9B8EA_74_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____AAF4528994DD7C464F43C131F6CD44DF41ACC18462C95877252FFC7EAC0164EF_76_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C5733A1245383FBF067B4A9BDB41E3FB8E3A6BDEF37B3D5418F389422875783F_84_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAF8A46B3A07E26F84FE849B57A877051A0D06194B1C057985446B64BCC6E016_88_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D1A99909A2923269BB67E72C1AED693F74961BDA58360FCC133007740CEBF5F1_91_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D503954AE2C3616EA32CEB0D66F5B2E119D03CE722773E5D7E1A8BC8F1803631_93_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D8A29F3D197FBB54CF9F4B105AFBA6B1257ADF6449F0184F843380AAAA24639C_97_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DCDCF594464B904F763D4CE53B1DBE08A47E551AE86FD5D61F63FD0C3313FDC3_98_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DF29A050CD2EBD9DFDC783DB1CC74D3D716DAEC1630A337EE31B9E2E03D34D2D_101_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F4BD8144313C3B67E191C6F3CD8B00540FF1809837C5BCA5C2FDA0D518681563_115_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_0 = (DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A*)(DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A*)SZArrayNew(DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_1 = L_0;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_2 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_3 = L_2;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____8259E3EBA4D41CA02AE5322BBD280034A9C9860D9CD0D2038139FC9EBE6B6C77_57_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_3, L_4, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_3);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_3);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_5 = L_1;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_6 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_7 = L_6;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____7F777906B0704EB248888E491577584D5BEBE71B375BD595A06444390B471915_54_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_7, L_8, NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_7);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_9 = L_5;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_10 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_11 = L_10;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_12 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A30E1152CFB528AE968FAC58E83BBEB3611BFDE2E6CF60B4FA9535A7D0A9B8EA_74_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_11, L_12, NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_11);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_13 = L_9;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_14 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_15 = L_14;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_16 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAF8A46B3A07E26F84FE849B57A877051A0D06194B1C057985446B64BCC6E016_88_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_15, L_16, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_15);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_17 = L_13;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_18 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_19 = L_18;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_20 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D8A29F3D197FBB54CF9F4B105AFBA6B1257ADF6449F0184F843380AAAA24639C_97_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_19, L_20, NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_19);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_21 = L_17;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_22 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_23 = L_22;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_24 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3F62692E2AD5078353EC4471A13421A61EE493294CF59DC66626A6EF9CCCD2C4_23_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_23, L_24, NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_23);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(5), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_23);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_25 = L_21;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_26 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_27 = L_26;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_28 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DCDCF594464B904F763D4CE53B1DBE08A47E551AE86FD5D61F63FD0C3313FDC3_98_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_27, L_28, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(6), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_27);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_29 = L_25;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_30 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_31 = L_30;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_32 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A252A93D042C5E2453990C2829A425C6DD749CCDCDF13DB58C11BBC78E8D3CE9_71_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_31, L_32, NULL);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_31);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(7), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_31);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_33 = L_29;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_34 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_35 = L_34;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_36 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D503954AE2C3616EA32CEB0D66F5B2E119D03CE722773E5D7E1A8BC8F1803631_93_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_35, L_36, NULL);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_35);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(8), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_35);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_37 = L_33;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_38 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_39 = L_38;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_40 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2CCF4119215BDAD102DA7AD5B57E0E6CA19CC8FF5524856FC58907E824213E1F_20_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_39, L_40, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_39);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_39);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_41 = L_37;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_42 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_43 = L_42;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_44 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3444EB31231B2CCC1B05C7A44EBD1B2A009C1D9977A99B453F52E2F81DD6C32F_21_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_43, L_44, NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_43);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_45 = L_41;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_46 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_47 = L_46;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_48 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____6DC92D3617F0357376502FBA4CDD465B5423818DABE8B2CA1A06E1351F2F1C85_47_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_47, L_48, NULL);
NullCheck(L_45);
ArrayElementTypeCheck (L_45, L_47);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_47);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_49 = L_45;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_50 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_51 = L_50;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_52 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0E499E7743BCDFF289B85890E4DFDD635594DB16246DC094C3C19556B6C1262C_5_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_51, L_52, NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_51);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_51);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_53 = L_49;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_54 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_55 = L_54;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_56 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____861FD05B0EAD3D0AA9418B140CC37846BBC5F195214D90CEF42919D1E36EED10_59_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_55, L_56, NULL);
NullCheck(L_53);
ArrayElementTypeCheck (L_53, L_55);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_55);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_57 = L_53;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_58 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_59 = L_58;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_60 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____AAF4528994DD7C464F43C131F6CD44DF41ACC18462C95877252FFC7EAC0164EF_76_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_59, L_60, NULL);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_59);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_59);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_61 = L_57;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_62 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_63 = L_62;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_64 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5EC4E50DA95A113769D73E5F7F8221A876185CEE6498ABB16FBB9F0563C15BBF_40_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_63, L_64, NULL);
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_63);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_63);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_65 = L_61;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_66 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_67 = L_66;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_68 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C5733A1245383FBF067B4A9BDB41E3FB8E3A6BDEF37B3D5418F389422875783F_84_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_67, L_68, NULL);
NullCheck(L_65);
ArrayElementTypeCheck (L_65, L_67);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_67);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_69 = L_65;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_70 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_71 = L_70;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_72 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____DF29A050CD2EBD9DFDC783DB1CC74D3D716DAEC1630A337EE31B9E2E03D34D2D_101_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_71, L_72, NULL);
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_71);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_71);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_73 = L_69;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_74 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_75 = L_74;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_76 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F4BD8144313C3B67E191C6F3CD8B00540FF1809837C5BCA5C2FDA0D518681563_115_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_75, L_76, NULL);
NullCheck(L_73);
ArrayElementTypeCheck (L_73, L_75);
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_75);
DSU5BU5DU5BU5D_tB103BA15B839EEFCBA5FA2FF2234903A177E854A* L_77 = L_73;
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_78 = (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)SZArrayNew(DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970* L_79 = L_78;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_80 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D1A99909A2923269BB67E72C1AED693F74961BDA58360FCC133007740CEBF5F1_91_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_79, L_80, NULL);
NullCheck(L_77);
ArrayElementTypeCheck (L_77, L_79);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (DSU5BU5D_tA2725FE50E2AC3781DDB1EBE98D99AF307BAA970*)L_79);
((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1 = L_77;
Il2CppCodeGenWriteBarrier((void**)(&((DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var))->___dateParsingStates_1), (void*)L_77);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_get_BaseUtcOffset_m285A2D1E313B50B51A13F499192CDCEDBC702AE3_inline (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, const RuntimeMethod* method)
{
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->____baseUtcOffset_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->____ticks_22;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTime__ctor_mE0BBACEC3A7AADB76EC243F5B4D9DCC9545AF50C_inline (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, uint64_t ___dateData0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___dateData0;
__this->____dateData_46 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ticks0;
__this->____ticks_22 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000d;
}
}
{
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0;
return L_1;
}
IL_000d:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
Il2CppChar* L_3;
L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL);
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
memset((&L_6), 0, sizeof(L_6));
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_mBA228545EFBF2455CD1F2A653CA156882A90E5B2_inline (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->____dateData_46;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____HResult_11 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0)));
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
V_0 = L_1;
int64_t L_2 = V_0;
if ((((int64_t)((int64_t)(((int64_t)il2cpp_codegen_subtract(L_2, ((int64_t)1)))&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL))))
{
goto IL_002d;
}
}
{
int64_t L_3 = V_0;
V_0 = ((int64_t)(L_3&((int64_t)9218868437227405312LL)));
}
IL_002d:
{
int64_t L_4 = V_0;
int64_t L_5 = V_0;
return ((int32_t)(((int32_t)L_4)^((int32_t)((int64_t)(L_5>>((int32_t)32))))));
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___positiveInfinitySymbol_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinal_m92D8E35219BF439BDFA9D0939CE01F5A974FDA30_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___span0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
int32_t L_1;
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___value1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0012;
}
}
{
return (bool)0;
}
IL_0012:
{
int32_t L_2;
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___value1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if (L_2)
{
goto IL_001d;
}
}
{
return (bool)1;
}
IL_001d:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___span0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___value1;
bool L_5;
L_5 = MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_inline(L_3, L_4, MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var);
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___negativeInfinitySymbol_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___nanSymbol_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method)
{
{
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_0 = __this->___calendar_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GlobalizationMode_get_Invariant_mFD12277F7A8C2CC834FAD342F17B1D7C045D898F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
bool L_0 = ((GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_StaticFields*)il2cpp_codegen_static_fields_for(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var))->___U3CInvariantU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteFourDecimalDigits_m489FB1553224B7287455F63A172F2EA81604C691_inline (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, int32_t ___startingIndex2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_0));
uint32_t L_1 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_2 = ___startingIndex2;
Il2CppChar* L_3;
L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_2, 3))), ((&___buffer1))->____length_1);
uint32_t L_4 = V_0;
uint32_t L_5 = ___value0;
*((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)10))))));
uint32_t L_6 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_6));
uint32_t L_7 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_8 = ___startingIndex2;
Il2CppChar* L_9;
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_8, 2))), ((&___buffer1))->____length_1);
uint32_t L_10 = V_0;
uint32_t L_11 = ___value0;
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, ((int32_t)10))))));
uint32_t L_12 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_12));
uint32_t L_13 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_13/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_14 = ___startingIndex2;
Il2CppChar* L_15;
L_15 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_14, 1))), ((&___buffer1))->____length_1);
uint32_t L_16 = V_0;
uint32_t L_17 = ___value0;
*((int16_t*)L_15) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, ((int32_t)10))))));
int32_t L_18 = ___startingIndex2;
Il2CppChar* L_19;
L_19 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (L_18), ((&___buffer1))->____length_1);
uint32_t L_20 = ___value0;
*((int16_t*)L_19) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_20)));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteTwoDecimalDigits_m0C13E5CADEF77D9E7645DBBF9218D5D5F85F4911_inline (uint32_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination1, int32_t ___offset2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = ___value0;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_0));
uint32_t L_1 = ___value0;
___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)10)));
int32_t L_2 = ___offset2;
Il2CppChar* L_3;
L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_2, 1))), ((&___destination1))->____length_1);
uint32_t L_4 = V_0;
uint32_t L_5 = ___value0;
*((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)10))))));
int32_t L_6 = ___offset2;
Il2CppChar* L_7;
L_7 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_6), ((&___destination1))->____length_1);
uint32_t L_8 = ___value0;
*((int16_t*)L_7) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_8)));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DateTimeFormat_WriteDigits_m2D7E1BD01239B08D2C3C6E4755FEA10057BF0691_inline (uint64_t ___value0, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint64_t V_1 = 0;
{
int32_t L_0;
L_0 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___buffer1), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
goto IL_002e;
}
IL_000c:
{
uint64_t L_1 = ___value0;
V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)((int32_t)48)), (int64_t)L_1));
uint64_t L_2 = ___value0;
___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int32_t)10))));
int32_t L_3 = V_0;
Il2CppChar* L_4;
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (L_3), ((&___buffer1))->____length_1);
uint64_t L_5 = V_1;
uint64_t L_6 = ___value0;
*((int16_t*)L_4) = (int16_t)((int32_t)(uint16_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, ((int64_t)((int32_t)10)))))));
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
}
IL_002e:
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) >= ((int32_t)1)))
{
goto IL_000c;
}
}
{
Il2CppChar* L_9;
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___buffer1))->____pointer_0))->value, (0), ((&___buffer1))->____length_1);
uint64_t L_10 = ___value0;
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)((int64_t)il2cpp_codegen_add(((int64_t)((int32_t)48)), (int64_t)L_10)));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* __DTString_get_CompareInfo_m60B598A103E1AD8C7A84D1294398713BB72EC372_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method)
{
{
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_0 = __this->___m_info_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_m078932668F40B02FE142720C8BB0C1A43F2B81A4_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___Index_1;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = V_0;
__this->___Index_1 = L_1;
int32_t L_2 = V_0;
int32_t L_3;
L_3 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(__this, NULL);
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_0031;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_4 = (&__this->___Value_0);
int32_t L_5 = __this->___Index_1;
Il2CppChar* L_6;
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_4)->____pointer_0))->value, (L_5), (L_4)->____length_1);
int32_t L_7 = *((uint16_t*)L_6);
il2cpp_codegen_runtime_class_init_inline(DateTimeParse_t4FB3E2A513F1775F6B2EC5C0762DC7CA2E647045_il2cpp_TypeInfo_var);
bool L_8;
L_8 = DateTimeParse_IsDigit_mA6B84307C5FF718A15BA19E4EB31EB78AD7DD557(L_7, NULL);
return L_8;
}
IL_0031:
{
return (bool)0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m0B22ABC9575133F23A0015996B8C65BA8F88B0CB_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* __this, String_t* ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->___Index_1;
String_t* L_1 = ___target0;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
int32_t L_3;
L_3 = __DTString_get_Length_m558FC036D103ABBEC417E7DDB0C6E303B6F30DA7(__this, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, L_2))) > ((int32_t)L_3)))
{
goto IL_003d;
}
}
{
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_4 = __this->___m_info_3;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_5 = (&__this->___Value_0);
int32_t L_6 = __this->___Index_1;
String_t* L_7 = ___target0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9;
L_9 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline(L_5, L_6, L_8, ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
String_t* L_10 = ___target0;
NullCheck(L_4);
int32_t L_11;
L_11 = CompareInfo_Compare_mFD591987EB505C7B67AFF638293F718976A215C6(L_4, L_9, L_10, 1, NULL);
return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
}
IL_003d:
{
return (bool)0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DateTimeParse_ParseJapaneseEraStart_mA92A09D4BAD4A6FD450C0AACFB3EFEC4DBEEE0D6_inline (__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dtfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_t542F10E9BE2333B7BE24C8858C8A24EFA6C06D38_il2cpp_TypeInfo_var))->___EnforceLegacyJapaneseDateParsing_4;
if (L_0)
{
goto IL_001d;
}
}
{
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1 = ___dtfi1;
NullCheck(L_1);
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* L_2;
L_2 = DateTimeFormatInfo_get_Calendar_m1280AC2F196ECBE7B664394CC3821062015DEF99_inline(L_1, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_001d;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_4 = ___str0;
bool L_5;
L_5 = __DTString_GetNext_m2DAFC0E1EB763649B66110695BDB206B71B1407F(L_4, NULL);
if (L_5)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_6 = ___str0;
Il2CppChar L_7 = L_6->___m_current_2;
NullCheck(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC2F9A94ED8684F4AE51F264CC8E83B9731EAE480, 0, NULL);
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_003f;
}
}
{
__DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* L_9 = ___str0;
int32_t* L_10 = (&L_9->___Index_1);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_12, 1));
return (bool)0;
}
IL_003f:
{
return (bool)1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MatchNumberDelegate_Invoke_m5B60C560B1348302810E1020E7A9356E5506A83D_inline (MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* __this, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (MatchNumberDelegate_t099FBFD09058FE2C73C1CBA7A89A3A70EB294E23* __this, __DTString_t732683AF9A8EEC82B66C136920240C4033EF0637* ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___str0, ___digitLen1, ___result2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m2014423FB900F135C8FF994125604FF9E6AAE829_gshared_inline (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___arg0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____length_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryMarshal_CreateReadOnlySpan_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m4C99F188FD105A3E70DD671912CE4CA9C2978668_gshared_inline (Il2CppChar* ___reference0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___reference0;
int32_t L_1 = ___length1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
memset((&L_2), 0, sizeof(L_2));
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_2), L_0, L_1, /*hidden argument*/il2cpp_rgctx_method(method->rgctx_data, 1));
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
if (!false)
{
goto IL_0016;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL);
}
IL_0016:
{
int32_t L_2 = ___length1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_001f:
{
void* L_3 = ___pointer0;
Il2CppChar* L_4;
L_4 = il2cpp_unsafe_as_ref<Il2CppChar>((uint8_t*)L_3);
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5;
memset((&L_5), 0, sizeof(L_5));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
__this->____pointer_0 = L_5;
int32_t L_6 = ___length1;
__this->____length_1 = L_6;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___length1;
int32_t L_3 = (int32_t)__this->____length_1;
int32_t L_4 = ___start0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
{
goto IL_0019;
}
}
IL_0014:
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_0019:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_5;
Il2CppChar* L_6;
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_7 = ___start0;
Il2CppChar* L_8;
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
int32_t L_9 = ___length1;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10;
memset((&L_10), 0, sizeof(L_10));
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10));
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___ptr0;
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
memset((&L_1), 0, sizeof(L_1));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
__this->____pointer_0 = L_1;
int32_t L_2 = ___length1;
__this->____length_1 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____length_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___length1;
int32_t L_3 = (int32_t)__this->____length_1;
int32_t L_4 = ___start0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
{
goto IL_0019;
}
}
IL_0014:
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_0019:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_5;
Il2CppChar* L_6;
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_7 = ___start0;
Il2CppChar* L_8;
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
int32_t L_9 = ___length1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
memset((&L_10), 0, sizeof(L_10));
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___ptr0;
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
memset((&L_1), 0, sizeof(L_1));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
__this->____pointer_0 = L_1;
int32_t L_2 = ___length1;
__this->____length_1 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
uint64_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
int32_t L_0;
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___span0), il2cpp_rgctx_method(method->rgctx_data, 0));
V_0 = L_0;
il2cpp_codegen_initobj((&V_2), sizeof(Il2CppChar));
}
{
bool L_2;
L_2 = (( bool (*) (uint64_t*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))((&V_1), il2cpp_rgctx_method(method->rgctx_data, 2));
if (!L_2)
{
goto IL_004d;
}
}
{
int32_t L_3 = V_0;
int32_t L_4;
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___other1), il2cpp_rgctx_method(method->rgctx_data, 0));
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_004b;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___span0;
Il2CppChar* L_6;
L_6 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_5, il2cpp_rgctx_method(method->rgctx_data, 3));
uint8_t* L_7;
L_7 = il2cpp_unsafe_as_ref<uint8_t>(L_6);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___other1;
Il2CppChar* L_9;
L_9 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_8, il2cpp_rgctx_method(method->rgctx_data, 3));
uint8_t* L_10;
L_10 = il2cpp_unsafe_as_ref<uint8_t>(L_9);
int32_t L_11 = V_0;
uint64_t L_12 = V_1;
bool L_13;
L_13 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_7, L_10, (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_11), (int64_t)L_12)), NULL);
return L_13;
}
IL_004b:
{
return (bool)0;
}
IL_004d:
{
int32_t L_14 = V_0;
int32_t L_15;
L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___other1), il2cpp_rgctx_method(method->rgctx_data, 0));
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
{
goto IL_006a;
}
}
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___span0;
Il2CppChar* L_17;
L_17 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_16, il2cpp_rgctx_method(method->rgctx_data, 3));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_18 = ___other1;
Il2CppChar* L_19;
L_19 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_18, il2cpp_rgctx_method(method->rgctx_data, 3));
int32_t L_20 = V_0;
bool L_21;
L_21 = (( bool (*) (Il2CppChar*, Il2CppChar*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_17, L_19, L_20, il2cpp_rgctx_method(method->rgctx_data, 4));
return L_21;
}
IL_006a:
{
return (bool)0;
}
}