LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_mscorlib_3.cpp

52721 lines
2.4 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct VirtFuncInvoker7
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
struct VirtFuncInvoker9
{
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);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericVirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <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, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericInterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)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 GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// Microsoft.Win32.RegistryKey
struct RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574;
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
// System.Boolean[]
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
// System.ByteMatcher
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Comparer
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>
struct List_1_tD2FC74CFEE011F74F31183756A690154468817E9;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/HashtableEnumerator
struct HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9;
// System.Collections.Hashtable/KeyCollection
struct KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2;
// System.Collections.Hashtable/SyncHashtable
struct SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3;
// System.Collections.Hashtable/ValueCollection
struct ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IComparer
struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IDictionaryEnumerator
struct IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.IList
struct IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA;
// System.Collections.KeyValuePairs
struct KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29;
// System.Collections.KeyValuePairs[]
struct KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290;
// System.Collections.LowLevelComparer
struct LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>
struct ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0;
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// System.Collections.Queue/QueueDebugView
struct QueueDebugView_t5FF125EC597686F20C5494132C038361EFFE6FEA;
// System.Collections.Queue/QueueEnumerator
struct QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA;
// System.Collections.SortedList
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E;
// System.Collections.SortedList/SortedListDebugView
struct SortedListDebugView_t685B663AA79F56A8B544B3E77D59D21B816440E7;
// System.Collections.SortedList/SortedListEnumerator
struct SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E;
// System.Collections.SortedList/SyncSortedList
struct SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78;
// System.Collections.SortedList/ValueList
struct ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Collections.Stack/StackDebugView
struct StackDebugView_tE0C0C7F6AD6752160144359775846DFDDD36CB2E;
// System.Collections.Stack/StackEnumerator
struct StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA;
// System.Console/InternalCancelHandler
struct InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A;
// System.Console/WindowsConsole/WindowsCancelHandler
struct WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51;
// System.ConsoleCancelEventArgs
struct ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760;
// System.ConsoleCancelEventHandler
struct ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4;
// System.ContextBoundObject
struct ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0;
// System.ContextStaticAttribute
struct ContextStaticAttribute_tDE78CF42C2CA6949E7E99D3E63D35003A0660AA6;
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058;
// System.CurrentSystemTimeZone
struct CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171;
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5;
// System.DateTimeParse/DS[]
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E;
// System.DateTimeParse/DS[][]
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1;
// System.DateTimeParse/MatchNumberDelegate
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.SortVersion
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.Globalization.TokenHashValue[]
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IConsoleDriver
struct IConsoleDriver_t484163236D7810E338FC3D246EDF2DCAC42C0E37;
// System.IConvertible
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.CStreamReader
struct CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D;
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0;
// System.IO.UnexceptionalStreamReader
struct UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA;
// System.IO.UnexceptionalStreamWriter
struct UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB;
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF;
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.NullConsoleDriver
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653;
// System.TermInfoReader
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.TimeZone
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454;
// System.TimeZoneInfo
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777;
// System.TimeZoneInfo/AdjustmentRule[]
struct AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.WindowsConsoleDriver
struct WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D_il2cpp_TypeInfo_var;
extern RuntimeClass* CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var;
extern RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
extern RuntimeClass* DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1_il2cpp_TypeInfo_var;
extern RuntimeClass* DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
extern RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var;
extern RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var;
extern RuntimeClass* EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var;
extern RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
extern RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
extern RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
extern RuntimeClass* GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var;
extern RuntimeClass* HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var;
extern RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var;
extern RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var;
extern RuntimeClass* IConsoleDriver_t484163236D7810E338FC3D246EDF2DCAC42C0E37_il2cpp_TypeInfo_var;
extern RuntimeClass* IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var;
extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var;
extern RuntimeClass* KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290_il2cpp_TypeInfo_var;
extern RuntimeClass* KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
extern RuntimeClass* LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_il2cpp_TypeInfo_var;
extern RuntimeClass* MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var;
extern RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
extern RuntimeClass* QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA_il2cpp_TypeInfo_var;
extern RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
extern RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
extern RuntimeClass* SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E_il2cpp_TypeInfo_var;
extern RuntimeClass* SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var;
extern RuntimeClass* StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var;
extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78_il2cpp_TypeInfo_var;
extern RuntimeClass* TaiwanCalendar_t9531ECDB6DFA9E0D0F4123935DB61D0E97D43658_il2cpp_TypeInfo_var;
extern RuntimeClass* TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var;
extern RuntimeClass* TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var;
extern RuntimeClass* TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
extern RuntimeClass* UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_il2cpp_TypeInfo_var;
extern RuntimeClass* UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB_il2cpp_TypeInfo_var;
extern RuntimeClass* ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE_il2cpp_TypeInfo_var;
extern RuntimeClass* WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51_il2cpp_TypeInfo_var;
extern RuntimeClass* WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42_il2cpp_TypeInfo_var;
extern RuntimeClass* WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0588059ACBD52F7EA2835882F977A9CF72EB9775_1_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____34476C29F6F81C989CFCA42F7C06E84C66236834_22_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____39C9CE73C7B0619D409EF28344F687C1B5C130FE_27_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____536422B321459B242ADED7240B7447E904E083E3_40_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5BFE2819B4778217C56416C7585FF0E56EBACD89_48_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____67EEAD805D708D9AA4E14BF747E44CED801744F3_54_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____7341C933A70EAE383CC50C4B945ADB8E08F06737_62_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____94841DD2F330CCB1089BF413E4FA9B04505152E2_80_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____95C48758CAE1715783472FB073AB158AB8A0AB2A_82_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____973417296623D8DC6961B09664E54039E44CA5D8_83_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A1319B706116AB2C6D44483F60A7D0ACEA543396_89_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A6732F8E7FC23766AB329B492D6BF82E3B33233F_93_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____AC791C4F39504D1184B73478943D0636258DA7B1_96_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DD3AEFEADB1CD615F3017763F1568179FEE640B0_123_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E92B39D8233061927D9ACDE54665E68E7535635A_127_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F37E34BEADB04F34FCC31078A59F49856CA83D5B_137_FieldInfo_var;
extern String_t* _stringLiteral01A3CEF9C82C7345C59662510E0B421C6A6BDCFD;
extern String_t* _stringLiteral021710FA7866431C1DACAA6CD31EEEB47DCE64B6;
extern String_t* _stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70;
extern String_t* _stringLiteral05608D6BAF0E8D03507A8DA18BF32BFB7F9A89D2;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A;
extern String_t* _stringLiteral07BC1266D48DC029301AB121DA798327931365C6;
extern String_t* _stringLiteral0B5A448C29B008BE58461324EB08382F6A1DA419;
extern String_t* _stringLiteral0BD33FDF3EDF96B20C8F243E32B177CA52FB1519;
extern String_t* _stringLiteral0EEEC4869A9E258F65B3250DEAFDD0D174088EE5;
extern String_t* _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE;
extern String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
extern String_t* _stringLiteral1038345ECC525CA37383914C8D7839E94CCF5448;
extern String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
extern String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
extern String_t* _stringLiteral1F81AFFE48C2C2B337815693830EBEE586D9A96C;
extern String_t* _stringLiteral20129DCACE911064DD71D775424F848ED70E9328;
extern String_t* _stringLiteral223DE1BFCB7230443EA0B00CBFE02D9443CF6BB1;
extern String_t* _stringLiteral250E34D0324F6809D28A6BCC386CC09FE5DB991C;
extern String_t* _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC;
extern String_t* _stringLiteral2AE9006AA79BCA491D17932D2580DBE509CC1BD7;
extern String_t* _stringLiteral2B7B910762F4ACF01D021675EDD9597BFFFC8E82;
extern String_t* _stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A;
extern String_t* _stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6;
extern String_t* _stringLiteral2E7074DA7ECD9C7BACE7E75734DE6D1D00895DFE;
extern String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
extern String_t* _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5;
extern String_t* _stringLiteral373200C310CFE7943ADAA3B9DFD615F20077301B;
extern String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7;
extern String_t* _stringLiteral38C1D791DA28CCACA40DF5E093EAB4D67B08C70D;
extern String_t* _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9;
extern String_t* _stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43;
extern String_t* _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874;
extern String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891;
extern String_t* _stringLiteral40408F06D64C0A4EE51AF41707D5D544083B012D;
extern String_t* _stringLiteral421771305044654A8E7CA3285DDD3E840861E121;
extern String_t* _stringLiteral42CAA54DEC95448BFC9996931A9ABF8CD93DF00F;
extern String_t* _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B;
extern String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
extern String_t* _stringLiteral4C28A7D98B2E79E88DB5793B92CAC2973807E234;
extern String_t* _stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F;
extern String_t* _stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7;
extern String_t* _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4;
extern String_t* _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F;
extern String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
extern String_t* _stringLiteral53CE4A69C239125FEAFB3AAB705BEF29027E8CC9;
extern String_t* _stringLiteral55D1BE151653A5C241220EC0C5204A685F6D0FBA;
extern String_t* _stringLiteral56070A397DE0E8A33079EFD1E11C708B6639B391;
extern String_t* _stringLiteral5734F14C44F430B146A89DA661A0503197EAD36E;
extern String_t* _stringLiteral58590A8E3AC0A0EE865C1F1181F860909805C3C3;
extern String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
extern String_t* _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C;
extern String_t* _stringLiteral5D4EEE7520E3C4D7B6DAAA0FAF98E5446EEC12EF;
extern String_t* _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A;
extern String_t* _stringLiteral60C475AA86353C499DE2FA8877E87D44031CE593;
extern String_t* _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44;
extern String_t* _stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4;
extern String_t* _stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469;
extern String_t* _stringLiteral6934105AD50010B814C933314B1DA6841431BC8B;
extern String_t* _stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13;
extern String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
extern String_t* _stringLiteral69C6FA8468D332A8338354A74CE92AA8DA8A642A;
extern String_t* _stringLiteral6AA37D3F95B049989169366DE359545DDC19DDC5;
extern String_t* _stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1;
extern String_t* _stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F;
extern String_t* _stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432;
extern String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
extern String_t* _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5;
extern String_t* _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B;
extern String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
extern String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
extern String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
extern String_t* _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860;
extern String_t* _stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27;
extern String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
extern String_t* _stringLiteral82237410ED07589538EA563BE12E6D18D81CA295;
extern String_t* _stringLiteral84438CC83C2D03D5D2522C478AF59E64437A2D38;
extern String_t* _stringLiteral84B98C10F6DEA1BB27F4A35E553BA97F41DFF0E2;
extern String_t* _stringLiteral858B28677610CF07E111998CCE040F14F5256455;
extern String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710;
extern String_t* _stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500;
extern String_t* _stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C;
extern String_t* _stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F;
extern String_t* _stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730;
extern String_t* _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75;
extern String_t* _stringLiteral8E235C85706AEC625982AEEA41C686B14E89F326;
extern String_t* _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375;
extern String_t* _stringLiteral8F7ECF552BF6FB86CD369CCC08EDC822619395BA;
extern String_t* _stringLiteral8F94F72A6FCAE8B2F94FEDE0B6429F19FE405F01;
extern String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA;
extern String_t* _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD;
extern String_t* _stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2;
extern String_t* _stringLiteral952604412082661142BB4448D6792E048E0317FC;
extern String_t* _stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04;
extern String_t* _stringLiteral98CFE5E917B6BC87FA117F28F39F6E8B09499151;
extern String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
extern String_t* _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F;
extern String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
extern String_t* _stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654;
extern String_t* _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847;
extern String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE;
extern String_t* _stringLiteralA8AF94D5E162CA900D2AEB9CF3E94BF19D8B6A6E;
extern String_t* _stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E;
extern String_t* _stringLiteralAA7B479BCC9583E2D72A7A34D71FA9ACF67B076D;
extern String_t* _stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F;
extern String_t* _stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409;
extern String_t* _stringLiteralB26DC72D261A92C1CFD1E643717E450A84CF2122;
extern String_t* _stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50;
extern String_t* _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9;
extern String_t* _stringLiteralB3DB3AF9A0E0243F28ED20FCC3B1D5D1FAAAFBB6;
extern String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
extern String_t* _stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD;
extern String_t* _stringLiteralB69220CE564D3318A9EEF1120FC119174ADBDEEA;
extern String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralBA5566E02CA7D0FF07946B5BE9A254A7BA000156;
extern String_t* _stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8;
extern String_t* _stringLiteralBDEF35423BEEA3F7C34BDC3E75748DEA59050198;
extern String_t* _stringLiteralBF62280F159B1468FFF0C96540F3989D41279669;
extern String_t* _stringLiteralC2C53D66948214258A26CA9CA845D7AC0C17F8E7;
extern String_t* _stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D;
extern String_t* _stringLiteralCA4CB5523B49D5F62897296F6FCD5ABE68B27A24;
extern String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
extern String_t* _stringLiteralD3BB63BF7137B1804A34F9470FC40500AA311F09;
extern String_t* _stringLiteralD5CFF82A1D6E461A0E147FE9BBEA516963432F4D;
extern String_t* _stringLiteralD6DCAE95E610BC8D0E5B3943E79F70AD76075C8D;
extern String_t* _stringLiteralD70FB7C8886594E6977911D655F2B7C2713DDC67;
extern String_t* _stringLiteralD7F5BC0BFDF8E081DB31E631E37B15C3881B1317;
extern String_t* _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78;
extern String_t* _stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D;
extern String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
extern String_t* _stringLiteralDF3F381429FAA63618037AF121057F7195B2716D;
extern String_t* _stringLiteralE21EE77D500910A11959B5AF57FD48D7CF7F326A;
extern String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
extern String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
extern String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
extern String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
extern String_t* _stringLiteralE7A77DDE1DCF7766A8F2B41123A23E1C33F262A8;
extern String_t* _stringLiteralEB43350789911DF5B5D17EB5DFF35D072DFF48B7;
extern String_t* _stringLiteralEEE82D598BEFF1EB74AE9B432366575D80A6274D;
extern String_t* _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8;
extern String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
extern String_t* _stringLiteralF6F994E8AE80101C35E892AF10D23C1F93935161;
extern String_t* _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15;
extern String_t* _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3;
extern String_t* _stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA;
extern String_t* _stringLiteralFA6B188D3101E2A5E782C1F0AF6FAFCA10C8BA53;
extern String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049;
extern String_t* _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758;
extern String_t* _stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566;
extern String_t* _stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377;
extern String_t* _stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A;
extern String_t* _stringLiteralFFFF85E12994D802154FE586A70E285162D88E1E;
extern const RuntimeMethod* Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF_RuntimeMethod_var;
extern const RuntimeMethod* ConsoleCancelEventArgs__ctor_m95968474A63DE5D98393AABB6C10EB670127EAFF_RuntimeMethod_var;
extern const RuntimeMethod* ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98_RuntimeMethod_var;
extern const RuntimeMethod* Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD_RuntimeMethod_var;
extern const RuntimeMethod* Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_RuntimeMethod_var;
extern const RuntimeMethod* Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_RuntimeMethod_var;
extern const RuntimeMethod* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156_RuntimeMethod_var;
extern const RuntimeMethod* Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622_RuntimeMethod_var;
extern const RuntimeMethod* Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_m2DDDB2A7442059FE2185B347BB71BF7577781807_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_m4D9F94693332601CE2F1CF8DB9933F7C0FE882B1_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_m5B2E3D791EE1E14A7604D126C24AA62FE2587B60_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_mBA74300A0EBF60E75A3ABED4AA4AAB62DF40014A_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToByte_mF058F63299585352A96AB211EF4DA55B9996ADA5_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_m56A1099464A288FD3AB6F82B7433DB063F671B29_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_m9171D149D77DE0FBB36CB4D91EEBDC06B2DD6F29_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_m9F32E993218E9D544A9FCC6FE50D6501A838315F_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToChar_mBFD88FBE8D41F3FEB4049B8EF556C2D996F5F531_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_m452BBDF72FBBBF90915F464E0558DA82CE1F7DBF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_m57BC4B92DCAEAA22820CD1915778B407AC23D9C5_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_mBAB0E578750A2DE0990F9B301C7CBE2397A61A35_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_mC121EAEA7C8458D987480F1669C6A40082AA93C1_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt16_mE8E094D5AD321E5E6756E332116FAF1C084A1CD2_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt32_m4E8E4BA500C8372D58B20E706C76C8126F7F5260_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt32_m5CE30569A0A5B70CBD85954BEEF436F57D6FAE6B_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt32_m966337716B0CC4A45307D82BC21BCA1F8BB22D1C_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToInt64_m396C2B4FA8F12D0C76E0AA3A31872D93BF5EA11D_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m0D0A382E0BFF2DAE7019CAB2F6309EB48EFFFD94_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m1A4B3CD0081049789B368AE723C5214669A80767_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m2BA3408A7B10119B60B923928EFCFA17D3C46D50_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m4455F931B18E5D87DE1F99B2686F3D4770E9D177_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m5F3E822A40FB8BC9DCE9D39C07D0BFDB5CAE38C3_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_m750B83AD00E06419AEDFE4436323AF85520E3E00_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToSByte_mCC85C35F01295663A487DDA2C4855C5962ADA2AF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_m19D8F9B74EB5F96C835FA5045E925F000750A8B3_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_m3BC2069048E0E6C17C6B4C18BFB8FC949739BFFF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_mA5386907A6E781E3D4261BDB7D6308FBD5B518F7_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt16_mC540754A3F101A7A13FB26FD89836025507E7E80_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_m7DC544C6EB3CA7920C82A243D9C387B462697BAC_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_mA22ABF80925CA54B6B4869939964184C7F344B41_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_mC305AB953ECDC1EDEC3F76C2ED9C2898A6A2D8A8_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt32_mD1B91075B4D330E0D2D4600A6D5283C2FA1586E4_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt64_m3D60F8111B12E0D8BB538E433065340CF45EB772_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt64_m97F318132CF70D2795CFB709BAB8789803BCC08A_RuntimeMethod_var;
extern const RuntimeMethod* Convert_ToUInt64_mE0A19C049B47AC33472017793E0B8FCF5A9CE098_RuntimeMethod_var;
extern const RuntimeMethod* CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_RuntimeMethod_var;
extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_RuntimeMethod_var;
extern const RuntimeMethod* DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_RuntimeMethod_var;
extern const RuntimeMethod* DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_RuntimeMethod_var;
extern const RuntimeMethod* DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_RuntimeMethod_var;
extern const RuntimeMethod* DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_RuntimeMethod_var;
extern const RuntimeMethod* KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
extern const RuntimeMethod* List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m82C4D0710B1BD00E77EFC7B8B55F1CD0C02A5377_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
extern const RuntimeMethod* LowLevelComparer_Compare_m950FD3BE5F5E45A8603E7F41582B14316F91863E_RuntimeMethod_var;
extern const RuntimeMethod* QueueDebugView__ctor_m222F09D4551C49644E6FE2B4F659D7DC00A9A9AA_RuntimeMethod_var;
extern const RuntimeMethod* QueueEnumerator_MoveNext_mD32B729CB15A926B5CD49F1A1227DE43601953F8_RuntimeMethod_var;
extern const RuntimeMethod* QueueEnumerator_Reset_mA1E9C48A119A6E6A98564BD3201D2B5E528986A4_RuntimeMethod_var;
extern const RuntimeMethod* QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C_RuntimeMethod_var;
extern const RuntimeMethod* Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_RuntimeMethod_var;
extern const RuntimeMethod* Queue_Dequeue_m76B0ECD1EFE53DF0AAFEB184912007322CDE7EB4_RuntimeMethod_var;
extern const RuntimeMethod* Queue_Peek_m494EF9110AE8F89DC0999577445BD8FBBCA79BB4_RuntimeMethod_var;
extern const RuntimeMethod* Queue__ctor_m9D54C0C05803263517B6B75FC6BF08371A28EC52_RuntimeMethod_var;
extern const RuntimeMethod* Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979_RuntimeMethod_var;
extern const RuntimeMethod* SortedListDebugView__ctor_mD5CE2BDB37B69ACDB437F4D35C488097C190C9FF_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_MoveNext_m9E4024F4C87D1FE851B86685062E1EB389D56266_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_Reset_mA0ACBEBFF0955F4BF3B6CA08C028361AE993C1A4_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_get_Current_mD1C66071084DE980DC97EABCE7BFBCCF96066120_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E_RuntimeMethod_var;
extern const RuntimeMethod* SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_GetByIndex_m607E058040C2B336081FC368D6CEE51AE5D69957_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_GetKey_m07A9F7D84DDBDC427636D5BAA4513C7E510006FC_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_IndexOfKey_m46FB7175A30C6A18230D8D0841DFF593E3D2425D_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_RemoveAt_m5EB61F5A3B6D5DD93169325D7EEF41C34547813D_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458_RuntimeMethod_var;
extern const RuntimeMethod* SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_set_Capacity_mBE3FA4CD3FFF4D79E340C95007ED475AC96EFB52_RuntimeMethod_var;
extern const RuntimeMethod* SortedList_set_Item_m070CA28A6691AB17E1A464BA43975503365EE0CC_RuntimeMethod_var;
extern const RuntimeMethod* StackDebugView__ctor_m7CFC8EA970355962DE36D61D057CAF38DB6F393F_RuntimeMethod_var;
extern const RuntimeMethod* StackEnumerator_MoveNext_m7C00619A440FB2C12C0A5C3C8CEB934250C3DE22_RuntimeMethod_var;
extern const RuntimeMethod* StackEnumerator_Reset_m72AB015F4BB163EC9DC19457743EF309A4C24187_RuntimeMethod_var;
extern const RuntimeMethod* StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22_RuntimeMethod_var;
extern const RuntimeMethod* Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_RuntimeMethod_var;
extern const RuntimeMethod* Stack_Peek_mEAC45FC37790CF917154F27345E106C2EE38346C_RuntimeMethod_var;
extern const RuntimeMethod* Stack_Pop_m5419FBFC126E7004A81612F90B8137C5629F7CDE_RuntimeMethod_var;
extern const RuntimeMethod* Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193_RuntimeMethod_var;
extern const RuntimeMethod* SyncHashtable_ContainsKey_m2535E9B4F57EA6CF6D26945A835838B4AD24EEDD_RuntimeMethod_var;
extern const RuntimeMethod* SyncHashtable_GetObjectData_m893D45F4B0C1EE87E4A89A8EF33ED30978A29C38_RuntimeMethod_var;
extern const RuntimeMethod* SyncHashtable__ctor_m818995791B476F454D5EF898AF16DE75CC0C2EB1_RuntimeMethod_var;
extern const RuntimeMethod* SyncSortedList_IndexOfKey_m15C2D437CF0DC94819E808B7D7930EFC03E8AE10_RuntimeMethod_var;
extern const RuntimeMethod* ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_Add_mB8794C295CC62AB35096EE27A481E8A30BD30B04_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_Clear_m9753CB2AF143162A597E97279F99FEF687A06C07_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_CopyTo_mB6C4D3E38A405F02D80EC5CE18E246D3D447AA19_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_Insert_m28C14D2292C26CEEA93F4C1DC8DF5FE1807AEE53_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_RemoveAt_m35113DF97CC414BD1312E65EB0F58BACF60D87C1_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_Remove_mA2FEB0A0A2022DA19689374C7232CB5161AFF49D_RuntimeMethod_var;
extern const RuntimeMethod* ValueList_set_Item_mCAB63AA0CB69814B3973E323C78EBD8BD4BEACCB_RuntimeMethod_var;
extern const RuntimeMethod* WindowsConsole_DoWindowsConsoleCancelEvent_m4FAC7A4ADAFBDC6AACB88F9B38FCA6511BC79627_RuntimeMethod_var;
extern const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
extern const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
extern const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
extern const RuntimeType* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_0_0_0_var;
extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
extern const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var;
extern const RuntimeType* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var;
extern const RuntimeType* Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_0_0_0_var;
extern const RuntimeType* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var;
extern const RuntimeType* GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var;
extern const RuntimeType* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_0_0_0_var;
extern const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
extern const RuntimeType* RuntimeObject_0_0_0_var;
extern const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var;
extern const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
extern const RuntimeType* String_t_0_0_0_var;
extern const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
extern const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
extern const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
extern const uint32_t ConsoleCancelEventArgs__ctor_m95968474A63DE5D98393AABB6C10EB670127EAFF_MetadataUsageId;
extern const uint32_t ConsoleCancelEventArgs__ctor_mF734EC3C82D0A490C0A05416E566BFC53ACFB471_MetadataUsageId;
extern const uint32_t ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17_MetadataUsageId;
extern const uint32_t ConsoleDriver_CreateTermInfoDriver_m93B83A6BC60910A8FDFA247BE56A30055E687342_MetadataUsageId;
extern const uint32_t ConsoleDriver_CreateWindowsConsoleDriver_mB2C43CDD6BD7C2159D7B939D8EEBEA9BFC07F5DF_MetadataUsageId;
extern const uint32_t ConsoleDriver_ReadKey_m26C9ECDAE36AEE4B923BFDD9420D341AB3DDA900_MetadataUsageId;
extern const uint32_t ConsoleDriver__cctor_mD940A3DF23F49F26B5BAC4D5C1D96A9DD48FCA4A_MetadataUsageId;
extern const uint32_t ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731_MetadataUsageId;
extern const uint32_t ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867_MetadataUsageId;
extern const uint32_t ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98_MetadataUsageId;
extern const uint32_t Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD_MetadataUsageId;
extern const uint32_t Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F_MetadataUsageId;
extern const uint32_t Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98_MetadataUsageId;
extern const uint32_t Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823_MetadataUsageId;
extern const uint32_t Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340_MetadataUsageId;
extern const uint32_t Console_ReadKey_m64DBD2BDB13D04E2E73B95F1BD3B9D08B370D3BA_MetadataUsageId;
extern const uint32_t Console_ReadKey_m8E93A1A91E2D0BE19342C479E9D769AB0C6E37B4_MetadataUsageId;
extern const uint32_t Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF_MetadataUsageId;
extern const uint32_t Console_SetupStreams_m6CC1706E3A1838A0C710F3053EF589C7BA934065_MetadataUsageId;
extern const uint32_t Console__cctor_m44FB48190CE1DCE878B95D9D397D29C7527BEE44_MetadataUsageId;
extern const uint32_t Console_get_Error_mE1078EFC5C7C133964838D2A72B8FB9567E4C98A_MetadataUsageId;
extern const uint32_t Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_MetadataUsageId;
extern const uint32_t Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_MetadataUsageId;
extern const uint32_t Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_MetadataUsageId;
extern const uint32_t Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_MetadataUsageId;
extern const uint32_t Convert_ConvertToBase64Array_m2C6DC2EA273DB7F37A3A25116F18AF6DB5192E3B_MetadataUsageId;
extern const uint32_t Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_MetadataUsageId;
extern const uint32_t Convert_FromBase64CharPtr_mBE2FEB558FE590EDCC320D6B864726889274B451_MetadataUsageId;
extern const uint32_t Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156_MetadataUsageId;
extern const uint32_t Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622_MetadataUsageId;
extern const uint32_t Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_MetadataUsageId;
extern const uint32_t Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D_MetadataUsageId;
extern const uint32_t Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_MetadataUsageId;
extern const uint32_t Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84_MetadataUsageId;
extern const uint32_t Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6_MetadataUsageId;
extern const uint32_t Convert_ToBoolean_m4C852F7D316D28B27B202BC731B26EA79F2955E0_MetadataUsageId;
extern const uint32_t Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4_MetadataUsageId;
extern const uint32_t Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40_MetadataUsageId;
extern const uint32_t Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1_MetadataUsageId;
extern const uint32_t Convert_ToByte_m2DDDB2A7442059FE2185B347BB71BF7577781807_MetadataUsageId;
extern const uint32_t Convert_ToByte_m4D9F94693332601CE2F1CF8DB9933F7C0FE882B1_MetadataUsageId;
extern const uint32_t Convert_ToByte_m5B2E3D791EE1E14A7604D126C24AA62FE2587B60_MetadataUsageId;
extern const uint32_t Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935_MetadataUsageId;
extern const uint32_t Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A_MetadataUsageId;
extern const uint32_t Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923_MetadataUsageId;
extern const uint32_t Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C_MetadataUsageId;
extern const uint32_t Convert_ToByte_mA8B21973561985CBAAAE340648DFCBE6B1A04771_MetadataUsageId;
extern const uint32_t Convert_ToByte_mBA74300A0EBF60E75A3ABED4AA4AAB62DF40014A_MetadataUsageId;
extern const uint32_t Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606_MetadataUsageId;
extern const uint32_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64_MetadataUsageId;
extern const uint32_t Convert_ToByte_mF058F63299585352A96AB211EF4DA55B9996ADA5_MetadataUsageId;
extern const uint32_t Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581_MetadataUsageId;
extern const uint32_t Convert_ToChar_m56A1099464A288FD3AB6F82B7433DB063F671B29_MetadataUsageId;
extern const uint32_t Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C_MetadataUsageId;
extern const uint32_t Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245_MetadataUsageId;
extern const uint32_t Convert_ToChar_m9171D149D77DE0FBB36CB4D91EEBDC06B2DD6F29_MetadataUsageId;
extern const uint32_t Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95_MetadataUsageId;
extern const uint32_t Convert_ToChar_m9F32E993218E9D544A9FCC6FE50D6501A838315F_MetadataUsageId;
extern const uint32_t Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF_MetadataUsageId;
extern const uint32_t Convert_ToChar_mBFD88FBE8D41F3FEB4049B8EF556C2D996F5F531_MetadataUsageId;
extern const uint32_t Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m22A4086CA96BD7E3E1D23660A838AFA0F48946D6_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m291E4FE569EB911F06EF4269522C1DA0BEB7CB5F_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m707FBD6E1B6D6F7F71D1D492C5F5AE981B561DEF_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mC4A6FC31B0F2C506D113380567B082CCB6A4FEED_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mD9355C906353F7E283024449544616979EF4823E_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mECE2EDC28EBA5F0B88702C15D0A3A1DABEE8D6A1_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mF2C5F32DF4C8DC0938C223031CDDF4AC1E08A0CC_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mF93A2E5C1006C59187BA8F1F17E66CEC2D8F7FCE_MetadataUsageId;
extern const uint32_t Convert_ToDecimal_mFD0BC78E6BE4EDBFD7A0767E7D95A39E40F0260F_MetadataUsageId;
extern const uint32_t Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651_MetadataUsageId;
extern const uint32_t Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8_MetadataUsageId;
extern const uint32_t Convert_ToDouble_mB31B6067B5E9336860641CBD4424E17CA42EC3FA_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m452BBDF72FBBBF90915F464E0558DA82CE1F7DBF_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m57BC4B92DCAEAA22820CD1915778B407AC23D9C5_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC_MetadataUsageId;
extern const uint32_t Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B_MetadataUsageId;
extern const uint32_t Convert_ToInt16_mBAB0E578750A2DE0990F9B301C7CBE2397A61A35_MetadataUsageId;
extern const uint32_t Convert_ToInt16_mBB1C4102314D1306F894C0E3CC7FC72900EE4E13_MetadataUsageId;
extern const uint32_t Convert_ToInt16_mC121EAEA7C8458D987480F1669C6A40082AA93C1_MetadataUsageId;
extern const uint32_t Convert_ToInt16_mE8E094D5AD321E5E6756E332116FAF1C084A1CD2_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m4D644EB3F03017202A65F4CADB3382BF81FF5D71_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m4E8E4BA500C8372D58B20E706C76C8126F7F5260_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m5CE30569A0A5B70CBD85954BEEF436F57D6FAE6B_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4_MetadataUsageId;
extern const uint32_t Convert_ToInt32_m966337716B0CC4A45307D82BC21BCA1F8BB22D1C_MetadataUsageId;
extern const uint32_t Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4_MetadataUsageId;
extern const uint32_t Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m396C2B4FA8F12D0C76E0AA3A31872D93BF5EA11D_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m66912A2344452B0C97DD3EE60A8560A49248CF78_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6_MetadataUsageId;
extern const uint32_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m0D0A382E0BFF2DAE7019CAB2F6309EB48EFFFD94_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m1A4B3CD0081049789B368AE723C5214669A80767_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m2BA3408A7B10119B60B923928EFCFA17D3C46D50_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m4455F931B18E5D87DE1F99B2686F3D4770E9D177_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m5F3E822A40FB8BC9DCE9D39C07D0BFDB5CAE38C3_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m750B83AD00E06419AEDFE4436323AF85520E3E00_MetadataUsageId;
extern const uint32_t Convert_ToSByte_m97BA7655D1C139BC268A90E503AFD4489558BE32_MetadataUsageId;
extern const uint32_t Convert_ToSByte_mCC85C35F01295663A487DDA2C4855C5962ADA2AF_MetadataUsageId;
extern const uint32_t Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1_MetadataUsageId;
extern const uint32_t Convert_ToSingle_mB30A36F02973B8210209CA62F2DD7B212857845A_MetadataUsageId;
extern const uint32_t Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828_MetadataUsageId;
extern const uint32_t Convert_ToString_m10FC2E5535B944C2DFE83E6D2659122C9408F0FF_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m022D5C7E373AE755EF157BE123D6856C9A931DFC_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m19D8F9B74EB5F96C835FA5045E925F000750A8B3_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m3BC2069048E0E6C17C6B4C18BFB8FC949739BFFF_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_mA5386907A6E781E3D4261BDB7D6308FBD5B518F7_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5_MetadataUsageId;
extern const uint32_t Convert_ToUInt16_mC540754A3F101A7A13FB26FD89836025507E7E80_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_m2726353738A26D6688A1F8F074056C17A09B3A84_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_m5CD74B1562CFEE536D3E9A9A89CEC1CB38CED427_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_m7DC544C6EB3CA7920C82A243D9C387B462697BAC_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mA22ABF80925CA54B6B4869939964184C7F344B41_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mC305AB953ECDC1EDEC3F76C2ED9C2898A6A2D8A8_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mD1B91075B4D330E0D2D4600A6D5283C2FA1586E4_MetadataUsageId;
extern const uint32_t Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_m3D60F8111B12E0D8BB538E433065340CF45EB772_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_m4A02F154C2265302484CD2741DF92C14531134F0_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_m97F318132CF70D2795CFB709BAB8789803BCC08A_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3_MetadataUsageId;
extern const uint32_t Convert_ToUInt64_mE0A19C049B47AC33472017793E0B8FCF5A9CE098_MetadataUsageId;
extern const uint32_t Convert__cctor_m04895F6ACC7D3D4BC92FC0CB5F24EBBEDF7FA9D1_MetadataUsageId;
extern const uint32_t CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2_MetadataUsageId;
extern const uint32_t CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_MetadataUsageId;
extern const uint32_t CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28_MetadataUsageId;
extern const uint32_t CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_MetadataUsageId;
extern const uint32_t DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_MetadataUsageId;
extern const uint32_t DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236_MetadataUsageId;
extern const uint32_t DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785_MetadataUsageId;
extern const uint32_t DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE_MetadataUsageId;
extern const uint32_t DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_MetadataUsageId;
extern const uint32_t DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_MetadataUsageId;
extern const uint32_t DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7_MetadataUsageId;
extern const uint32_t DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685_MetadataUsageId;
extern const uint32_t DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_MetadataUsageId;
extern const uint32_t DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53_MetadataUsageId;
extern const uint32_t DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A_MetadataUsageId;
extern const uint32_t DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC_MetadataUsageId;
extern const uint32_t DateTimeFormat_GetAllDateTimes_m5B16220DC7E79BE3C54751C2389C461C0A66B0CF_MetadataUsageId;
extern const uint32_t DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9_MetadataUsageId;
extern const uint32_t DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_MetadataUsageId;
extern const uint32_t DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC_MetadataUsageId;
extern const uint32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_MetadataUsageId;
extern const uint32_t DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34_MetadataUsageId;
extern const uint32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_MetadataUsageId;
extern const uint32_t DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_MetadataUsageId;
extern const uint32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_MetadataUsageId;
extern const uint32_t DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_MetadataUsageId;
extern const uint32_t DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_MetadataUsageId;
extern const uint32_t DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_MetadataUsageId;
extern const uint32_t DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_MetadataUsageId;
extern const uint32_t DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_MetadataUsageId;
extern const uint32_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_MetadataUsageId;
extern const uint32_t DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408_MetadataUsageId;
extern const uint32_t DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_MetadataUsageId;
extern const uint32_t DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_MetadataUsageId;
extern const uint32_t DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_MetadataUsageId;
extern const uint32_t DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_MetadataUsageId;
extern const uint32_t DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_MetadataUsageId;
extern const uint32_t DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_MetadataUsageId;
extern const uint32_t DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D_MetadataUsageId;
extern const uint32_t DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393_MetadataUsageId;
extern const uint32_t DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478_MetadataUsageId;
extern const uint32_t DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988_MetadataUsageId;
extern const uint32_t DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80_MetadataUsageId;
extern const uint32_t DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6_MetadataUsageId;
extern const uint32_t DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15_MetadataUsageId;
extern const uint32_t DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436_MetadataUsageId;
extern const uint32_t DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83_MetadataUsageId;
extern const uint32_t DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC_MetadataUsageId;
extern const uint32_t DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF_MetadataUsageId;
extern const uint32_t DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02_MetadataUsageId;
extern const uint32_t DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075_MetadataUsageId;
extern const uint32_t DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD_MetadataUsageId;
extern const uint32_t DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD_MetadataUsageId;
extern const uint32_t DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622_MetadataUsageId;
extern const uint32_t DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_MetadataUsageId;
extern const uint32_t DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96_MetadataUsageId;
extern const uint32_t DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28_MetadataUsageId;
extern const uint32_t DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_MetadataUsageId;
extern const uint32_t DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D_MetadataUsageId;
extern const uint32_t DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D_MetadataUsageId;
extern const uint32_t DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324_MetadataUsageId;
extern const uint32_t DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E_MetadataUsageId;
extern const uint32_t DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE_MetadataUsageId;
extern const uint32_t DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C_MetadataUsageId;
extern const uint32_t DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE_MetadataUsageId;
extern const uint32_t DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0_MetadataUsageId;
extern const uint32_t DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1_MetadataUsageId;
extern const uint32_t DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99_MetadataUsageId;
extern const uint32_t DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445_MetadataUsageId;
extern const uint32_t DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_MetadataUsageId;
extern const uint32_t DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_MetadataUsageId;
extern const uint32_t DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_MetadataUsageId;
extern const uint32_t DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_MetadataUsageId;
extern const uint32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_MetadataUsageId;
extern const uint32_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_MetadataUsageId;
extern const uint32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_MetadataUsageId;
extern const uint32_t DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_MetadataUsageId;
extern const uint32_t DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_MetadataUsageId;
extern const uint32_t DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_MetadataUsageId;
extern const uint32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_MetadataUsageId;
extern const uint32_t DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D_MetadataUsageId;
extern const uint32_t DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6_MetadataUsageId;
extern const uint32_t DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_MetadataUsageId;
extern const uint32_t DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56_MetadataUsageId;
extern const uint32_t DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F_MetadataUsageId;
extern const uint32_t DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_MetadataUsageId;
extern const uint32_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_MetadataUsageId;
extern const uint32_t DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_MetadataUsageId;
extern const uint32_t DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB_MetadataUsageId;
extern const uint32_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_MetadataUsageId;
extern const uint32_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_MetadataUsageId;
extern const uint32_t DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_MetadataUsageId;
extern const uint32_t DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4_MetadataUsageId;
extern const uint32_t DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B_MetadataUsageId;
extern const uint32_t DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A_MetadataUsageId;
extern const uint32_t DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D_MetadataUsageId;
extern const uint32_t DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8_MetadataUsageId;
extern const uint32_t DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_MetadataUsageId;
extern const uint32_t DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_MetadataUsageId;
extern const uint32_t DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_MetadataUsageId;
extern const uint32_t DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A_MetadataUsageId;
extern const uint32_t DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B_MetadataUsageId;
extern const uint32_t DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58_MetadataUsageId;
extern const uint32_t DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_MetadataUsageId;
extern const uint32_t DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_MetadataUsageId;
extern const uint32_t DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_MetadataUsageId;
extern const uint32_t DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_MetadataUsageId;
extern const uint32_t DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_MetadataUsageId;
extern const uint32_t DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_MetadataUsageId;
extern const uint32_t DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_MetadataUsageId;
extern const uint32_t DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_MetadataUsageId;
extern const uint32_t DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2_MetadataUsageId;
extern const uint32_t DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1_MetadataUsageId;
extern const uint32_t DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_MetadataUsageId;
extern const uint32_t DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_MetadataUsageId;
extern const uint32_t KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_MetadataUsageId;
extern const uint32_t KeyCollection_GetEnumerator_mDDD12D3A054E820FB09D8F856F3630766EC5A79B_MetadataUsageId;
extern const uint32_t LowLevelComparer_Compare_m950FD3BE5F5E45A8603E7F41582B14316F91863E_MetadataUsageId;
extern const uint32_t LowLevelComparer__cctor_m2DCDAD27BA9553BF9C77B200A37B4C26B5146B53_MetadataUsageId;
extern const uint32_t QueueDebugView__ctor_m222F09D4551C49644E6FE2B4F659D7DC00A9A9AA_MetadataUsageId;
extern const uint32_t QueueEnumerator_MoveNext_mD32B729CB15A926B5CD49F1A1227DE43601953F8_MetadataUsageId;
extern const uint32_t QueueEnumerator_Reset_mA1E9C48A119A6E6A98564BD3201D2B5E528986A4_MetadataUsageId;
extern const uint32_t QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C_MetadataUsageId;
extern const uint32_t Queue_Clone_m8827A33C420FB6B1432366B24D98FE7280729D66_MetadataUsageId;
extern const uint32_t Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_MetadataUsageId;
extern const uint32_t Queue_Dequeue_m76B0ECD1EFE53DF0AAFEB184912007322CDE7EB4_MetadataUsageId;
extern const uint32_t Queue_GetEnumerator_m8730E4BCDE57279CFC39992DB55CA7D6E508E2E6_MetadataUsageId;
extern const uint32_t Queue_Peek_m494EF9110AE8F89DC0999577445BD8FBBCA79BB4_MetadataUsageId;
extern const uint32_t Queue_SetCapacity_mB3C8692505E4094B25C932B8AED6EB6A032283A0_MetadataUsageId;
extern const uint32_t Queue_ToArray_mED2DE7F1BC0135A34DB8DD72E8F272DCD5FA2918_MetadataUsageId;
extern const uint32_t Queue__ctor_m9D54C0C05803263517B6B75FC6BF08371A28EC52_MetadataUsageId;
extern const uint32_t Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979_MetadataUsageId;
extern const uint32_t Queue_get_SyncRoot_m498B47192FC69A5493708D478CAFEB16B5B3E676_MetadataUsageId;
extern const uint32_t SortedListDebugView__ctor_mD5CE2BDB37B69ACDB437F4D35C488097C190C9FF_MetadataUsageId;
extern const uint32_t SortedListEnumerator_MoveNext_m9E4024F4C87D1FE851B86685062E1EB389D56266_MetadataUsageId;
extern const uint32_t SortedListEnumerator_Reset_mA0ACBEBFF0955F4BF3B6CA08C028361AE993C1A4_MetadataUsageId;
extern const uint32_t SortedListEnumerator_get_Current_mD1C66071084DE980DC97EABCE7BFBCCF96066120_MetadataUsageId;
extern const uint32_t SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E_MetadataUsageId;
extern const uint32_t SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E_MetadataUsageId;
extern const uint32_t SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14_MetadataUsageId;
extern const uint32_t SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233_MetadataUsageId;
extern const uint32_t SortedList_Clone_m764F0897536D23F33ECE5691E3009C24D551F78C_MetadataUsageId;
extern const uint32_t SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_MetadataUsageId;
extern const uint32_t SortedList_GetByIndex_m607E058040C2B336081FC368D6CEE51AE5D69957_MetadataUsageId;
extern const uint32_t SortedList_GetEnumerator_mB2E4690D0E5C0303FBC478A7EE26B460AD07BB1F_MetadataUsageId;
extern const uint32_t SortedList_GetKey_m07A9F7D84DDBDC427636D5BAA4513C7E510006FC_MetadataUsageId;
extern const uint32_t SortedList_GetValueList_m787668D1485A261E0052DD2661E1D0FB76C2A6BA_MetadataUsageId;
extern const uint32_t SortedList_IndexOfKey_m46FB7175A30C6A18230D8D0841DFF593E3D2425D_MetadataUsageId;
extern const uint32_t SortedList_IndexOfValue_m75AD0951F7DB4214C945D4D1716F5F7EC953B115_MetadataUsageId;
extern const uint32_t SortedList_Init_m117CAD874BDC5E2559B518368A167CD4011F54C5_MetadataUsageId;
extern const uint32_t SortedList_RemoveAt_m5EB61F5A3B6D5DD93169325D7EEF41C34547813D_MetadataUsageId;
extern const uint32_t SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458_MetadataUsageId;
extern const uint32_t SortedList_System_Collections_IEnumerable_GetEnumerator_mE8559C93A4F9E049FA398E5DF0635B5D4AE8FE5D_MetadataUsageId;
extern const uint32_t SortedList_ToKeyValuePairsArray_m23017EF6C48C59EEE36B10DBCDF895404208DDE1_MetadataUsageId;
extern const uint32_t SortedList__cctor_m6A728310AF9D3D2330C935724E8B7D211A5EC016_MetadataUsageId;
extern const uint32_t SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D_MetadataUsageId;
extern const uint32_t SortedList_get_SyncRoot_m9B6378B572BC8CEF951E5C477EB24EAFBE6A894B_MetadataUsageId;
extern const uint32_t SortedList_set_Capacity_mBE3FA4CD3FFF4D79E340C95007ED475AC96EFB52_MetadataUsageId;
extern const uint32_t SortedList_set_Item_m070CA28A6691AB17E1A464BA43975503365EE0CC_MetadataUsageId;
extern const uint32_t StackDebugView__ctor_m7CFC8EA970355962DE36D61D057CAF38DB6F393F_MetadataUsageId;
extern const uint32_t StackEnumerator_MoveNext_m7C00619A440FB2C12C0A5C3C8CEB934250C3DE22_MetadataUsageId;
extern const uint32_t StackEnumerator_Reset_m72AB015F4BB163EC9DC19457743EF309A4C24187_MetadataUsageId;
extern const uint32_t StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22_MetadataUsageId;
extern const uint32_t Stack_Clone_m970E7DDDA2100E11F01BF22FDC51B59A0058BB65_MetadataUsageId;
extern const uint32_t Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_MetadataUsageId;
extern const uint32_t Stack_GetEnumerator_m58A7F61531021CA2F3BF52854236229EB85F6E92_MetadataUsageId;
extern const uint32_t Stack_Peek_mEAC45FC37790CF917154F27345E106C2EE38346C_MetadataUsageId;
extern const uint32_t Stack_Pop_m5419FBFC126E7004A81612F90B8137C5629F7CDE_MetadataUsageId;
extern const uint32_t Stack_Push_m971376A29407806EA49448EBDF6DECCCE8AF6358_MetadataUsageId;
extern const uint32_t Stack_ToArray_mEB24359E96AA308E18AAF84B69BE811D577980F1_MetadataUsageId;
extern const uint32_t Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08_MetadataUsageId;
extern const uint32_t Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193_MetadataUsageId;
extern const uint32_t Stack_get_SyncRoot_mD2CA98A101E2F7EF48457FA8496700E438054EB6_MetadataUsageId;
extern const uint32_t SyncHashtable_Clone_m13B484BC6DD78F6EBD4E2C23F242B660CD5C3EFD_MetadataUsageId;
extern const uint32_t SyncHashtable_ContainsKey_m2535E9B4F57EA6CF6D26945A835838B4AD24EEDD_MetadataUsageId;
extern const uint32_t SyncHashtable_GetObjectData_m893D45F4B0C1EE87E4A89A8EF33ED30978A29C38_MetadataUsageId;
extern const uint32_t SyncHashtable__ctor_m818995791B476F454D5EF898AF16DE75CC0C2EB1_MetadataUsageId;
extern const uint32_t SyncSortedList_IndexOfKey_m15C2D437CF0DC94819E808B7D7930EFC03E8AE10_MetadataUsageId;
extern const uint32_t SyncSortedList__ctor_mB40704E91760DC82374A9112ACB76744F60ED2E2_MetadataUsageId;
extern const uint32_t ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_MetadataUsageId;
extern const uint32_t ValueCollection_GetEnumerator_m2FE21FA38B2969847E17733337A097A1374BF42C_MetadataUsageId;
extern const uint32_t ValueList_Add_mB8794C295CC62AB35096EE27A481E8A30BD30B04_MetadataUsageId;
extern const uint32_t ValueList_Clear_m9753CB2AF143162A597E97279F99FEF687A06C07_MetadataUsageId;
extern const uint32_t ValueList_CopyTo_mB6C4D3E38A405F02D80EC5CE18E246D3D447AA19_MetadataUsageId;
extern const uint32_t ValueList_GetEnumerator_m64247109B74752BEC8B6A96092D21D8573E459C1_MetadataUsageId;
extern const uint32_t ValueList_IndexOf_m98F72D41D170C0F3C874FB0E6549885CF33562DE_MetadataUsageId;
extern const uint32_t ValueList_Insert_m28C14D2292C26CEEA93F4C1DC8DF5FE1807AEE53_MetadataUsageId;
extern const uint32_t ValueList_RemoveAt_m35113DF97CC414BD1312E65EB0F58BACF60D87C1_MetadataUsageId;
extern const uint32_t ValueList_Remove_mA2FEB0A0A2022DA19689374C7232CB5161AFF49D_MetadataUsageId;
extern const uint32_t ValueList_set_Item_mCAB63AA0CB69814B3973E323C78EBD8BD4BEACCB_MetadataUsageId;
extern const uint32_t WindowsCancelHandler_BeginInvoke_m81C599A998316D97045F021332275532AFFBAB2D_MetadataUsageId;
extern const uint32_t WindowsConsole_DoWindowsConsoleCancelEvent_m4FAC7A4ADAFBDC6AACB88F9B38FCA6511BC79627_MetadataUsageId;
extern const uint32_t WindowsConsole_GetInputCodePage_m492EDD139F7E66A90971A069FA4DD63000F77B4F_MetadataUsageId;
extern const uint32_t WindowsConsole_GetOutputCodePage_mAF546B0FBC6558F7F2636A86E8733AD4AD2C4DE3_MetadataUsageId;
extern const uint32_t WindowsConsole__cctor_m5F32EAD6176EB9FCC8E4BF9E34FCA25348324BB9_MetadataUsageId;
extern const uint32_t bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_com_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290;
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E;
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#define ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifndef COMPARER_T02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_H
#define COMPARER_T02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Comparer
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B : public RuntimeObject
{
public:
// System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0;
public:
inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B, ___m_compareInfo_0)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; }
inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___m_compareInfo_0), value);
}
};
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields
{
public:
// System.Collections.Comparer System.Collections.Comparer::Default
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * ___Default_1;
// System.Collections.Comparer System.Collections.Comparer::DefaultInvariant
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * ___DefaultInvariant_2;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields, ___Default_1)); }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * get_Default_1() const { return ___Default_1; }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((&___Default_1), value);
}
inline static int32_t get_offset_of_DefaultInvariant_2() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields, ___DefaultInvariant_2)); }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * get_DefaultInvariant_2() const { return ___DefaultInvariant_2; }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B ** get_address_of_DefaultInvariant_2() { return &___DefaultInvariant_2; }
inline void set_DefaultInvariant_2(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * value)
{
___DefaultInvariant_2 = value;
Il2CppCodeGenWriteBarrier((&___DefaultInvariant_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPARER_T02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_H
#ifndef LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#define LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifndef HASHTABLEENUMERATOR_TE5C908D6870E805494E774BF3CEF4919425455E9_H
#define HASHTABLEENUMERATOR_TE5C908D6870E805494E774BF3CEF4919425455E9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable_HashtableEnumerator
struct HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Collections.Hashtable_HashtableEnumerator::hashtable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable_0;
// System.Int32 System.Collections.Hashtable_HashtableEnumerator::bucket
int32_t ___bucket_1;
// System.Int32 System.Collections.Hashtable_HashtableEnumerator::version
int32_t ___version_2;
// System.Boolean System.Collections.Hashtable_HashtableEnumerator::current
bool ___current_3;
// System.Int32 System.Collections.Hashtable_HashtableEnumerator::getObjectRetType
int32_t ___getObjectRetType_4;
// System.Object System.Collections.Hashtable_HashtableEnumerator::currentKey
RuntimeObject * ___currentKey_5;
// System.Object System.Collections.Hashtable_HashtableEnumerator::currentValue
RuntimeObject * ___currentValue_6;
public:
inline static int32_t get_offset_of_hashtable_0() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___hashtable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashtable_0() const { return ___hashtable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashtable_0() { return &___hashtable_0; }
inline void set_hashtable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___hashtable_0 = value;
Il2CppCodeGenWriteBarrier((&___hashtable_0), value);
}
inline static int32_t get_offset_of_bucket_1() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___bucket_1)); }
inline int32_t get_bucket_1() const { return ___bucket_1; }
inline int32_t* get_address_of_bucket_1() { return &___bucket_1; }
inline void set_bucket_1(int32_t value)
{
___bucket_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___current_3)); }
inline bool get_current_3() const { return ___current_3; }
inline bool* get_address_of_current_3() { return &___current_3; }
inline void set_current_3(bool value)
{
___current_3 = value;
}
inline static int32_t get_offset_of_getObjectRetType_4() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___getObjectRetType_4)); }
inline int32_t get_getObjectRetType_4() const { return ___getObjectRetType_4; }
inline int32_t* get_address_of_getObjectRetType_4() { return &___getObjectRetType_4; }
inline void set_getObjectRetType_4(int32_t value)
{
___getObjectRetType_4 = value;
}
inline static int32_t get_offset_of_currentKey_5() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___currentKey_5)); }
inline RuntimeObject * get_currentKey_5() const { return ___currentKey_5; }
inline RuntimeObject ** get_address_of_currentKey_5() { return &___currentKey_5; }
inline void set_currentKey_5(RuntimeObject * value)
{
___currentKey_5 = value;
Il2CppCodeGenWriteBarrier((&___currentKey_5), value);
}
inline static int32_t get_offset_of_currentValue_6() { return static_cast<int32_t>(offsetof(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9, ___currentValue_6)); }
inline RuntimeObject * get_currentValue_6() const { return ___currentValue_6; }
inline RuntimeObject ** get_address_of_currentValue_6() { return &___currentValue_6; }
inline void set_currentValue_6(RuntimeObject * value)
{
___currentValue_6 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLEENUMERATOR_TE5C908D6870E805494E774BF3CEF4919425455E9_H
#ifndef KEYCOLLECTION_TD91D15A31EC3120D546EE76142B497C52F7C78D2_H
#define KEYCOLLECTION_TD91D15A31EC3120D546EE76142B497C52F7C78D2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable_KeyCollection
struct KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Collections.Hashtable_KeyCollection::_hashtable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____hashtable_0;
public:
inline static int32_t get_offset_of__hashtable_0() { return static_cast<int32_t>(offsetof(KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2, ____hashtable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__hashtable_0() const { return ____hashtable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__hashtable_0() { return &____hashtable_0; }
inline void set__hashtable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____hashtable_0 = value;
Il2CppCodeGenWriteBarrier((&____hashtable_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYCOLLECTION_TD91D15A31EC3120D546EE76142B497C52F7C78D2_H
#ifndef VALUECOLLECTION_TB345B5DC94E72D8A66D69930DB4466A86CA93BF6_H
#define VALUECOLLECTION_TB345B5DC94E72D8A66D69930DB4466A86CA93BF6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable_ValueCollection
struct ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Collections.Hashtable_ValueCollection::_hashtable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____hashtable_0;
public:
inline static int32_t get_offset_of__hashtable_0() { return static_cast<int32_t>(offsetof(ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6, ____hashtable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__hashtable_0() const { return ____hashtable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__hashtable_0() { return &____hashtable_0; }
inline void set__hashtable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____hashtable_0 = value;
Il2CppCodeGenWriteBarrier((&____hashtable_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_TB345B5DC94E72D8A66D69930DB4466A86CA93BF6_H
#ifndef KEYVALUEPAIRS_T58C6D38D4557E04680306FEFA05058B43E879D29_H
#define KEYVALUEPAIRS_T58C6D38D4557E04680306FEFA05058B43E879D29_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.KeyValuePairs
struct KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 : public RuntimeObject
{
public:
// System.Object System.Collections.KeyValuePairs::key
RuntimeObject * ___key_0;
// System.Object System.Collections.KeyValuePairs::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((&___key_0), value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYVALUEPAIRS_T58C6D38D4557E04680306FEFA05058B43E879D29_H
#ifndef LOWLEVELCOMPARER_T4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_H
#define LOWLEVELCOMPARER_T4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.LowLevelComparer
struct LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 : public RuntimeObject
{
public:
public:
};
struct LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_StaticFields
{
public:
// System.Collections.LowLevelComparer System.Collections.LowLevelComparer::Default
LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * ___Default_0;
public:
inline static int32_t get_offset_of_Default_0() { return static_cast<int32_t>(offsetof(LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_StaticFields, ___Default_0)); }
inline LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * get_Default_0() const { return ___Default_0; }
inline LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 ** get_address_of_Default_0() { return &___Default_0; }
inline void set_Default_0(LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * value)
{
___Default_0 = value;
Il2CppCodeGenWriteBarrier((&___Default_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LOWLEVELCOMPARER_T4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_H
#ifndef QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#define QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Queue::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Queue::_head
int32_t ____head_1;
// System.Int32 System.Collections.Queue::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Queue::_size
int32_t ____size_3;
// System.Int32 System.Collections.Queue::_growFactor
int32_t ____growFactor_4;
// System.Int32 System.Collections.Queue::_version
int32_t ____version_5;
// System.Object System.Collections.Queue::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__growFactor_4() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____growFactor_4)); }
inline int32_t get__growFactor_4() const { return ____growFactor_4; }
inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; }
inline void set__growFactor_4(int32_t value)
{
____growFactor_4 = value;
}
inline static int32_t get_offset_of__version_5() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____version_5)); }
inline int32_t get__version_5() const { return ____version_5; }
inline int32_t* get_address_of__version_5() { return &____version_5; }
inline void set__version_5(int32_t value)
{
____version_5 = value;
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifndef QUEUEDEBUGVIEW_T5FF125EC597686F20C5494132C038361EFFE6FEA_H
#define QUEUEDEBUGVIEW_T5FF125EC597686F20C5494132C038361EFFE6FEA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue_QueueDebugView
struct QueueDebugView_t5FF125EC597686F20C5494132C038361EFFE6FEA : public RuntimeObject
{
public:
// System.Collections.Queue System.Collections.Queue_QueueDebugView::queue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_0;
public:
inline static int32_t get_offset_of_queue_0() { return static_cast<int32_t>(offsetof(QueueDebugView_t5FF125EC597686F20C5494132C038361EFFE6FEA, ___queue_0)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_0() const { return ___queue_0; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_0() { return &___queue_0; }
inline void set_queue_0(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___queue_0 = value;
Il2CppCodeGenWriteBarrier((&___queue_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUEDEBUGVIEW_T5FF125EC597686F20C5494132C038361EFFE6FEA_H
#ifndef QUEUEENUMERATOR_T01610B48FE6A96358FDC0C32E2E04352EA2216FA_H
#define QUEUEENUMERATOR_T01610B48FE6A96358FDC0C32E2E04352EA2216FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue_QueueEnumerator
struct QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA : public RuntimeObject
{
public:
// System.Collections.Queue System.Collections.Queue_QueueEnumerator::_q
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ____q_0;
// System.Int32 System.Collections.Queue_QueueEnumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Queue_QueueEnumerator::_version
int32_t ____version_2;
// System.Object System.Collections.Queue_QueueEnumerator::currentElement
RuntimeObject * ___currentElement_3;
public:
inline static int32_t get_offset_of__q_0() { return static_cast<int32_t>(offsetof(QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA, ____q_0)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get__q_0() const { return ____q_0; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of__q_0() { return &____q_0; }
inline void set__q_0(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
____q_0 = value;
Il2CppCodeGenWriteBarrier((&____q_0), value);
}
inline static int32_t get_offset_of__index_1() { return static_cast<int32_t>(offsetof(QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA, ____index_1)); }
inline int32_t get__index_1() const { return ____index_1; }
inline int32_t* get_address_of__index_1() { return &____index_1; }
inline void set__index_1(int32_t value)
{
____index_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of_currentElement_3() { return static_cast<int32_t>(offsetof(QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA, ___currentElement_3)); }
inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; }
inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; }
inline void set_currentElement_3(RuntimeObject * value)
{
___currentElement_3 = value;
Il2CppCodeGenWriteBarrier((&___currentElement_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUEENUMERATOR_T01610B48FE6A96358FDC0C32E2E04352EA2216FA_H
#ifndef SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_H
#define SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.SortedList
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E : public RuntimeObject
{
public:
// System.Object[] System.Collections.SortedList::keys
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___keys_0;
// System.Object[] System.Collections.SortedList::values
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values_1;
// System.Int32 System.Collections.SortedList::_size
int32_t ____size_2;
// System.Int32 System.Collections.SortedList::version
int32_t ___version_3;
// System.Collections.IComparer System.Collections.SortedList::comparer
RuntimeObject* ___comparer_4;
// System.Collections.SortedList_ValueList System.Collections.SortedList::valueList
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * ___valueList_5;
// System.Object System.Collections.SortedList::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of_keys_0() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___keys_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_keys_0() const { return ___keys_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_keys_0() { return &___keys_0; }
inline void set_keys_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___keys_0 = value;
Il2CppCodeGenWriteBarrier((&___keys_0), value);
}
inline static int32_t get_offset_of_values_1() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___values_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_values_1() const { return ___values_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_values_1() { return &___values_1; }
inline void set_values_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___values_1 = value;
Il2CppCodeGenWriteBarrier((&___values_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_comparer_4() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___comparer_4)); }
inline RuntimeObject* get_comparer_4() const { return ___comparer_4; }
inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; }
inline void set_comparer_4(RuntimeObject* value)
{
___comparer_4 = value;
Il2CppCodeGenWriteBarrier((&___comparer_4), value);
}
inline static int32_t get_offset_of_valueList_5() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___valueList_5)); }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * get_valueList_5() const { return ___valueList_5; }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE ** get_address_of_valueList_5() { return &___valueList_5; }
inline void set_valueList_5(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * value)
{
___valueList_5 = value;
Il2CppCodeGenWriteBarrier((&___valueList_5), value);
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields
{
public:
// System.Object[] System.Collections.SortedList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_7;
public:
inline static int32_t get_offset_of_emptyArray_7() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields, ___emptyArray_7)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_7() const { return ___emptyArray_7; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_7() { return &___emptyArray_7; }
inline void set_emptyArray_7(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_7 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_H
#ifndef SORTEDLISTDEBUGVIEW_T685B663AA79F56A8B544B3E77D59D21B816440E7_H
#define SORTEDLISTDEBUGVIEW_T685B663AA79F56A8B544B3E77D59D21B816440E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.SortedList_SortedListDebugView
struct SortedListDebugView_t685B663AA79F56A8B544B3E77D59D21B816440E7 : public RuntimeObject
{
public:
// System.Collections.SortedList System.Collections.SortedList_SortedListDebugView::sortedList
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList_0;
public:
inline static int32_t get_offset_of_sortedList_0() { return static_cast<int32_t>(offsetof(SortedListDebugView_t685B663AA79F56A8B544B3E77D59D21B816440E7, ___sortedList_0)); }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_sortedList_0() const { return ___sortedList_0; }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_sortedList_0() { return &___sortedList_0; }
inline void set_sortedList_0(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value)
{
___sortedList_0 = value;
Il2CppCodeGenWriteBarrier((&___sortedList_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTEDLISTDEBUGVIEW_T685B663AA79F56A8B544B3E77D59D21B816440E7_H
#ifndef SORTEDLISTENUMERATOR_T0B3C08255F72412FF007E1CEBA45EEFAED17443E_H
#define SORTEDLISTENUMERATOR_T0B3C08255F72412FF007E1CEBA45EEFAED17443E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.SortedList_SortedListEnumerator
struct SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E : public RuntimeObject
{
public:
// System.Collections.SortedList System.Collections.SortedList_SortedListEnumerator::sortedList
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList_0;
// System.Object System.Collections.SortedList_SortedListEnumerator::key
RuntimeObject * ___key_1;
// System.Object System.Collections.SortedList_SortedListEnumerator::value
RuntimeObject * ___value_2;
// System.Int32 System.Collections.SortedList_SortedListEnumerator::index
int32_t ___index_3;
// System.Int32 System.Collections.SortedList_SortedListEnumerator::startIndex
int32_t ___startIndex_4;
// System.Int32 System.Collections.SortedList_SortedListEnumerator::endIndex
int32_t ___endIndex_5;
// System.Int32 System.Collections.SortedList_SortedListEnumerator::version
int32_t ___version_6;
// System.Boolean System.Collections.SortedList_SortedListEnumerator::current
bool ___current_7;
// System.Int32 System.Collections.SortedList_SortedListEnumerator::getObjectRetType
int32_t ___getObjectRetType_8;
public:
inline static int32_t get_offset_of_sortedList_0() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___sortedList_0)); }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_sortedList_0() const { return ___sortedList_0; }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_sortedList_0() { return &___sortedList_0; }
inline void set_sortedList_0(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value)
{
___sortedList_0 = value;
Il2CppCodeGenWriteBarrier((&___sortedList_0), value);
}
inline static int32_t get_offset_of_key_1() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___key_1)); }
inline RuntimeObject * get_key_1() const { return ___key_1; }
inline RuntimeObject ** get_address_of_key_1() { return &___key_1; }
inline void set_key_1(RuntimeObject * value)
{
___key_1 = value;
Il2CppCodeGenWriteBarrier((&___key_1), value);
}
inline static int32_t get_offset_of_value_2() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___value_2)); }
inline RuntimeObject * get_value_2() const { return ___value_2; }
inline RuntimeObject ** get_address_of_value_2() { return &___value_2; }
inline void set_value_2(RuntimeObject * value)
{
___value_2 = value;
Il2CppCodeGenWriteBarrier((&___value_2), value);
}
inline static int32_t get_offset_of_index_3() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___index_3)); }
inline int32_t get_index_3() const { return ___index_3; }
inline int32_t* get_address_of_index_3() { return &___index_3; }
inline void set_index_3(int32_t value)
{
___index_3 = value;
}
inline static int32_t get_offset_of_startIndex_4() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___startIndex_4)); }
inline int32_t get_startIndex_4() const { return ___startIndex_4; }
inline int32_t* get_address_of_startIndex_4() { return &___startIndex_4; }
inline void set_startIndex_4(int32_t value)
{
___startIndex_4 = value;
}
inline static int32_t get_offset_of_endIndex_5() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___endIndex_5)); }
inline int32_t get_endIndex_5() const { return ___endIndex_5; }
inline int32_t* get_address_of_endIndex_5() { return &___endIndex_5; }
inline void set_endIndex_5(int32_t value)
{
___endIndex_5 = value;
}
inline static int32_t get_offset_of_version_6() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___version_6)); }
inline int32_t get_version_6() const { return ___version_6; }
inline int32_t* get_address_of_version_6() { return &___version_6; }
inline void set_version_6(int32_t value)
{
___version_6 = value;
}
inline static int32_t get_offset_of_current_7() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___current_7)); }
inline bool get_current_7() const { return ___current_7; }
inline bool* get_address_of_current_7() { return &___current_7; }
inline void set_current_7(bool value)
{
___current_7 = value;
}
inline static int32_t get_offset_of_getObjectRetType_8() { return static_cast<int32_t>(offsetof(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E, ___getObjectRetType_8)); }
inline int32_t get_getObjectRetType_8() const { return ___getObjectRetType_8; }
inline int32_t* get_address_of_getObjectRetType_8() { return &___getObjectRetType_8; }
inline void set_getObjectRetType_8(int32_t value)
{
___getObjectRetType_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTEDLISTENUMERATOR_T0B3C08255F72412FF007E1CEBA45EEFAED17443E_H
#ifndef VALUELIST_T1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE_H
#define VALUELIST_T1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.SortedList_ValueList
struct ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE : public RuntimeObject
{
public:
// System.Collections.SortedList System.Collections.SortedList_ValueList::sortedList
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList_0;
public:
inline static int32_t get_offset_of_sortedList_0() { return static_cast<int32_t>(offsetof(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE, ___sortedList_0)); }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_sortedList_0() const { return ___sortedList_0; }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_sortedList_0() { return &___sortedList_0; }
inline void set_sortedList_0(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value)
{
___sortedList_0 = value;
Il2CppCodeGenWriteBarrier((&___sortedList_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUELIST_T1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE_H
#ifndef STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#define STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifndef STACKDEBUGVIEW_TE0C0C7F6AD6752160144359775846DFDDD36CB2E_H
#define STACKDEBUGVIEW_TE0C0C7F6AD6752160144359775846DFDDD36CB2E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Stack_StackDebugView
struct StackDebugView_tE0C0C7F6AD6752160144359775846DFDDD36CB2E : public RuntimeObject
{
public:
// System.Collections.Stack System.Collections.Stack_StackDebugView::stack
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_0;
public:
inline static int32_t get_offset_of_stack_0() { return static_cast<int32_t>(offsetof(StackDebugView_tE0C0C7F6AD6752160144359775846DFDDD36CB2E, ___stack_0)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_0() const { return ___stack_0; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_0() { return &___stack_0; }
inline void set_stack_0(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___stack_0 = value;
Il2CppCodeGenWriteBarrier((&___stack_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKDEBUGVIEW_TE0C0C7F6AD6752160144359775846DFDDD36CB2E_H
#ifndef STACKENUMERATOR_TAD5D58C2B92BF36AB7BEDF4405635CB160515DDA_H
#define STACKENUMERATOR_TAD5D58C2B92BF36AB7BEDF4405635CB160515DDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Stack_StackEnumerator
struct StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA : public RuntimeObject
{
public:
// System.Collections.Stack System.Collections.Stack_StackEnumerator::_stack
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ____stack_0;
// System.Int32 System.Collections.Stack_StackEnumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Stack_StackEnumerator::_version
int32_t ____version_2;
// System.Object System.Collections.Stack_StackEnumerator::currentElement
RuntimeObject * ___currentElement_3;
public:
inline static int32_t get_offset_of__stack_0() { return static_cast<int32_t>(offsetof(StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA, ____stack_0)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get__stack_0() const { return ____stack_0; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of__stack_0() { return &____stack_0; }
inline void set__stack_0(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
____stack_0 = value;
Il2CppCodeGenWriteBarrier((&____stack_0), value);
}
inline static int32_t get_offset_of__index_1() { return static_cast<int32_t>(offsetof(StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA, ____index_1)); }
inline int32_t get__index_1() const { return ____index_1; }
inline int32_t* get_address_of__index_1() { return &____index_1; }
inline void set__index_1(int32_t value)
{
____index_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of_currentElement_3() { return static_cast<int32_t>(offsetof(StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA, ___currentElement_3)); }
inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; }
inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; }
inline void set_currentElement_3(RuntimeObject * value)
{
___currentElement_3 = value;
Il2CppCodeGenWriteBarrier((&___currentElement_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKENUMERATOR_TAD5D58C2B92BF36AB7BEDF4405635CB160515DDA_H
#ifndef COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#define COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.CompatibilitySwitches
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject
{
public:
public:
};
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields
{
public:
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4
bool ___IsAppEarlierThanSilverlight4_0;
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8
bool ___IsAppEarlierThanWindowsPhone8_1;
public:
inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); }
inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; }
inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; }
inline void set_IsAppEarlierThanSilverlight4_0(bool value)
{
___IsAppEarlierThanSilverlight4_0 = value;
}
inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); }
inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; }
inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; }
inline void set_IsAppEarlierThanWindowsPhone8_1(bool value)
{
___IsAppEarlierThanWindowsPhone8_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifndef CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#define CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Console
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D : public RuntimeObject
{
public:
public:
};
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields
{
public:
// System.IO.TextWriter System.Console::stdout
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stdout_0;
// System.IO.TextWriter System.Console::stderr
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stderr_1;
// System.IO.TextReader System.Console::stdin
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___stdin_2;
// System.Text.Encoding System.Console::inputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding_3;
// System.Text.Encoding System.Console::outputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding_4;
// System.ConsoleCancelEventHandler System.Console::cancel_event
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * ___cancel_event_5;
// System.Console_InternalCancelHandler System.Console::cancel_handler
InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * ___cancel_handler_6;
public:
inline static int32_t get_offset_of_stdout_0() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdout_0)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stdout_0() const { return ___stdout_0; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stdout_0() { return &___stdout_0; }
inline void set_stdout_0(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stdout_0 = value;
Il2CppCodeGenWriteBarrier((&___stdout_0), value);
}
inline static int32_t get_offset_of_stderr_1() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stderr_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stderr_1() const { return ___stderr_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stderr_1() { return &___stderr_1; }
inline void set_stderr_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stderr_1 = value;
Il2CppCodeGenWriteBarrier((&___stderr_1), value);
}
inline static int32_t get_offset_of_stdin_2() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdin_2)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_stdin_2() const { return ___stdin_2; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_stdin_2() { return &___stdin_2; }
inline void set_stdin_2(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___stdin_2 = value;
Il2CppCodeGenWriteBarrier((&___stdin_2), value);
}
inline static int32_t get_offset_of_inputEncoding_3() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___inputEncoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_inputEncoding_3() const { return ___inputEncoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; }
inline void set_inputEncoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___inputEncoding_3 = value;
Il2CppCodeGenWriteBarrier((&___inputEncoding_3), value);
}
inline static int32_t get_offset_of_outputEncoding_4() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___outputEncoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_outputEncoding_4() const { return ___outputEncoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; }
inline void set_outputEncoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___outputEncoding_4 = value;
Il2CppCodeGenWriteBarrier((&___outputEncoding_4), value);
}
inline static int32_t get_offset_of_cancel_event_5() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_event_5)); }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * get_cancel_event_5() const { return ___cancel_event_5; }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 ** get_address_of_cancel_event_5() { return &___cancel_event_5; }
inline void set_cancel_event_5(ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * value)
{
___cancel_event_5 = value;
Il2CppCodeGenWriteBarrier((&___cancel_event_5), value);
}
inline static int32_t get_offset_of_cancel_handler_6() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_handler_6)); }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * get_cancel_handler_6() const { return ___cancel_handler_6; }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; }
inline void set_cancel_handler_6(InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * value)
{
___cancel_handler_6 = value;
Il2CppCodeGenWriteBarrier((&___cancel_handler_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#ifndef WINDOWSCONSOLE_TE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_H
#define WINDOWSCONSOLE_TE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Console_WindowsConsole
struct WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B : public RuntimeObject
{
public:
public:
};
struct WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_StaticFields
{
public:
// System.Boolean System.Console_WindowsConsole::ctrlHandlerAdded
bool ___ctrlHandlerAdded_0;
// System.Console_WindowsConsole_WindowsCancelHandler System.Console_WindowsConsole::cancelHandler
WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * ___cancelHandler_1;
public:
inline static int32_t get_offset_of_ctrlHandlerAdded_0() { return static_cast<int32_t>(offsetof(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_StaticFields, ___ctrlHandlerAdded_0)); }
inline bool get_ctrlHandlerAdded_0() const { return ___ctrlHandlerAdded_0; }
inline bool* get_address_of_ctrlHandlerAdded_0() { return &___ctrlHandlerAdded_0; }
inline void set_ctrlHandlerAdded_0(bool value)
{
___ctrlHandlerAdded_0 = value;
}
inline static int32_t get_offset_of_cancelHandler_1() { return static_cast<int32_t>(offsetof(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_StaticFields, ___cancelHandler_1)); }
inline WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * get_cancelHandler_1() const { return ___cancelHandler_1; }
inline WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 ** get_address_of_cancelHandler_1() { return &___cancelHandler_1; }
inline void set_cancelHandler_1(WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * value)
{
___cancelHandler_1 = value;
Il2CppCodeGenWriteBarrier((&___cancelHandler_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WINDOWSCONSOLE_TE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_H
#ifndef CONSOLEDRIVER_T4F24DB42600CA82912181D5D312902B8BEFEE101_H
#define CONSOLEDRIVER_T4F24DB42600CA82912181D5D312902B8BEFEE101_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleDriver
struct ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101 : public RuntimeObject
{
public:
public:
};
struct ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields
{
public:
// System.IConsoleDriver System.ConsoleDriver::driver
RuntimeObject* ___driver_0;
// System.Boolean System.ConsoleDriver::is_console
bool ___is_console_1;
// System.Boolean System.ConsoleDriver::called_isatty
bool ___called_isatty_2;
public:
inline static int32_t get_offset_of_driver_0() { return static_cast<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields, ___driver_0)); }
inline RuntimeObject* get_driver_0() const { return ___driver_0; }
inline RuntimeObject** get_address_of_driver_0() { return &___driver_0; }
inline void set_driver_0(RuntimeObject* value)
{
___driver_0 = value;
Il2CppCodeGenWriteBarrier((&___driver_0), value);
}
inline static int32_t get_offset_of_is_console_1() { return static_cast<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields, ___is_console_1)); }
inline bool get_is_console_1() const { return ___is_console_1; }
inline bool* get_address_of_is_console_1() { return &___is_console_1; }
inline void set_is_console_1(bool value)
{
___is_console_1 = value;
}
inline static int32_t get_offset_of_called_isatty_2() { return static_cast<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields, ___called_isatty_2)); }
inline bool get_called_isatty_2() const { return ___called_isatty_2; }
inline bool* get_address_of_called_isatty_2() { return &___called_isatty_2; }
inline void set_called_isatty_2(bool value)
{
___called_isatty_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLEDRIVER_T4F24DB42600CA82912181D5D312902B8BEFEE101_H
#ifndef CONVERT_T1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_H
#define CONVERT_T1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Convert
struct Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E : public RuntimeObject
{
public:
public:
};
struct Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields
{
public:
// System.RuntimeType[] System.Convert::ConvertTypes
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___ConvertTypes_0;
// System.RuntimeType System.Convert::EnumType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_1;
// System.Char[] System.Convert::base64Table
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___base64Table_2;
// System.Object System.Convert::DBNull
RuntimeObject * ___DBNull_3;
public:
inline static int32_t get_offset_of_ConvertTypes_0() { return static_cast<int32_t>(offsetof(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields, ___ConvertTypes_0)); }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get_ConvertTypes_0() const { return ___ConvertTypes_0; }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of_ConvertTypes_0() { return &___ConvertTypes_0; }
inline void set_ConvertTypes_0(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value)
{
___ConvertTypes_0 = value;
Il2CppCodeGenWriteBarrier((&___ConvertTypes_0), value);
}
inline static int32_t get_offset_of_EnumType_1() { return static_cast<int32_t>(offsetof(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields, ___EnumType_1)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_1() const { return ___EnumType_1; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_1() { return &___EnumType_1; }
inline void set_EnumType_1(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___EnumType_1 = value;
Il2CppCodeGenWriteBarrier((&___EnumType_1), value);
}
inline static int32_t get_offset_of_base64Table_2() { return static_cast<int32_t>(offsetof(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields, ___base64Table_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_base64Table_2() const { return ___base64Table_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_base64Table_2() { return &___base64Table_2; }
inline void set_base64Table_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___base64Table_2 = value;
Il2CppCodeGenWriteBarrier((&___base64Table_2), value);
}
inline static int32_t get_offset_of_DBNull_3() { return static_cast<int32_t>(offsetof(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields, ___DBNull_3)); }
inline RuntimeObject * get_DBNull_3() const { return ___DBNull_3; }
inline RuntimeObject ** get_address_of_DBNull_3() { return &___DBNull_3; }
inline void set_DBNull_3(RuntimeObject * value)
{
___DBNull_3 = value;
Il2CppCodeGenWriteBarrier((&___DBNull_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONVERT_T1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_H
#ifndef DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#define DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
{
public:
public:
};
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
{
public:
// System.DBNull System.DBNull::Value
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifndef DATETIMEPARSE_T657E38D9FF27E5FD6A33E23887031A86248D97D4_H
#define DATETIMEPARSE_T657E38D9FF27E5FD6A33E23887031A86248D97D4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeParse
struct DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4 : public RuntimeObject
{
public:
public:
};
struct DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields
{
public:
// System.DateTimeParse_MatchNumberDelegate System.DateTimeParse::m_hebrewNumberParser
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * ___m_hebrewNumberParser_0;
// System.DateTimeParse_DS[][] System.DateTimeParse::dateParsingStates
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* ___dateParsingStates_1;
public:
inline static int32_t get_offset_of_m_hebrewNumberParser_0() { return static_cast<int32_t>(offsetof(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields, ___m_hebrewNumberParser_0)); }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * get_m_hebrewNumberParser_0() const { return ___m_hebrewNumberParser_0; }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D ** get_address_of_m_hebrewNumberParser_0() { return &___m_hebrewNumberParser_0; }
inline void set_m_hebrewNumberParser_0(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * value)
{
___m_hebrewNumberParser_0 = value;
Il2CppCodeGenWriteBarrier((&___m_hebrewNumberParser_0), value);
}
inline static int32_t get_offset_of_dateParsingStates_1() { return static_cast<int32_t>(offsetof(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields, ___dateParsingStates_1)); }
inline DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* get_dateParsingStates_1() const { return ___dateParsingStates_1; }
inline DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1** get_address_of_dateParsingStates_1() { return &___dateParsingStates_1; }
inline void set_dateParsingStates_1(DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* value)
{
___dateParsingStates_1 = value;
Il2CppCodeGenWriteBarrier((&___dateParsingStates_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEPARSE_T657E38D9FF27E5FD6A33E23887031A86248D97D4_H
#ifndef EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#define EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CALENDAR_TF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_H
#define CALENDAR_TF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 : public RuntimeObject
{
public:
// System.Int32 System.Globalization.Calendar::m_currentEraValue
int32_t ___m_currentEraValue_0;
// System.Boolean System.Globalization.Calendar::m_isReadOnly
bool ___m_isReadOnly_1;
// System.Int32 System.Globalization.Calendar::twoDigitYearMax
int32_t ___twoDigitYearMax_2;
public:
inline static int32_t get_offset_of_m_currentEraValue_0() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_currentEraValue_0)); }
inline int32_t get_m_currentEraValue_0() const { return ___m_currentEraValue_0; }
inline int32_t* get_address_of_m_currentEraValue_0() { return &___m_currentEraValue_0; }
inline void set_m_currentEraValue_0(int32_t value)
{
___m_currentEraValue_0 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_isReadOnly_1)); }
inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; }
inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; }
inline void set_m_isReadOnly_1(bool value)
{
___m_isReadOnly_1 = value;
}
inline static int32_t get_offset_of_twoDigitYearMax_2() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___twoDigitYearMax_2)); }
inline int32_t get_twoDigitYearMax_2() const { return ___twoDigitYearMax_2; }
inline int32_t* get_address_of_twoDigitYearMax_2() { return &___twoDigitYearMax_2; }
inline void set_twoDigitYearMax_2(int32_t value)
{
___twoDigitYearMax_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CALENDAR_TF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#define STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public:
public:
};
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public:
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
public:
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCulture_0 = value;
Il2CppCodeGenWriteBarrier((&____invariantCulture_0), value);
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCultureIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((&____invariantCultureIgnoreCase_1), value);
}
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinal_2 = value;
Il2CppCodeGenWriteBarrier((&____ordinal_2), value);
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinalIgnoreCase_3 = value;
Il2CppCodeGenWriteBarrier((&____ordinalIgnoreCase_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef TIMEZONE_TA2DF435DA1A379978B885F0872A93774666B7454_H
#define TIMEZONE_TA2DF435DA1A379978B885F0872A93774666B7454_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeZone
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 : public RuntimeObject
{
public:
public:
};
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields
{
public:
// System.Object System.TimeZone::tz_lock
RuntimeObject * ___tz_lock_0;
public:
inline static int32_t get_offset_of_tz_lock_0() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___tz_lock_0)); }
inline RuntimeObject * get_tz_lock_0() const { return ___tz_lock_0; }
inline RuntimeObject ** get_address_of_tz_lock_0() { return &___tz_lock_0; }
inline void set_tz_lock_0(RuntimeObject * value)
{
___tz_lock_0 = value;
Il2CppCodeGenWriteBarrier((&___tz_lock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMEZONE_TA2DF435DA1A379978B885F0872A93774666B7454_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#define __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifndef __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#define __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifndef __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#define __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifndef __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#define __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#define __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifndef __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#define __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifndef __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#define __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#define __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifndef __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#define __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#define __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifndef __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#define __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifndef __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#define __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifndef __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#define __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifndef __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#define __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifndef __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#define __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifndef __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#define __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifndef __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#define __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifndef __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#define __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifndef __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#define __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifndef __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#define __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifndef __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#define __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifndef __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#define __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifndef __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#define __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifndef __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#define __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#define __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifndef __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#define __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifndef __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#define __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#define __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifndef __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#define __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#define __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifndef __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#define __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifndef __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#define __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifndef __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#define __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifndef __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#define __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifndef __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#define __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifndef __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#define __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifndef __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#define __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#define __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifndef __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#define __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifndef __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#define __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifndef __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#define __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#define __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifndef __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#define __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifndef __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#define __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifndef __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#define __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifndef __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#define __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifndef __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#define __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#define __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifndef __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#define __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifndef __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#define __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H
#define DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
{
public:
// System.Object System.Collections.DictionaryEntry::_key
RuntimeObject * ____key_0;
// System.Object System.Collections.DictionaryEntry::_value
RuntimeObject * ____value_1;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); }
inline RuntimeObject * get__key_0() const { return ____key_0; }
inline RuntimeObject ** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(RuntimeObject * value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((&____key_0), value);
}
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); }
inline RuntimeObject * get__value_1() const { return ____value_1; }
inline RuntimeObject ** get_address_of__value_1() { return &____value_1; }
inline void set__value_1(RuntimeObject * value)
{
____value_1 = value;
Il2CppCodeGenWriteBarrier((&____value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// Native definition for COM marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
#endif // DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H
#ifndef BUCKET_T1C848488DF65838689F7773D46F9E7E8C881B083_H
#define BUCKET_T1C848488DF65838689F7773D46F9E7E8C881B083_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable_bucket
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083
{
public:
// System.Object System.Collections.Hashtable_bucket::key
RuntimeObject * ___key_0;
// System.Object System.Collections.Hashtable_bucket::val
RuntimeObject * ___val_1;
// System.Int32 System.Collections.Hashtable_bucket::hash_coll
int32_t ___hash_coll_2;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((&___key_0), value);
}
inline static int32_t get_offset_of_val_1() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___val_1)); }
inline RuntimeObject * get_val_1() const { return ___val_1; }
inline RuntimeObject ** get_address_of_val_1() { return &___val_1; }
inline void set_val_1(RuntimeObject * value)
{
___val_1 = value;
Il2CppCodeGenWriteBarrier((&___val_1), value);
}
inline static int32_t get_offset_of_hash_coll_2() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___hash_coll_2)); }
inline int32_t get_hash_coll_2() const { return ___hash_coll_2; }
inline int32_t* get_address_of_hash_coll_2() { return &___hash_coll_2; }
inline void set_hash_coll_2(int32_t value)
{
___hash_coll_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Collections.Hashtable/bucket
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke
{
Il2CppIUnknown* ___key_0;
Il2CppIUnknown* ___val_1;
int32_t ___hash_coll_2;
};
// Native definition for COM marshalling of System.Collections.Hashtable/bucket
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com
{
Il2CppIUnknown* ___key_0;
Il2CppIUnknown* ___val_1;
int32_t ___hash_coll_2;
};
#endif // BUCKET_T1C848488DF65838689F7773D46F9E7E8C881B083_H
#ifndef SYNCSORTEDLIST_TB44BB16CB6BCCA12B85A512D39EAF980ED97DD78_H
#define SYNCSORTEDLIST_TB44BB16CB6BCCA12B85A512D39EAF980ED97DD78_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.SortedList_SyncSortedList
struct SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 : public SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E
{
public:
// System.Collections.SortedList System.Collections.SortedList_SyncSortedList::_list
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ____list_8;
// System.Object System.Collections.SortedList_SyncSortedList::_root
RuntimeObject * ____root_9;
public:
inline static int32_t get_offset_of__list_8() { return static_cast<int32_t>(offsetof(SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78, ____list_8)); }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get__list_8() const { return ____list_8; }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of__list_8() { return &____list_8; }
inline void set__list_8(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value)
{
____list_8 = value;
Il2CppCodeGenWriteBarrier((&____list_8), value);
}
inline static int32_t get_offset_of__root_9() { return static_cast<int32_t>(offsetof(SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78, ____root_9)); }
inline RuntimeObject * get__root_9() const { return ____root_9; }
inline RuntimeObject ** get_address_of__root_9() { return &____root_9; }
inline void set__root_9(RuntimeObject * value)
{
____root_9 = value;
Il2CppCodeGenWriteBarrier((&____root_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYNCSORTEDLIST_TB44BB16CB6BCCA12B85A512D39EAF980ED97DD78_H
#ifndef CONTEXTBOUNDOBJECT_TB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_H
#define CONTEXTBOUNDOBJECT_TB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ContextBoundObject
struct ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTEXTBOUNDOBJECT_TB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_H
#ifndef CONTEXTSTATICATTRIBUTE_TDE78CF42C2CA6949E7E99D3E63D35003A0660AA6_H
#define CONTEXTSTATICATTRIBUTE_TDE78CF42C2CA6949E7E99D3E63D35003A0660AA6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ContextStaticAttribute
struct ContextStaticAttribute_tDE78CF42C2CA6949E7E99D3E63D35003A0660AA6 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTEXTSTATICATTRIBUTE_TDE78CF42C2CA6949E7E99D3E63D35003A0660AA6_H
#ifndef COORD_T6CEFF682745DD47B1B4DA3ED268C0933021AC34A_H
#define COORD_T6CEFF682745DD47B1B4DA3ED268C0933021AC34A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Coord
struct Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A
{
public:
// System.Int16 System.Coord::X
int16_t ___X_0;
// System.Int16 System.Coord::Y
int16_t ___Y_1;
public:
inline static int32_t get_offset_of_X_0() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___X_0)); }
inline int16_t get_X_0() const { return ___X_0; }
inline int16_t* get_address_of_X_0() { return &___X_0; }
inline void set_X_0(int16_t value)
{
___X_0 = value;
}
inline static int32_t get_offset_of_Y_1() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___Y_1)); }
inline int16_t get_Y_1() const { return ___Y_1; }
inline int16_t* get_address_of_Y_1() { return &___Y_1; }
inline void set_Y_1(int16_t value)
{
___Y_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COORD_T6CEFF682745DD47B1B4DA3ED268C0933021AC34A_H
#ifndef CURRENTSYSTEMTIMEZONE_T7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171_H
#define CURRENTSYSTEMTIMEZONE_T7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.CurrentSystemTimeZone
struct CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171 : public TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454
{
public:
// System.TimeZoneInfo System.CurrentSystemTimeZone::LocalTimeZone
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___LocalTimeZone_1;
public:
inline static int32_t get_offset_of_LocalTimeZone_1() { return static_cast<int32_t>(offsetof(CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171, ___LocalTimeZone_1)); }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_LocalTimeZone_1() const { return ___LocalTimeZone_1; }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_LocalTimeZone_1() { return &___LocalTimeZone_1; }
inline void set_LocalTimeZone_1(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
{
___LocalTimeZone_1 = value;
Il2CppCodeGenWriteBarrier((&___LocalTimeZone_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CURRENTSYSTEMTIMEZONE_T7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#define DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((&___Powers10_6), value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#define TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((&____ReadLineDelegate_1), value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((&____ReadDelegate_2), value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((&___Null_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifndef TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#define TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9;
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
RuntimeObject* ___InternalFormatProvider_10;
public:
inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; }
inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___CoreNewLine_9 = value;
Il2CppCodeGenWriteBarrier((&___CoreNewLine_9), value);
}
inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); }
inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; }
inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; }
inline void set_InternalFormatProvider_10(RuntimeObject* value)
{
___InternalFormatProvider_10 = value;
Il2CppCodeGenWriteBarrier((&___InternalFormatProvider_10), value);
}
};
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
{
public:
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7;
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; }
inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharDelegate_2 = value;
Il2CppCodeGenWriteBarrier((&____WriteCharDelegate_2), value);
}
inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; }
inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteStringDelegate_3 = value;
Il2CppCodeGenWriteBarrier((&____WriteStringDelegate_3), value);
}
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; }
inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharArrayRangeDelegate_4 = value;
Il2CppCodeGenWriteBarrier((&____WriteCharArrayRangeDelegate_4), value);
}
inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; }
inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharDelegate_5 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineCharDelegate_5), value);
}
inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; }
inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineStringDelegate_6 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineStringDelegate_6), value);
}
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; }
inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharArrayRangeDelegate_7 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineCharArrayRangeDelegate_7), value);
}
inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; }
inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____FlushDelegate_8 = value;
Il2CppCodeGenWriteBarrier((&____FlushDelegate_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifndef SMALLRECT_T18C271B0FF660F6ED4EC6D99B26C4D35F51CA532_H
#define SMALLRECT_T18C271B0FF660F6ED4EC6D99B26C4D35F51CA532_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SmallRect
struct SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532
{
public:
// System.Int16 System.SmallRect::Left
int16_t ___Left_0;
// System.Int16 System.SmallRect::Top
int16_t ___Top_1;
// System.Int16 System.SmallRect::Right
int16_t ___Right_2;
// System.Int16 System.SmallRect::Bottom
int16_t ___Bottom_3;
public:
inline static int32_t get_offset_of_Left_0() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Left_0)); }
inline int16_t get_Left_0() const { return ___Left_0; }
inline int16_t* get_address_of_Left_0() { return &___Left_0; }
inline void set_Left_0(int16_t value)
{
___Left_0 = value;
}
inline static int32_t get_offset_of_Top_1() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Top_1)); }
inline int16_t get_Top_1() const { return ___Top_1; }
inline int16_t* get_address_of_Top_1() { return &___Top_1; }
inline void set_Top_1(int16_t value)
{
___Top_1 = value;
}
inline static int32_t get_offset_of_Right_2() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Right_2)); }
inline int16_t get_Right_2() const { return ___Right_2; }
inline int16_t* get_address_of_Right_2() { return &___Right_2; }
inline void set_Right_2(int16_t value)
{
___Right_2 = value;
}
inline static int32_t get_offset_of_Bottom_3() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Bottom_3)); }
inline int16_t get_Bottom_3() const { return ___Bottom_3; }
inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; }
inline void set_Bottom_3(int16_t value)
{
___Bottom_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SMALLRECT_T18C271B0FF660F6ED4EC6D99B26C4D35F51CA532_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef __DTSTRING_T6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_H
#define __DTSTRING_T6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9
{
public:
// System.String System.__DTString::Value
String_t* ___Value_0;
// System.Int32 System.__DTString::Index
int32_t ___Index_1;
// System.Int32 System.__DTString::len
int32_t ___len_2;
// System.Char System.__DTString::m_current
Il2CppChar ___m_current_3;
// System.Globalization.CompareInfo System.__DTString::m_info
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
// System.Boolean System.__DTString::m_checkDigitToken
bool ___m_checkDigitToken_5;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Value_0)); }
inline String_t* get_Value_0() const { return ___Value_0; }
inline String_t** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(String_t* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
inline static int32_t get_offset_of_Index_1() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Index_1)); }
inline int32_t get_Index_1() const { return ___Index_1; }
inline int32_t* get_address_of_Index_1() { return &___Index_1; }
inline void set_Index_1(int32_t value)
{
___Index_1 = value;
}
inline static int32_t get_offset_of_len_2() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___len_2)); }
inline int32_t get_len_2() const { return ___len_2; }
inline int32_t* get_address_of_len_2() { return &___len_2; }
inline void set_len_2(int32_t value)
{
___len_2 = value;
}
inline static int32_t get_offset_of_m_current_3() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_current_3)); }
inline Il2CppChar get_m_current_3() const { return ___m_current_3; }
inline Il2CppChar* get_address_of_m_current_3() { return &___m_current_3; }
inline void set_m_current_3(Il2CppChar value)
{
___m_current_3 = value;
}
inline static int32_t get_offset_of_m_info_4() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_info_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_info_4() const { return ___m_info_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_info_4() { return &___m_info_4; }
inline void set_m_info_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_info_4 = value;
Il2CppCodeGenWriteBarrier((&___m_info_4), value);
}
inline static int32_t get_offset_of_m_checkDigitToken_5() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_checkDigitToken_5)); }
inline bool get_m_checkDigitToken_5() const { return ___m_checkDigitToken_5; }
inline bool* get_address_of_m_checkDigitToken_5() { return &___m_checkDigitToken_5; }
inline void set_m_checkDigitToken_5(bool value)
{
___m_checkDigitToken_5 = value;
}
};
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields
{
public:
// System.Char[] System.__DTString::WhiteSpaceChecks
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhiteSpaceChecks_6;
public:
inline static int32_t get_offset_of_WhiteSpaceChecks_6() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields, ___WhiteSpaceChecks_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhiteSpaceChecks_6() const { return ___WhiteSpaceChecks_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhiteSpaceChecks_6() { return &___WhiteSpaceChecks_6; }
inline void set_WhiteSpaceChecks_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___WhiteSpaceChecks_6 = value;
Il2CppCodeGenWriteBarrier((&___WhiteSpaceChecks_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke
{
char* ___Value_0;
int32_t ___Index_1;
int32_t ___len_2;
uint8_t ___m_current_3;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
int32_t ___m_checkDigitToken_5;
};
// Native definition for COM marshalling of System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com
{
Il2CppChar* ___Value_0;
int32_t ___Index_1;
int32_t ___len_2;
uint8_t ___m_current_3;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
int32_t ___m_checkDigitToken_5;
};
#endif // __DTSTRING_T6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_112;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140;
public:
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
}
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
}
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
}
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
}
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
}
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
}
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
}
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
{
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
}
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
}
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
}
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
}
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___46232052BC757E030490D851F265FB47FA100902_36 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
}
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
}
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
}
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
}
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_57)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_57(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_57 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_59)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_59(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_59 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_60)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_60 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_62 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_63)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_63() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return &___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_63(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_63 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_67)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_67() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_67(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_67 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_68)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_68(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_68 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_69 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_71)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_71() const { return ___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return &___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_71(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_71 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_72 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_73)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_73(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_73 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_74)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_74() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return &___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_74(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_74 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_78 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_79)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_79(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_79 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_80 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_81 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_82 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_83)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_83() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return &___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_83(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_83 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_88)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_88() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_88(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_88 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_89(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_89 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_90)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_90() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_90(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_90 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_91(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_91 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_92)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_92() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return &___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_92(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_92 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_94(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_94 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_95(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_95 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_96)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_96() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_96(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_96 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_97(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_97 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_104(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_104 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_110(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_110 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_111)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_111() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_111(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_111 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_112)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_112() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_112(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_112 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_113(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_113 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_114)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_114() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_114(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_114 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_121(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_121 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_124)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_124() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_124(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_124 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_126)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_126() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_126(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_126 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_127)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_127() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_127(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_127 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_128)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_128() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return &___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_128(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_128 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_130(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_130 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_135)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_135() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_135(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_135 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_136(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_136 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_138(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_138 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#define ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifndef BASE64FORMATTINGOPTIONS_T3D2B3AE9295A0F8B2C84D603C3178659D1C11ADE_H
#define BASE64FORMATTINGOPTIONS_T3D2B3AE9295A0F8B2C84D603C3178659D1C11ADE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Base64FormattingOptions
struct Base64FormattingOptions_t3D2B3AE9295A0F8B2C84D603C3178659D1C11ADE
{
public:
// System.Int32 System.Base64FormattingOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Base64FormattingOptions_t3D2B3AE9295A0F8B2C84D603C3178659D1C11ADE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BASE64FORMATTINGOPTIONS_T3D2B3AE9295A0F8B2C84D603C3178659D1C11ADE_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#define ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifndef ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#define ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifndef CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#define CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleColor
struct ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597
{
public:
// System.Int32 System.ConsoleColor::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#ifndef CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#define CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleKey
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
{
public:
// System.Int32 System.ConsoleKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#ifndef CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#define CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleModifiers
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
{
public:
// System.Int32 System.ConsoleModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#ifndef CONSOLESCREENBUFFERINFO_TA8045B7C44EF25956D3B0847F24465E9CF18954F_H
#define CONSOLESCREENBUFFERINFO_TA8045B7C44EF25956D3B0847F24465E9CF18954F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleScreenBufferInfo
struct ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F
{
public:
// System.Coord System.ConsoleScreenBufferInfo::Size
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___Size_0;
// System.Coord System.ConsoleScreenBufferInfo::CursorPosition
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___CursorPosition_1;
// System.Int16 System.ConsoleScreenBufferInfo::Attribute
int16_t ___Attribute_2;
// System.SmallRect System.ConsoleScreenBufferInfo::Window
SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 ___Window_3;
// System.Coord System.ConsoleScreenBufferInfo::MaxWindowSize
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___MaxWindowSize_4;
public:
inline static int32_t get_offset_of_Size_0() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Size_0)); }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_Size_0() const { return ___Size_0; }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_Size_0() { return &___Size_0; }
inline void set_Size_0(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
{
___Size_0 = value;
}
inline static int32_t get_offset_of_CursorPosition_1() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___CursorPosition_1)); }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_CursorPosition_1() const { return ___CursorPosition_1; }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_CursorPosition_1() { return &___CursorPosition_1; }
inline void set_CursorPosition_1(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
{
___CursorPosition_1 = value;
}
inline static int32_t get_offset_of_Attribute_2() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Attribute_2)); }
inline int16_t get_Attribute_2() const { return ___Attribute_2; }
inline int16_t* get_address_of_Attribute_2() { return &___Attribute_2; }
inline void set_Attribute_2(int16_t value)
{
___Attribute_2 = value;
}
inline static int32_t get_offset_of_Window_3() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Window_3)); }
inline SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 get_Window_3() const { return ___Window_3; }
inline SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 * get_address_of_Window_3() { return &___Window_3; }
inline void set_Window_3(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 value)
{
___Window_3 = value;
}
inline static int32_t get_offset_of_MaxWindowSize_4() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___MaxWindowSize_4)); }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_MaxWindowSize_4() const { return ___MaxWindowSize_4; }
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_MaxWindowSize_4() { return &___MaxWindowSize_4; }
inline void set_MaxWindowSize_4(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
{
___MaxWindowSize_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLESCREENBUFFERINFO_TA8045B7C44EF25956D3B0847F24465E9CF18954F_H
#ifndef CONSOLESPECIALKEY_T367BA17429AFB5DE682EB33A1AD6085EDFD65B6F_H
#define CONSOLESPECIALKEY_T367BA17429AFB5DE682EB33A1AD6085EDFD65B6F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleSpecialKey
struct ConsoleSpecialKey_t367BA17429AFB5DE682EB33A1AD6085EDFD65B6F
{
public:
// System.Int32 System.ConsoleSpecialKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleSpecialKey_t367BA17429AFB5DE682EB33A1AD6085EDFD65B6F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLESPECIALKEY_T367BA17429AFB5DE682EB33A1AD6085EDFD65B6F_H
#ifndef DTSUBSTRINGTYPE_TA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E_H
#define DTSUBSTRINGTYPE_TA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DTSubStringType
struct DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E
{
public:
// System.Int32 System.DTSubStringType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DTSUBSTRINGTYPE_TA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E_H
#ifndef DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_H
#define DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeKind
struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE
{
public:
// System.Int32 System.DateTimeKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_H
#ifndef DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#define DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeOffset
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85
{
public:
// System.DateTime System.DateTimeOffset::m_dateTime
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2;
// System.Int16 System.DateTimeOffset::m_offsetMinutes
int16_t ___m_offsetMinutes_3;
public:
inline static int32_t get_offset_of_m_dateTime_2() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; }
inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_dateTime_2 = value;
}
inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); }
inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; }
inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; }
inline void set_m_offsetMinutes_3(int16_t value)
{
___m_offsetMinutes_3 = value;
}
};
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields
{
public:
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1;
public:
inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; }
inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MinValue_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MaxValue_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#ifndef DS_T79917654E7C7DD9C4B85FC70179677948A467675_H
#define DS_T79917654E7C7DD9C4B85FC70179677948A467675_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeParse_DS
struct DS_t79917654E7C7DD9C4B85FC70179677948A467675
{
public:
// System.Int32 System.DateTimeParse_DS::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DS_t79917654E7C7DD9C4B85FC70179677948A467675, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DS_T79917654E7C7DD9C4B85FC70179677948A467675_H
#ifndef DTT_T64CF841467D9194B8D66F5FAAC5484C4F4BE09F0_H
#define DTT_T64CF841467D9194B8D66F5FAAC5484C4F4BE09F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeParse_DTT
struct DTT_t64CF841467D9194B8D66F5FAAC5484C4F4BE09F0
{
public:
// System.Int32 System.DateTimeParse_DTT::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DTT_t64CF841467D9194B8D66F5FAAC5484C4F4BE09F0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DTT_T64CF841467D9194B8D66F5FAAC5484C4F4BE09F0_H
#ifndef TM_T88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7_H
#define TM_T88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeParse_TM
struct TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7
{
public:
// System.Int32 System.DateTimeParse_TM::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TM_T88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7_H
#ifndef DAYOFWEEK_TE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8_H
#define DAYOFWEEK_TE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DayOfWeek
struct DayOfWeek_tE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8
{
public:
// System.Int32 System.DayOfWeek::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DayOfWeek_tE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DAYOFWEEK_TE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((&___m_target_2), value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((&___method_info_7), value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((&___original_method_info_8), value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((&___data_9), value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// 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;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
#endif // DELEGATE_T_H
#ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#define COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CompareOptions
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
{
public:
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#ifndef DATETIMEFORMATFLAGS_TA363B5524F41DE008B4AB8304F1E995E2C8CF675_H
#define DATETIMEFORMATFLAGS_TA363B5524F41DE008B4AB8304F1E995E2C8CF675_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.DateTimeFormatFlags
struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675
{
public:
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEFORMATFLAGS_TA363B5524F41DE008B4AB8304F1E995E2C8CF675_H
#ifndef DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H
#define DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.DateTimeStyles
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
{
public:
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H
#ifndef HS_TED481C3F588CA837D1B9C458FB9807A33E5281BF_H
#define HS_TED481C3F588CA837D1B9C458FB9807A33E5281BF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.HebrewNumber_HS
struct HS_tED481C3F588CA837D1B9C458FB9807A33E5281BF
{
public:
// System.Int32 System.Globalization.HebrewNumber_HS::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HS_tED481C3F588CA837D1B9C458FB9807A33E5281BF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HS_TED481C3F588CA837D1B9C458FB9807A33E5281BF_H
#ifndef HEBREWNUMBERPARSINGSTATE_TF84EE7228A79EDFEC1CD8CB95E570F18108B02EE_H
#define HEBREWNUMBERPARSINGSTATE_TF84EE7228A79EDFEC1CD8CB95E570F18108B02EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.HebrewNumberParsingState
struct HebrewNumberParsingState_tF84EE7228A79EDFEC1CD8CB95E570F18108B02EE
{
public:
// System.Int32 System.Globalization.HebrewNumberParsingState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HebrewNumberParsingState_tF84EE7228A79EDFEC1CD8CB95E570F18108B02EE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEBREWNUMBERPARSINGSTATE_TF84EE7228A79EDFEC1CD8CB95E570F18108B02EE_H
#ifndef MONTHNAMESTYLES_T7B32268D94A74B51193D30F7A06688B4029C060D_H
#define MONTHNAMESTYLES_T7B32268D94A74B51193D30F7A06688B4029C060D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.MonthNameStyles
struct MonthNameStyles_t7B32268D94A74B51193D30F7A06688B4029C060D
{
public:
// System.Int32 System.Globalization.MonthNameStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonthNameStyles_t7B32268D94A74B51193D30F7A06688B4029C060D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONTHNAMESTYLES_T7B32268D94A74B51193D30F7A06688B4029C060D_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#define FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifndef STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#define STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.IO.Stream System.IO.StreamReader::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Encoding System.IO.StreamReader::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
// System.Text.Decoder System.IO.StreamReader::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
// System.Byte[] System.IO.StreamReader::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
// System.Char[] System.IO.StreamReader::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
// System.Byte[] System.IO.StreamReader::_preamble
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
// System.Int32 System.IO.StreamReader::charPos
int32_t ___charPos_11;
// System.Int32 System.IO.StreamReader::charLen
int32_t ___charLen_12;
// System.Int32 System.IO.StreamReader::byteLen
int32_t ___byteLen_13;
// System.Int32 System.IO.StreamReader::bytePos
int32_t ___bytePos_14;
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
int32_t ____maxCharsPerBuffer_15;
// System.Boolean System.IO.StreamReader::_detectEncoding
bool ____detectEncoding_16;
// System.Boolean System.IO.StreamReader::_checkPreamble
bool ____checkPreamble_17;
// System.Boolean System.IO.StreamReader::_isBlocked
bool ____isBlocked_18;
// System.Boolean System.IO.StreamReader::_closable
bool ____closable_19;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
public:
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((&___stream_5), value);
}
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_6 = value;
Il2CppCodeGenWriteBarrier((&___encoding_6), value);
}
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_7 = value;
Il2CppCodeGenWriteBarrier((&___decoder_7), value);
}
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_8 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_8), value);
}
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_9 = value;
Il2CppCodeGenWriteBarrier((&___charBuffer_9), value);
}
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____preamble_10 = value;
Il2CppCodeGenWriteBarrier((&____preamble_10), value);
}
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
inline int32_t get_charPos_11() const { return ___charPos_11; }
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
inline void set_charPos_11(int32_t value)
{
___charPos_11 = value;
}
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
inline int32_t get_charLen_12() const { return ___charLen_12; }
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
inline void set_charLen_12(int32_t value)
{
___charLen_12 = value;
}
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
inline void set_byteLen_13(int32_t value)
{
___byteLen_13 = value;
}
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
inline void set_bytePos_14(int32_t value)
{
___bytePos_14 = value;
}
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
inline void set__maxCharsPerBuffer_15(int32_t value)
{
____maxCharsPerBuffer_15 = value;
}
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
inline void set__detectEncoding_16(bool value)
{
____detectEncoding_16 = value;
}
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
inline void set__checkPreamble_17(bool value)
{
____checkPreamble_17 = value;
}
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
inline void set__isBlocked_18(bool value)
{
____isBlocked_18 = value;
}
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
inline bool get__closable_19() const { return ____closable_19; }
inline bool* get_address_of__closable_19() { return &____closable_19; }
inline void set__closable_19(bool value)
{
____closable_19 = value;
}
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncReadTask_20 = value;
Il2CppCodeGenWriteBarrier((&____asyncReadTask_20), value);
}
};
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
{
public:
// System.IO.StreamReader System.IO.StreamReader::Null
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
public:
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___Null_4 = value;
Il2CppCodeGenWriteBarrier((&___Null_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#ifndef STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#define STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StreamWriter
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
{
public:
// System.IO.Stream System.IO.StreamWriter::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
// System.Text.Encoding System.IO.StreamWriter::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13;
// System.Text.Encoder System.IO.StreamWriter::encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14;
// System.Byte[] System.IO.StreamWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15;
// System.Char[] System.IO.StreamWriter::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16;
// System.Int32 System.IO.StreamWriter::charPos
int32_t ___charPos_17;
// System.Int32 System.IO.StreamWriter::charLen
int32_t ___charLen_18;
// System.Boolean System.IO.StreamWriter::autoFlush
bool ___autoFlush_19;
// System.Boolean System.IO.StreamWriter::haveWrittenPreamble
bool ___haveWrittenPreamble_20;
// System.Boolean System.IO.StreamWriter::closable
bool ___closable_21;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22;
public:
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((&___stream_12), value);
}
inline static int32_t get_offset_of_encoding_13() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; }
inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_13 = value;
Il2CppCodeGenWriteBarrier((&___encoding_13), value);
}
inline static int32_t get_offset_of_encoder_14() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; }
inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
___encoder_14 = value;
Il2CppCodeGenWriteBarrier((&___encoder_14), value);
}
inline static int32_t get_offset_of_byteBuffer_15() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; }
inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_15 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_15), value);
}
inline static int32_t get_offset_of_charBuffer_16() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; }
inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_16 = value;
Il2CppCodeGenWriteBarrier((&___charBuffer_16), value);
}
inline static int32_t get_offset_of_charPos_17() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); }
inline int32_t get_charPos_17() const { return ___charPos_17; }
inline int32_t* get_address_of_charPos_17() { return &___charPos_17; }
inline void set_charPos_17(int32_t value)
{
___charPos_17 = value;
}
inline static int32_t get_offset_of_charLen_18() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); }
inline int32_t get_charLen_18() const { return ___charLen_18; }
inline int32_t* get_address_of_charLen_18() { return &___charLen_18; }
inline void set_charLen_18(int32_t value)
{
___charLen_18 = value;
}
inline static int32_t get_offset_of_autoFlush_19() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); }
inline bool get_autoFlush_19() const { return ___autoFlush_19; }
inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; }
inline void set_autoFlush_19(bool value)
{
___autoFlush_19 = value;
}
inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); }
inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; }
inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; }
inline void set_haveWrittenPreamble_20(bool value)
{
___haveWrittenPreamble_20 = value;
}
inline static int32_t get_offset_of_closable_21() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); }
inline bool get_closable_21() const { return ___closable_21; }
inline bool* get_address_of_closable_21() { return &___closable_21; }
inline void set_closable_21(bool value)
{
___closable_21 = value;
}
inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; }
inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncWriteTask_22 = value;
Il2CppCodeGenWriteBarrier((&____asyncWriteTask_22), value);
}
};
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields
{
public:
// System.IO.StreamWriter System.IO.StreamWriter::Null
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23;
public:
inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; }
inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value)
{
___Null_11 = value;
Il2CppCodeGenWriteBarrier((&___Null_11), value);
}
inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; }
inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____UTF8NoBOM_23 = value;
Il2CppCodeGenWriteBarrier((&____UTF8NoBOM_23), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#ifndef INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#define INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#define OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifndef PARSEFAILUREKIND_T7AA13E4F55CF635AED825E165124FCDC002DBB0C_H
#define PARSEFAILUREKIND_T7AA13E4F55CF635AED825E165124FCDC002DBB0C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParseFailureKind
struct ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C
{
public:
// System.Int32 System.ParseFailureKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSEFAILUREKIND_T7AA13E4F55CF635AED825E165124FCDC002DBB0C_H
#ifndef PARSEFLAGS_T84469315FBC8714D1FEFE9732A53AEDE3D8B6587_H
#define PARSEFLAGS_T84469315FBC8714D1FEFE9732A53AEDE3D8B6587_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParseFlags
struct ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587
{
public:
// System.Int32 System.ParseFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSEFLAGS_T84469315FBC8714D1FEFE9732A53AEDE3D8B6587_H
#ifndef ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((&____evidence_2), value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((&____minimum_3), value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((&____optional_4), value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((&____refuse_5), value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((&____granted_6), value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((&____denied_7), value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((&___assemblyName_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
#endif // ASSEMBLY_T_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((&____nullMessage_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TIMEZONEINFOOPTIONS_T123D8B5A23D3DE107FB9D3A29BF5952895C652EE_H
#define TIMEZONEINFOOPTIONS_T123D8B5A23D3DE107FB9D3A29BF5952895C652EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeZoneInfoOptions
struct TimeZoneInfoOptions_t123D8B5A23D3DE107FB9D3A29BF5952895C652EE
{
public:
// System.Int32 System.TimeZoneInfoOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TimeZoneInfoOptions_t123D8B5A23D3DE107FB9D3A29BF5952895C652EE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMEZONEINFOOPTIONS_T123D8B5A23D3DE107FB9D3A29BF5952895C652EE_H
#ifndef TOKENTYPE_T192580F19CFCC8A71F0BD44B8BE1056BA64D869A_H
#define TOKENTYPE_T192580F19CFCC8A71F0BD44B8BE1056BA64D869A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TokenType
struct TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A
{
public:
// System.Int32 System.TokenType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOKENTYPE_T192580F19CFCC8A71F0BD44B8BE1056BA64D869A_H
#ifndef TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#define TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifndef WINDOWSCONSOLEDRIVER_T953AB92956013BD3ED7E260FEC4944E603008B42_H
#define WINDOWSCONSOLEDRIVER_T953AB92956013BD3ED7E260FEC4944E603008B42_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.WindowsConsoleDriver
struct WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 : public RuntimeObject
{
public:
// System.IntPtr System.WindowsConsoleDriver::inputHandle
intptr_t ___inputHandle_0;
// System.IntPtr System.WindowsConsoleDriver::outputHandle
intptr_t ___outputHandle_1;
// System.Int16 System.WindowsConsoleDriver::defaultAttribute
int16_t ___defaultAttribute_2;
public:
inline static int32_t get_offset_of_inputHandle_0() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___inputHandle_0)); }
inline intptr_t get_inputHandle_0() const { return ___inputHandle_0; }
inline intptr_t* get_address_of_inputHandle_0() { return &___inputHandle_0; }
inline void set_inputHandle_0(intptr_t value)
{
___inputHandle_0 = value;
}
inline static int32_t get_offset_of_outputHandle_1() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___outputHandle_1)); }
inline intptr_t get_outputHandle_1() const { return ___outputHandle_1; }
inline intptr_t* get_address_of_outputHandle_1() { return &___outputHandle_1; }
inline void set_outputHandle_1(intptr_t value)
{
___outputHandle_1 = value;
}
inline static int32_t get_offset_of_defaultAttribute_2() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___defaultAttribute_2)); }
inline int16_t get_defaultAttribute_2() const { return ___defaultAttribute_2; }
inline int16_t* get_address_of_defaultAttribute_2() { return &___defaultAttribute_2; }
inline void set_defaultAttribute_2(int16_t value)
{
___defaultAttribute_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WINDOWSCONSOLEDRIVER_T953AB92956013BD3ED7E260FEC4944E603008B42_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef SYNCHASHTABLE_T893981DF84FB7968069810B79ACD01415FE78EF3_H
#define SYNCHASHTABLE_T893981DF84FB7968069810B79ACD01415FE78EF3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable_SyncHashtable
struct SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 : public Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9
{
public:
// System.Collections.Hashtable System.Collections.Hashtable_SyncHashtable::_table
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____table_11;
public:
inline static int32_t get_offset_of__table_11() { return static_cast<int32_t>(offsetof(SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3, ____table_11)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__table_11() const { return ____table_11; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__table_11() { return &____table_11; }
inline void set__table_11(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____table_11 = value;
Il2CppCodeGenWriteBarrier((&____table_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYNCHASHTABLE_T893981DF84FB7968069810B79ACD01415FE78EF3_H
#ifndef CONSOLECANCELEVENTARGS_T2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760_H
#define CONSOLECANCELEVENTARGS_T2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleCancelEventArgs
struct ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.ConsoleSpecialKey System.ConsoleCancelEventArgs::_type
int32_t ____type_1;
// System.Boolean System.ConsoleCancelEventArgs::_cancel
bool ____cancel_2;
public:
inline static int32_t get_offset_of__type_1() { return static_cast<int32_t>(offsetof(ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760, ____type_1)); }
inline int32_t get__type_1() const { return ____type_1; }
inline int32_t* get_address_of__type_1() { return &____type_1; }
inline void set__type_1(int32_t value)
{
____type_1 = value;
}
inline static int32_t get_offset_of__cancel_2() { return static_cast<int32_t>(offsetof(ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760, ____cancel_2)); }
inline bool get__cancel_2() const { return ____cancel_2; }
inline bool* get_address_of__cancel_2() { return &____cancel_2; }
inline void set__cancel_2(bool value)
{
____cancel_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLECANCELEVENTARGS_T2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760_H
#ifndef CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#define CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
{
public:
// System.Char System.ConsoleKeyInfo::_keyChar
Il2CppChar ____keyChar_0;
// System.ConsoleKey System.ConsoleKeyInfo::_key
int32_t ____key_1;
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
int32_t ____mods_2;
public:
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
inline void set__keyChar_0(Il2CppChar value)
{
____keyChar_0 = value;
}
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
inline int32_t get__key_1() const { return ____key_1; }
inline int32_t* get_address_of__key_1() { return &____key_1; }
inline void set__key_1(int32_t value)
{
____key_1 = value;
}
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
inline int32_t get__mods_2() const { return ____mods_2; }
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
inline void set__mods_2(int32_t value)
{
____mods_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// Native definition for COM marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
#endif // CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#ifndef CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#define CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ____compareInfo_4;
// System.Boolean System.CultureAwareComparer::_ignoreCase
bool ____ignoreCase_5;
// System.Globalization.CompareOptions System.CultureAwareComparer::_options
int32_t ____options_6;
public:
inline static int32_t get_offset_of__compareInfo_4() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____compareInfo_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get__compareInfo_4() const { return ____compareInfo_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of__compareInfo_4() { return &____compareInfo_4; }
inline void set__compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
____compareInfo_4 = value;
Il2CppCodeGenWriteBarrier((&____compareInfo_4), value);
}
inline static int32_t get_offset_of__ignoreCase_5() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____ignoreCase_5)); }
inline bool get__ignoreCase_5() const { return ____ignoreCase_5; }
inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; }
inline void set__ignoreCase_5(bool value)
{
____ignoreCase_5 = value;
}
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____options_6)); }
inline int32_t get__options_6() const { return ____options_6; }
inline int32_t* get_address_of__options_6() { return &____options_6; }
inline void set__options_6(int32_t value)
{
____options_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#ifndef DTSUBSTRING_T0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_H
#define DTSUBSTRING_T0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DTSubString
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D
{
public:
// System.String System.DTSubString::s
String_t* ___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;
public:
inline static int32_t get_offset_of_s_0() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___s_0)); }
inline String_t* get_s_0() const { return ___s_0; }
inline String_t** get_address_of_s_0() { return &___s_0; }
inline void set_s_0(String_t* value)
{
___s_0 = value;
Il2CppCodeGenWriteBarrier((&___s_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_length_2() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___length_2)); }
inline int32_t get_length_2() const { return ___length_2; }
inline int32_t* get_address_of_length_2() { return &___length_2; }
inline void set_length_2(int32_t value)
{
___length_2 = value;
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___type_3)); }
inline int32_t get_type_3() const { return ___type_3; }
inline int32_t* get_address_of_type_3() { return &___type_3; }
inline void set_type_3(int32_t value)
{
___type_3 = value;
}
inline static int32_t get_offset_of_value_4() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___value_4)); }
inline int32_t get_value_4() const { return ___value_4; }
inline int32_t* get_address_of_value_4() { return &___value_4; }
inline void set_value_4(int32_t value)
{
___value_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.DTSubString
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke
{
char* ___s_0;
int32_t ___index_1;
int32_t ___length_2;
int32_t ___type_3;
int32_t ___value_4;
};
// Native definition for COM marshalling of System.DTSubString
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com
{
Il2CppChar* ___s_0;
int32_t ___index_1;
int32_t ___length_2;
int32_t ___type_3;
int32_t ___value_4;
};
#endif // DTSUBSTRING_T0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_H
#ifndef DATETIMEFORMAT_T3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_H
#define DATETIMEFORMAT_T3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeFormat
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8 : public RuntimeObject
{
public:
public:
};
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields
{
public:
// System.TimeSpan System.DateTimeFormat::NullOffset
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___NullOffset_0;
// System.Char[] System.DateTimeFormat::allStandardFormats
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___allStandardFormats_1;
// System.String[] System.DateTimeFormat::fixedNumberFormats
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fixedNumberFormats_2;
public:
inline static int32_t get_offset_of_NullOffset_0() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___NullOffset_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_NullOffset_0() const { return ___NullOffset_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_NullOffset_0() { return &___NullOffset_0; }
inline void set_NullOffset_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___NullOffset_0 = value;
}
inline static int32_t get_offset_of_allStandardFormats_1() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___allStandardFormats_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_allStandardFormats_1() const { return ___allStandardFormats_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_allStandardFormats_1() { return &___allStandardFormats_1; }
inline void set_allStandardFormats_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___allStandardFormats_1 = value;
Il2CppCodeGenWriteBarrier((&___allStandardFormats_1), value);
}
inline static int32_t get_offset_of_fixedNumberFormats_2() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___fixedNumberFormats_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fixedNumberFormats_2() const { return ___fixedNumberFormats_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fixedNumberFormats_2() { return &___fixedNumberFormats_2; }
inline void set_fixedNumberFormats_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___fixedNumberFormats_2 = value;
Il2CppCodeGenWriteBarrier((&___fixedNumberFormats_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEFORMAT_T3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_H
#ifndef DATETIMERAWINFO_T9FCF0836569E074269DCA1D04061D8E3720D451E_H
#define DATETIMERAWINFO_T9FCF0836569E074269DCA1D04061D8E3720D451E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeRawInfo
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E
{
public:
// 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;
// System.Boolean System.DateTimeRawInfo::timeZone
bool ___timeZone_9;
public:
inline static int32_t get_offset_of_num_0() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___num_0)); }
inline int32_t* get_num_0() const { return ___num_0; }
inline int32_t** get_address_of_num_0() { return &___num_0; }
inline void set_num_0(int32_t* value)
{
___num_0 = value;
}
inline static int32_t get_offset_of_numCount_1() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___numCount_1)); }
inline int32_t get_numCount_1() const { return ___numCount_1; }
inline int32_t* get_address_of_numCount_1() { return &___numCount_1; }
inline void set_numCount_1(int32_t value)
{
___numCount_1 = value;
}
inline static int32_t get_offset_of_month_2() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___month_2)); }
inline int32_t get_month_2() const { return ___month_2; }
inline int32_t* get_address_of_month_2() { return &___month_2; }
inline void set_month_2(int32_t value)
{
___month_2 = value;
}
inline static int32_t get_offset_of_year_3() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___year_3)); }
inline int32_t get_year_3() const { return ___year_3; }
inline int32_t* get_address_of_year_3() { return &___year_3; }
inline void set_year_3(int32_t value)
{
___year_3 = value;
}
inline static int32_t get_offset_of_dayOfWeek_4() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___dayOfWeek_4)); }
inline int32_t get_dayOfWeek_4() const { return ___dayOfWeek_4; }
inline int32_t* get_address_of_dayOfWeek_4() { return &___dayOfWeek_4; }
inline void set_dayOfWeek_4(int32_t value)
{
___dayOfWeek_4 = value;
}
inline static int32_t get_offset_of_era_5() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___era_5)); }
inline int32_t get_era_5() const { return ___era_5; }
inline int32_t* get_address_of_era_5() { return &___era_5; }
inline void set_era_5(int32_t value)
{
___era_5 = value;
}
inline static int32_t get_offset_of_timeMark_6() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___timeMark_6)); }
inline int32_t get_timeMark_6() const { return ___timeMark_6; }
inline int32_t* get_address_of_timeMark_6() { return &___timeMark_6; }
inline void set_timeMark_6(int32_t value)
{
___timeMark_6 = value;
}
inline static int32_t get_offset_of_fraction_7() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___fraction_7)); }
inline double get_fraction_7() const { return ___fraction_7; }
inline double* get_address_of_fraction_7() { return &___fraction_7; }
inline void set_fraction_7(double value)
{
___fraction_7 = value;
}
inline static int32_t get_offset_of_hasSameDateAndTimeSeparators_8() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___hasSameDateAndTimeSeparators_8)); }
inline bool get_hasSameDateAndTimeSeparators_8() const { return ___hasSameDateAndTimeSeparators_8; }
inline bool* get_address_of_hasSameDateAndTimeSeparators_8() { return &___hasSameDateAndTimeSeparators_8; }
inline void set_hasSameDateAndTimeSeparators_8(bool value)
{
___hasSameDateAndTimeSeparators_8 = value;
}
inline static int32_t get_offset_of_timeZone_9() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___timeZone_9)); }
inline bool get_timeZone_9() const { return ___timeZone_9; }
inline bool* get_address_of_timeZone_9() { return &___timeZone_9; }
inline void set_timeZone_9(bool value)
{
___timeZone_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.DateTimeRawInfo
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_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;
int32_t ___timeZone_9;
};
// Native definition for COM marshalling of System.DateTimeRawInfo
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_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;
int32_t ___timeZone_9;
};
#endif // DATETIMERAWINFO_T9FCF0836569E074269DCA1D04061D8E3720D451E_H
#ifndef DATETIMERESULT_TF71BA2895BFBF33241086E9BDF836567EBD2F6AB_H
#define DATETIMERESULT_TF71BA2895BFBF33241086E9BDF836567EBD2F6AB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeResult
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB
{
public:
// 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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
// System.Globalization.Calendar System.DateTimeResult::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
// System.DateTime System.DateTimeResult::parsedDate
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___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;
public:
inline static int32_t get_offset_of_Year_0() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Year_0)); }
inline int32_t get_Year_0() const { return ___Year_0; }
inline int32_t* get_address_of_Year_0() { return &___Year_0; }
inline void set_Year_0(int32_t value)
{
___Year_0 = value;
}
inline static int32_t get_offset_of_Month_1() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Month_1)); }
inline int32_t get_Month_1() const { return ___Month_1; }
inline int32_t* get_address_of_Month_1() { return &___Month_1; }
inline void set_Month_1(int32_t value)
{
___Month_1 = value;
}
inline static int32_t get_offset_of_Day_2() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Day_2)); }
inline int32_t get_Day_2() const { return ___Day_2; }
inline int32_t* get_address_of_Day_2() { return &___Day_2; }
inline void set_Day_2(int32_t value)
{
___Day_2 = value;
}
inline static int32_t get_offset_of_Hour_3() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Hour_3)); }
inline int32_t get_Hour_3() const { return ___Hour_3; }
inline int32_t* get_address_of_Hour_3() { return &___Hour_3; }
inline void set_Hour_3(int32_t value)
{
___Hour_3 = value;
}
inline static int32_t get_offset_of_Minute_4() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Minute_4)); }
inline int32_t get_Minute_4() const { return ___Minute_4; }
inline int32_t* get_address_of_Minute_4() { return &___Minute_4; }
inline void set_Minute_4(int32_t value)
{
___Minute_4 = value;
}
inline static int32_t get_offset_of_Second_5() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Second_5)); }
inline int32_t get_Second_5() const { return ___Second_5; }
inline int32_t* get_address_of_Second_5() { return &___Second_5; }
inline void set_Second_5(int32_t value)
{
___Second_5 = value;
}
inline static int32_t get_offset_of_fraction_6() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___fraction_6)); }
inline double get_fraction_6() const { return ___fraction_6; }
inline double* get_address_of_fraction_6() { return &___fraction_6; }
inline void set_fraction_6(double value)
{
___fraction_6 = value;
}
inline static int32_t get_offset_of_era_7() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___era_7)); }
inline int32_t get_era_7() const { return ___era_7; }
inline int32_t* get_address_of_era_7() { return &___era_7; }
inline void set_era_7(int32_t value)
{
___era_7 = value;
}
inline static int32_t get_offset_of_flags_8() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___flags_8)); }
inline int32_t get_flags_8() const { return ___flags_8; }
inline int32_t* get_address_of_flags_8() { return &___flags_8; }
inline void set_flags_8(int32_t value)
{
___flags_8 = value;
}
inline static int32_t get_offset_of_timeZoneOffset_9() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___timeZoneOffset_9)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_timeZoneOffset_9() const { return ___timeZoneOffset_9; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_timeZoneOffset_9() { return &___timeZoneOffset_9; }
inline void set_timeZoneOffset_9(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___timeZoneOffset_9 = value;
}
inline static int32_t get_offset_of_calendar_10() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___calendar_10)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_10() const { return ___calendar_10; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_10() { return &___calendar_10; }
inline void set_calendar_10(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_10 = value;
Il2CppCodeGenWriteBarrier((&___calendar_10), value);
}
inline static int32_t get_offset_of_parsedDate_11() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___parsedDate_11)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_parsedDate_11() const { return ___parsedDate_11; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_parsedDate_11() { return &___parsedDate_11; }
inline void set_parsedDate_11(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___parsedDate_11 = value;
}
inline static int32_t get_offset_of_failure_12() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failure_12)); }
inline int32_t get_failure_12() const { return ___failure_12; }
inline int32_t* get_address_of_failure_12() { return &___failure_12; }
inline void set_failure_12(int32_t value)
{
___failure_12 = value;
}
inline static int32_t get_offset_of_failureMessageID_13() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureMessageID_13)); }
inline String_t* get_failureMessageID_13() const { return ___failureMessageID_13; }
inline String_t** get_address_of_failureMessageID_13() { return &___failureMessageID_13; }
inline void set_failureMessageID_13(String_t* value)
{
___failureMessageID_13 = value;
Il2CppCodeGenWriteBarrier((&___failureMessageID_13), value);
}
inline static int32_t get_offset_of_failureMessageFormatArgument_14() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureMessageFormatArgument_14)); }
inline RuntimeObject * get_failureMessageFormatArgument_14() const { return ___failureMessageFormatArgument_14; }
inline RuntimeObject ** get_address_of_failureMessageFormatArgument_14() { return &___failureMessageFormatArgument_14; }
inline void set_failureMessageFormatArgument_14(RuntimeObject * value)
{
___failureMessageFormatArgument_14 = value;
Il2CppCodeGenWriteBarrier((&___failureMessageFormatArgument_14), value);
}
inline static int32_t get_offset_of_failureArgumentName_15() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureArgumentName_15)); }
inline String_t* get_failureArgumentName_15() const { return ___failureArgumentName_15; }
inline String_t** get_address_of_failureArgumentName_15() { return &___failureArgumentName_15; }
inline void set_failureArgumentName_15(String_t* value)
{
___failureArgumentName_15 = value;
Il2CppCodeGenWriteBarrier((&___failureArgumentName_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.DateTimeResult
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___parsedDate_11;
int32_t ___failure_12;
char* ___failureMessageID_13;
Il2CppIUnknown* ___failureMessageFormatArgument_14;
char* ___failureArgumentName_15;
};
// Native definition for COM marshalling of System.DateTimeResult
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___parsedDate_11;
int32_t ___failure_12;
Il2CppChar* ___failureMessageID_13;
Il2CppIUnknown* ___failureMessageFormatArgument_14;
Il2CppChar* ___failureArgumentName_15;
};
#endif // DATETIMERESULT_TF71BA2895BFBF33241086E9BDF836567EBD2F6AB_H
#ifndef DATETIMETOKEN_T436C025529619757E8E523CBE557A4C31C920761_H
#define DATETIMETOKEN_T436C025529619757E8E523CBE557A4C31C920761_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeToken
struct DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761
{
public:
// 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;
public:
inline static int32_t get_offset_of_dtt_0() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___dtt_0)); }
inline int32_t get_dtt_0() const { return ___dtt_0; }
inline int32_t* get_address_of_dtt_0() { return &___dtt_0; }
inline void set_dtt_0(int32_t value)
{
___dtt_0 = value;
}
inline static int32_t get_offset_of_suffix_1() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___suffix_1)); }
inline int32_t get_suffix_1() const { return ___suffix_1; }
inline int32_t* get_address_of_suffix_1() { return &___suffix_1; }
inline void set_suffix_1(int32_t value)
{
___suffix_1 = value;
}
inline static int32_t get_offset_of_num_2() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___num_2)); }
inline int32_t get_num_2() const { return ___num_2; }
inline int32_t* get_address_of_num_2() { return &___num_2; }
inline void set_num_2(int32_t value)
{
___num_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMETOKEN_T436C025529619757E8E523CBE557A4C31C920761_H
#ifndef COMPAREINFO_TB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_H
#define COMPAREINFO_TB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
{
public:
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_3;
// System.String System.Globalization.CompareInfo::m_sortName
String_t* ___m_sortName_4;
// System.Int32 System.Globalization.CompareInfo::win32LCID
int32_t ___win32LCID_5;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
public:
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
inline String_t* get_m_name_3() const { return ___m_name_3; }
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
inline void set_m_name_3(String_t* value)
{
___m_name_3 = value;
Il2CppCodeGenWriteBarrier((&___m_name_3), value);
}
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
inline void set_m_sortName_4(String_t* value)
{
___m_sortName_4 = value;
Il2CppCodeGenWriteBarrier((&___m_sortName_4), value);
}
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
inline void set_win32LCID_5(int32_t value)
{
___win32LCID_5 = value;
}
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
inline int32_t get_culture_6() const { return ___culture_6; }
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
inline void set_culture_6(int32_t value)
{
___culture_6 = value;
}
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
{
___m_SortVersion_20 = value;
Il2CppCodeGenWriteBarrier((&___m_SortVersion_20), value);
}
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
{
___collator_21 = value;
Il2CppCodeGenWriteBarrier((&___collator_21), value);
}
};
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_23;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_24;
public:
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
{
___collators_22 = value;
Il2CppCodeGenWriteBarrier((&___collators_22), value);
}
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
inline void set_managedCollation_23(bool value)
{
___managedCollation_23 = value;
}
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
inline void set_managedCollationChecked_24(bool value)
{
___managedCollationChecked_24 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPAREINFO_TB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_H
#ifndef DATETIMEFORMATINFO_TF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_H
#define DATETIMEFORMATINFO_TF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject
{
public:
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1;
// System.String System.Globalization.DateTimeFormatInfo::m_name
String_t* ___m_name_2;
// System.String System.Globalization.DateTimeFormatInfo::m_langName
String_t* ___m_langName_3;
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4;
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21;
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22;
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23;
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24;
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25;
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26;
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27;
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38;
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41;
// System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly
bool ___m_isReadOnly_44;
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
int32_t ___formatFlags_45;
// System.Int32 System.Globalization.DateTimeFormatInfo::CultureID
int32_t ___CultureID_47;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride
bool ___m_useUserOverride_48;
// System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo
bool ___bUseCalendarInfo_49;
// System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem
int32_t ___nDataItem_50;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar
bool ___m_isDefaultCalendar_51;
// System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53;
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern
String_t* ___m_fullTimeSpanPositivePattern_54;
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern
String_t* ___m_fullTimeSpanNegativePattern_55;
// System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash
TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57;
public:
inline static int32_t get_offset_of_m_cultureData_1() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; }
inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_1 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_1), value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((&___m_name_2), value);
}
inline static int32_t get_offset_of_m_langName_3() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); }
inline String_t* get_m_langName_3() const { return ___m_langName_3; }
inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; }
inline void set_m_langName_3(String_t* value)
{
___m_langName_3 = value;
Il2CppCodeGenWriteBarrier((&___m_langName_3), value);
}
inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; }
inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_4 = value;
Il2CppCodeGenWriteBarrier((&___m_compareInfo_4), value);
}
inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; }
inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_cultureInfo_5 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureInfo_5), value);
}
inline static int32_t get_offset_of_amDesignator_6() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); }
inline String_t* get_amDesignator_6() const { return ___amDesignator_6; }
inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; }
inline void set_amDesignator_6(String_t* value)
{
___amDesignator_6 = value;
Il2CppCodeGenWriteBarrier((&___amDesignator_6), value);
}
inline static int32_t get_offset_of_pmDesignator_7() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); }
inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; }
inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; }
inline void set_pmDesignator_7(String_t* value)
{
___pmDesignator_7 = value;
Il2CppCodeGenWriteBarrier((&___pmDesignator_7), value);
}
inline static int32_t get_offset_of_dateSeparator_8() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); }
inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; }
inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; }
inline void set_dateSeparator_8(String_t* value)
{
___dateSeparator_8 = value;
Il2CppCodeGenWriteBarrier((&___dateSeparator_8), value);
}
inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); }
inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; }
inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; }
inline void set_generalShortTimePattern_9(String_t* value)
{
___generalShortTimePattern_9 = value;
Il2CppCodeGenWriteBarrier((&___generalShortTimePattern_9), value);
}
inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); }
inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; }
inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; }
inline void set_generalLongTimePattern_10(String_t* value)
{
___generalLongTimePattern_10 = value;
Il2CppCodeGenWriteBarrier((&___generalLongTimePattern_10), value);
}
inline static int32_t get_offset_of_timeSeparator_11() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); }
inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; }
inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; }
inline void set_timeSeparator_11(String_t* value)
{
___timeSeparator_11 = value;
Il2CppCodeGenWriteBarrier((&___timeSeparator_11), value);
}
inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); }
inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; }
inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; }
inline void set_monthDayPattern_12(String_t* value)
{
___monthDayPattern_12 = value;
Il2CppCodeGenWriteBarrier((&___monthDayPattern_12), value);
}
inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); }
inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; }
inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; }
inline void set_dateTimeOffsetPattern_13(String_t* value)
{
___dateTimeOffsetPattern_13 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeOffsetPattern_13), value);
}
inline static int32_t get_offset_of_calendar_17() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; }
inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_17 = value;
Il2CppCodeGenWriteBarrier((&___calendar_17), value);
}
inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); }
inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; }
inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; }
inline void set_firstDayOfWeek_18(int32_t value)
{
___firstDayOfWeek_18 = value;
}
inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); }
inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; }
inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; }
inline void set_calendarWeekRule_19(int32_t value)
{
___calendarWeekRule_19 = value;
}
inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); }
inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; }
inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; }
inline void set_fullDateTimePattern_20(String_t* value)
{
___fullDateTimePattern_20 = value;
Il2CppCodeGenWriteBarrier((&___fullDateTimePattern_20), value);
}
inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; }
inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___abbreviatedDayNames_21 = value;
Il2CppCodeGenWriteBarrier((&___abbreviatedDayNames_21), value);
}
inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; }
inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_superShortDayNames_22 = value;
Il2CppCodeGenWriteBarrier((&___m_superShortDayNames_22), value);
}
inline static int32_t get_offset_of_dayNames_23() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; }
inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___dayNames_23 = value;
Il2CppCodeGenWriteBarrier((&___dayNames_23), value);
}
inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; }
inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___abbreviatedMonthNames_24 = value;
Il2CppCodeGenWriteBarrier((&___abbreviatedMonthNames_24), value);
}
inline static int32_t get_offset_of_monthNames_25() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; }
inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___monthNames_25 = value;
Il2CppCodeGenWriteBarrier((&___monthNames_25), value);
}
inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; }
inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___genitiveMonthNames_26 = value;
Il2CppCodeGenWriteBarrier((&___genitiveMonthNames_26), value);
}
inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; }
inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_genitiveAbbreviatedMonthNames_27 = value;
Il2CppCodeGenWriteBarrier((&___m_genitiveAbbreviatedMonthNames_27), value);
}
inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; }
inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___leapYearMonthNames_28 = value;
Il2CppCodeGenWriteBarrier((&___leapYearMonthNames_28), value);
}
inline static int32_t get_offset_of_longDatePattern_29() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); }
inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; }
inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; }
inline void set_longDatePattern_29(String_t* value)
{
___longDatePattern_29 = value;
Il2CppCodeGenWriteBarrier((&___longDatePattern_29), value);
}
inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); }
inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; }
inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; }
inline void set_shortDatePattern_30(String_t* value)
{
___shortDatePattern_30 = value;
Il2CppCodeGenWriteBarrier((&___shortDatePattern_30), value);
}
inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); }
inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; }
inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; }
inline void set_yearMonthPattern_31(String_t* value)
{
___yearMonthPattern_31 = value;
Il2CppCodeGenWriteBarrier((&___yearMonthPattern_31), value);
}
inline static int32_t get_offset_of_longTimePattern_32() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); }
inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; }
inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; }
inline void set_longTimePattern_32(String_t* value)
{
___longTimePattern_32 = value;
Il2CppCodeGenWriteBarrier((&___longTimePattern_32), value);
}
inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); }
inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; }
inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; }
inline void set_shortTimePattern_33(String_t* value)
{
___shortTimePattern_33 = value;
Il2CppCodeGenWriteBarrier((&___shortTimePattern_33), value);
}
inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; }
inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allYearMonthPatterns_34 = value;
Il2CppCodeGenWriteBarrier((&___allYearMonthPatterns_34), value);
}
inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; }
inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allShortDatePatterns_35 = value;
Il2CppCodeGenWriteBarrier((&___allShortDatePatterns_35), value);
}
inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; }
inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allLongDatePatterns_36 = value;
Il2CppCodeGenWriteBarrier((&___allLongDatePatterns_36), value);
}
inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; }
inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allShortTimePatterns_37 = value;
Il2CppCodeGenWriteBarrier((&___allShortTimePatterns_37), value);
}
inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; }
inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allLongTimePatterns_38 = value;
Il2CppCodeGenWriteBarrier((&___allLongTimePatterns_38), value);
}
inline static int32_t get_offset_of_m_eraNames_39() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; }
inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_eraNames_39 = value;
Il2CppCodeGenWriteBarrier((&___m_eraNames_39), value);
}
inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; }
inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_abbrevEraNames_40 = value;
Il2CppCodeGenWriteBarrier((&___m_abbrevEraNames_40), value);
}
inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; }
inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_abbrevEnglishEraNames_41 = value;
Il2CppCodeGenWriteBarrier((&___m_abbrevEnglishEraNames_41), value);
}
inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; }
inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___optionalCalendars_42 = value;
Il2CppCodeGenWriteBarrier((&___optionalCalendars_42), value);
}
inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); }
inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; }
inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; }
inline void set_m_isReadOnly_44(bool value)
{
___m_isReadOnly_44 = value;
}
inline static int32_t get_offset_of_formatFlags_45() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); }
inline int32_t get_formatFlags_45() const { return ___formatFlags_45; }
inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; }
inline void set_formatFlags_45(int32_t value)
{
___formatFlags_45 = value;
}
inline static int32_t get_offset_of_CultureID_47() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); }
inline int32_t get_CultureID_47() const { return ___CultureID_47; }
inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; }
inline void set_CultureID_47(int32_t value)
{
___CultureID_47 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); }
inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; }
inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; }
inline void set_m_useUserOverride_48(bool value)
{
___m_useUserOverride_48 = value;
}
inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); }
inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; }
inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; }
inline void set_bUseCalendarInfo_49(bool value)
{
___bUseCalendarInfo_49 = value;
}
inline static int32_t get_offset_of_nDataItem_50() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); }
inline int32_t get_nDataItem_50() const { return ___nDataItem_50; }
inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; }
inline void set_nDataItem_50(int32_t value)
{
___nDataItem_50 = value;
}
inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); }
inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; }
inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; }
inline void set_m_isDefaultCalendar_51(bool value)
{
___m_isDefaultCalendar_51 = value;
}
inline static int32_t get_offset_of_m_dateWords_53() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; }
inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_dateWords_53 = value;
Il2CppCodeGenWriteBarrier((&___m_dateWords_53), value);
}
inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); }
inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; }
inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; }
inline void set_m_fullTimeSpanPositivePattern_54(String_t* value)
{
___m_fullTimeSpanPositivePattern_54 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTimeSpanPositivePattern_54), value);
}
inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); }
inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; }
inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; }
inline void set_m_fullTimeSpanNegativePattern_55(String_t* value)
{
___m_fullTimeSpanNegativePattern_55 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTimeSpanNegativePattern_55), value);
}
inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); }
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; }
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; }
inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value)
{
___m_dtfiTokenHash_57 = value;
Il2CppCodeGenWriteBarrier((&___m_dtfiTokenHash_57), value);
}
};
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields
{
public:
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0;
// System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens
bool ___preferExistingTokens_46;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value);
}
inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); }
inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; }
inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; }
inline void set_preferExistingTokens_46(bool value)
{
___preferExistingTokens_46 = value;
}
inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; }
inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___s_calendarNativeNames_52 = value;
Il2CppCodeGenWriteBarrier((&___s_calendarNativeNames_52), value);
}
inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; }
inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___s_jajpDTFI_82 = value;
Il2CppCodeGenWriteBarrier((&___s_jajpDTFI_82), value);
}
inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; }
inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___s_zhtwDTFI_83 = value;
Il2CppCodeGenWriteBarrier((&___s_zhtwDTFI_83), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEFORMATINFO_TF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_H
#ifndef HEBREWNUMBERPARSINGCONTEXT_T73104EEB061AFC678110026DD0277C48EAC49B0A_H
#define HEBREWNUMBERPARSINGCONTEXT_T73104EEB061AFC678110026DD0277C48EAC49B0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.HebrewNumberParsingContext
struct HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A
{
public:
// System.Globalization.HebrewNumber_HS System.Globalization.HebrewNumberParsingContext::state
int32_t ___state_0;
// System.Int32 System.Globalization.HebrewNumberParsingContext::result
int32_t ___result_1;
public:
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A, ___state_0)); }
inline int32_t get_state_0() const { return ___state_0; }
inline int32_t* get_address_of_state_0() { return &___state_0; }
inline void set_state_0(int32_t value)
{
___state_0 = value;
}
inline static int32_t get_offset_of_result_1() { return static_cast<int32_t>(offsetof(HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A, ___result_1)); }
inline int32_t get_result_1() const { return ___result_1; }
inline int32_t* get_address_of_result_1() { return &___result_1; }
inline void set_result_1(int32_t value)
{
___result_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEBREWNUMBERPARSINGCONTEXT_T73104EEB061AFC678110026DD0277C48EAC49B0A_H
#ifndef CSTREAMREADER_T8B3DE8C991DCFA6F4B913713009C5C9B5E57507D_H
#define CSTREAMREADER_T8B3DE8C991DCFA6F4B913713009C5C9B5E57507D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.CStreamReader
struct CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D : public StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E
{
public:
// System.TermInfoDriver System.IO.CStreamReader::driver
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_21;
public:
inline static int32_t get_offset_of_driver_21() { return static_cast<int32_t>(offsetof(CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D, ___driver_21)); }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_21() const { return ___driver_21; }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_21() { return &___driver_21; }
inline void set_driver_21(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
{
___driver_21 = value;
Il2CppCodeGenWriteBarrier((&___driver_21), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSTREAMREADER_T8B3DE8C991DCFA6F4B913713009C5C9B5E57507D_H
#ifndef CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#define CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E
{
public:
// System.TermInfoDriver System.IO.CStreamWriter::driver
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_24;
public:
inline static int32_t get_offset_of_driver_24() { return static_cast<int32_t>(offsetof(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450, ___driver_24)); }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_24() const { return ___driver_24; }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_24() { return &___driver_24; }
inline void set_driver_24(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
{
___driver_24 = value;
Il2CppCodeGenWriteBarrier((&___driver_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#ifndef FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#define FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((&___buf_6), value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((&___name_7), value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((&___safeHandle_8), value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_4), value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_lock_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#ifndef UNEXCEPTIONALSTREAMREADER_T30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_H
#define UNEXCEPTIONALSTREAMREADER_T30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.UnexceptionalStreamReader
struct UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA : public StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E
{
public:
public:
};
struct UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_StaticFields
{
public:
// System.Boolean[] System.IO.UnexceptionalStreamReader::newline
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___newline_21;
// System.Char System.IO.UnexceptionalStreamReader::newlineChar
Il2CppChar ___newlineChar_22;
public:
inline static int32_t get_offset_of_newline_21() { return static_cast<int32_t>(offsetof(UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_StaticFields, ___newline_21)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_newline_21() const { return ___newline_21; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_newline_21() { return &___newline_21; }
inline void set_newline_21(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
___newline_21 = value;
Il2CppCodeGenWriteBarrier((&___newline_21), value);
}
inline static int32_t get_offset_of_newlineChar_22() { return static_cast<int32_t>(offsetof(UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_StaticFields, ___newlineChar_22)); }
inline Il2CppChar get_newlineChar_22() const { return ___newlineChar_22; }
inline Il2CppChar* get_address_of_newlineChar_22() { return &___newlineChar_22; }
inline void set_newlineChar_22(Il2CppChar value)
{
___newlineChar_22 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNEXCEPTIONALSTREAMREADER_T30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_H
#ifndef UNEXCEPTIONALSTREAMWRITER_T15265DC169F829537681A0A5A1826F6713ABC1CB_H
#define UNEXCEPTIONALSTREAMWRITER_T15265DC169F829537681A0A5A1826F6713ABC1CB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.UnexceptionalStreamWriter
struct UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNEXCEPTIONALSTREAMWRITER_T15265DC169F829537681A0A5A1826F6713ABC1CB_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#define OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifndef PARSINGINFO_T7E92EB1D56110F024979E1E497A675BC596BA7B7_H
#define PARSINGINFO_T7E92EB1D56110F024979E1E497A675BC596BA7B7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParsingInfo
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7
{
public:
// System.Globalization.Calendar System.ParsingInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___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_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * ___parseNumberDelegate_8;
public:
inline static int32_t get_offset_of_calendar_0() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___calendar_0)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_0() const { return ___calendar_0; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_0() { return &___calendar_0; }
inline void set_calendar_0(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_0 = value;
Il2CppCodeGenWriteBarrier((&___calendar_0), value);
}
inline static int32_t get_offset_of_dayOfWeek_1() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___dayOfWeek_1)); }
inline int32_t get_dayOfWeek_1() const { return ___dayOfWeek_1; }
inline int32_t* get_address_of_dayOfWeek_1() { return &___dayOfWeek_1; }
inline void set_dayOfWeek_1(int32_t value)
{
___dayOfWeek_1 = value;
}
inline static int32_t get_offset_of_timeMark_2() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___timeMark_2)); }
inline int32_t get_timeMark_2() const { return ___timeMark_2; }
inline int32_t* get_address_of_timeMark_2() { return &___timeMark_2; }
inline void set_timeMark_2(int32_t value)
{
___timeMark_2 = value;
}
inline static int32_t get_offset_of_fUseHour12_3() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseHour12_3)); }
inline bool get_fUseHour12_3() const { return ___fUseHour12_3; }
inline bool* get_address_of_fUseHour12_3() { return &___fUseHour12_3; }
inline void set_fUseHour12_3(bool value)
{
___fUseHour12_3 = value;
}
inline static int32_t get_offset_of_fUseTwoDigitYear_4() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseTwoDigitYear_4)); }
inline bool get_fUseTwoDigitYear_4() const { return ___fUseTwoDigitYear_4; }
inline bool* get_address_of_fUseTwoDigitYear_4() { return &___fUseTwoDigitYear_4; }
inline void set_fUseTwoDigitYear_4(bool value)
{
___fUseTwoDigitYear_4 = value;
}
inline static int32_t get_offset_of_fAllowInnerWhite_5() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowInnerWhite_5)); }
inline bool get_fAllowInnerWhite_5() const { return ___fAllowInnerWhite_5; }
inline bool* get_address_of_fAllowInnerWhite_5() { return &___fAllowInnerWhite_5; }
inline void set_fAllowInnerWhite_5(bool value)
{
___fAllowInnerWhite_5 = value;
}
inline static int32_t get_offset_of_fAllowTrailingWhite_6() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowTrailingWhite_6)); }
inline bool get_fAllowTrailingWhite_6() const { return ___fAllowTrailingWhite_6; }
inline bool* get_address_of_fAllowTrailingWhite_6() { return &___fAllowTrailingWhite_6; }
inline void set_fAllowTrailingWhite_6(bool value)
{
___fAllowTrailingWhite_6 = value;
}
inline static int32_t get_offset_of_fCustomNumberParser_7() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fCustomNumberParser_7)); }
inline bool get_fCustomNumberParser_7() const { return ___fCustomNumberParser_7; }
inline bool* get_address_of_fCustomNumberParser_7() { return &___fCustomNumberParser_7; }
inline void set_fCustomNumberParser_7(bool value)
{
___fCustomNumberParser_7 = value;
}
inline static int32_t get_offset_of_parseNumberDelegate_8() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___parseNumberDelegate_8)); }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * get_parseNumberDelegate_8() const { return ___parseNumberDelegate_8; }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D ** get_address_of_parseNumberDelegate_8() { return &___parseNumberDelegate_8; }
inline void set_parseNumberDelegate_8(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * value)
{
___parseNumberDelegate_8 = value;
Il2CppCodeGenWriteBarrier((&___parseNumberDelegate_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ParsingInfo
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___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_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___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;
};
#endif // PARSINGINFO_T7E92EB1D56110F024979E1E497A675BC596BA7B7_H
#ifndef RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#define RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// 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;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#define TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 : public RuntimeObject
{
public:
// System.TermInfoReader System.TermInfoDriver::reader
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * ___reader_3;
// System.Int32 System.TermInfoDriver::cursorLeft
int32_t ___cursorLeft_4;
// System.Int32 System.TermInfoDriver::cursorTop
int32_t ___cursorTop_5;
// System.String System.TermInfoDriver::title
String_t* ___title_6;
// System.String System.TermInfoDriver::titleFormat
String_t* ___titleFormat_7;
// System.Boolean System.TermInfoDriver::cursorVisible
bool ___cursorVisible_8;
// System.String System.TermInfoDriver::csrVisible
String_t* ___csrVisible_9;
// System.String System.TermInfoDriver::csrInvisible
String_t* ___csrInvisible_10;
// System.String System.TermInfoDriver::clear
String_t* ___clear_11;
// System.String System.TermInfoDriver::bell
String_t* ___bell_12;
// System.String System.TermInfoDriver::term
String_t* ___term_13;
// System.IO.StreamReader System.TermInfoDriver::stdin
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___stdin_14;
// System.IO.CStreamWriter System.TermInfoDriver::stdout
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * ___stdout_15;
// System.Int32 System.TermInfoDriver::windowWidth
int32_t ___windowWidth_16;
// System.Int32 System.TermInfoDriver::windowHeight
int32_t ___windowHeight_17;
// System.Int32 System.TermInfoDriver::bufferHeight
int32_t ___bufferHeight_18;
// System.Int32 System.TermInfoDriver::bufferWidth
int32_t ___bufferWidth_19;
// System.Char[] System.TermInfoDriver::buffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer_20;
// System.Int32 System.TermInfoDriver::readpos
int32_t ___readpos_21;
// System.Int32 System.TermInfoDriver::writepos
int32_t ___writepos_22;
// System.String System.TermInfoDriver::keypadXmit
String_t* ___keypadXmit_23;
// System.String System.TermInfoDriver::keypadLocal
String_t* ___keypadLocal_24;
// System.Boolean System.TermInfoDriver::inited
bool ___inited_25;
// System.Object System.TermInfoDriver::initLock
RuntimeObject * ___initLock_26;
// System.Boolean System.TermInfoDriver::initKeys
bool ___initKeys_27;
// System.String System.TermInfoDriver::origPair
String_t* ___origPair_28;
// System.String System.TermInfoDriver::origColors
String_t* ___origColors_29;
// System.String System.TermInfoDriver::cursorAddress
String_t* ___cursorAddress_30;
// System.ConsoleColor System.TermInfoDriver::fgcolor
int32_t ___fgcolor_31;
// System.String System.TermInfoDriver::setfgcolor
String_t* ___setfgcolor_32;
// System.String System.TermInfoDriver::setbgcolor
String_t* ___setbgcolor_33;
// System.Int32 System.TermInfoDriver::maxColors
int32_t ___maxColors_34;
// System.Boolean System.TermInfoDriver::noGetPosition
bool ___noGetPosition_35;
// System.Collections.Hashtable System.TermInfoDriver::keymap
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___keymap_36;
// System.ByteMatcher System.TermInfoDriver::rootmap
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * ___rootmap_37;
// System.Int32 System.TermInfoDriver::rl_startx
int32_t ___rl_startx_38;
// System.Int32 System.TermInfoDriver::rl_starty
int32_t ___rl_starty_39;
// System.Byte[] System.TermInfoDriver::control_characters
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___control_characters_40;
// System.Char[] System.TermInfoDriver::echobuf
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___echobuf_42;
// System.Int32 System.TermInfoDriver::echon
int32_t ___echon_43;
public:
inline static int32_t get_offset_of_reader_3() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___reader_3)); }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * get_reader_3() const { return ___reader_3; }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C ** get_address_of_reader_3() { return &___reader_3; }
inline void set_reader_3(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * value)
{
___reader_3 = value;
Il2CppCodeGenWriteBarrier((&___reader_3), value);
}
inline static int32_t get_offset_of_cursorLeft_4() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorLeft_4)); }
inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; }
inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; }
inline void set_cursorLeft_4(int32_t value)
{
___cursorLeft_4 = value;
}
inline static int32_t get_offset_of_cursorTop_5() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorTop_5)); }
inline int32_t get_cursorTop_5() const { return ___cursorTop_5; }
inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; }
inline void set_cursorTop_5(int32_t value)
{
___cursorTop_5 = value;
}
inline static int32_t get_offset_of_title_6() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___title_6)); }
inline String_t* get_title_6() const { return ___title_6; }
inline String_t** get_address_of_title_6() { return &___title_6; }
inline void set_title_6(String_t* value)
{
___title_6 = value;
Il2CppCodeGenWriteBarrier((&___title_6), value);
}
inline static int32_t get_offset_of_titleFormat_7() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___titleFormat_7)); }
inline String_t* get_titleFormat_7() const { return ___titleFormat_7; }
inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; }
inline void set_titleFormat_7(String_t* value)
{
___titleFormat_7 = value;
Il2CppCodeGenWriteBarrier((&___titleFormat_7), value);
}
inline static int32_t get_offset_of_cursorVisible_8() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorVisible_8)); }
inline bool get_cursorVisible_8() const { return ___cursorVisible_8; }
inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; }
inline void set_cursorVisible_8(bool value)
{
___cursorVisible_8 = value;
}
inline static int32_t get_offset_of_csrVisible_9() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrVisible_9)); }
inline String_t* get_csrVisible_9() const { return ___csrVisible_9; }
inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; }
inline void set_csrVisible_9(String_t* value)
{
___csrVisible_9 = value;
Il2CppCodeGenWriteBarrier((&___csrVisible_9), value);
}
inline static int32_t get_offset_of_csrInvisible_10() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrInvisible_10)); }
inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; }
inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; }
inline void set_csrInvisible_10(String_t* value)
{
___csrInvisible_10 = value;
Il2CppCodeGenWriteBarrier((&___csrInvisible_10), value);
}
inline static int32_t get_offset_of_clear_11() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___clear_11)); }
inline String_t* get_clear_11() const { return ___clear_11; }
inline String_t** get_address_of_clear_11() { return &___clear_11; }
inline void set_clear_11(String_t* value)
{
___clear_11 = value;
Il2CppCodeGenWriteBarrier((&___clear_11), value);
}
inline static int32_t get_offset_of_bell_12() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bell_12)); }
inline String_t* get_bell_12() const { return ___bell_12; }
inline String_t** get_address_of_bell_12() { return &___bell_12; }
inline void set_bell_12(String_t* value)
{
___bell_12 = value;
Il2CppCodeGenWriteBarrier((&___bell_12), value);
}
inline static int32_t get_offset_of_term_13() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___term_13)); }
inline String_t* get_term_13() const { return ___term_13; }
inline String_t** get_address_of_term_13() { return &___term_13; }
inline void set_term_13(String_t* value)
{
___term_13 = value;
Il2CppCodeGenWriteBarrier((&___term_13), value);
}
inline static int32_t get_offset_of_stdin_14() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdin_14)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_stdin_14() const { return ___stdin_14; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_stdin_14() { return &___stdin_14; }
inline void set_stdin_14(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___stdin_14 = value;
Il2CppCodeGenWriteBarrier((&___stdin_14), value);
}
inline static int32_t get_offset_of_stdout_15() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdout_15)); }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * get_stdout_15() const { return ___stdout_15; }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 ** get_address_of_stdout_15() { return &___stdout_15; }
inline void set_stdout_15(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * value)
{
___stdout_15 = value;
Il2CppCodeGenWriteBarrier((&___stdout_15), value);
}
inline static int32_t get_offset_of_windowWidth_16() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowWidth_16)); }
inline int32_t get_windowWidth_16() const { return ___windowWidth_16; }
inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; }
inline void set_windowWidth_16(int32_t value)
{
___windowWidth_16 = value;
}
inline static int32_t get_offset_of_windowHeight_17() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowHeight_17)); }
inline int32_t get_windowHeight_17() const { return ___windowHeight_17; }
inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; }
inline void set_windowHeight_17(int32_t value)
{
___windowHeight_17 = value;
}
inline static int32_t get_offset_of_bufferHeight_18() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferHeight_18)); }
inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; }
inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; }
inline void set_bufferHeight_18(int32_t value)
{
___bufferHeight_18 = value;
}
inline static int32_t get_offset_of_bufferWidth_19() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferWidth_19)); }
inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; }
inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; }
inline void set_bufferWidth_19(int32_t value)
{
___bufferWidth_19 = value;
}
inline static int32_t get_offset_of_buffer_20() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___buffer_20)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_buffer_20() const { return ___buffer_20; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_buffer_20() { return &___buffer_20; }
inline void set_buffer_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___buffer_20 = value;
Il2CppCodeGenWriteBarrier((&___buffer_20), value);
}
inline static int32_t get_offset_of_readpos_21() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___readpos_21)); }
inline int32_t get_readpos_21() const { return ___readpos_21; }
inline int32_t* get_address_of_readpos_21() { return &___readpos_21; }
inline void set_readpos_21(int32_t value)
{
___readpos_21 = value;
}
inline static int32_t get_offset_of_writepos_22() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___writepos_22)); }
inline int32_t get_writepos_22() const { return ___writepos_22; }
inline int32_t* get_address_of_writepos_22() { return &___writepos_22; }
inline void set_writepos_22(int32_t value)
{
___writepos_22 = value;
}
inline static int32_t get_offset_of_keypadXmit_23() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadXmit_23)); }
inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; }
inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; }
inline void set_keypadXmit_23(String_t* value)
{
___keypadXmit_23 = value;
Il2CppCodeGenWriteBarrier((&___keypadXmit_23), value);
}
inline static int32_t get_offset_of_keypadLocal_24() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadLocal_24)); }
inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; }
inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; }
inline void set_keypadLocal_24(String_t* value)
{
___keypadLocal_24 = value;
Il2CppCodeGenWriteBarrier((&___keypadLocal_24), value);
}
inline static int32_t get_offset_of_inited_25() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___inited_25)); }
inline bool get_inited_25() const { return ___inited_25; }
inline bool* get_address_of_inited_25() { return &___inited_25; }
inline void set_inited_25(bool value)
{
___inited_25 = value;
}
inline static int32_t get_offset_of_initLock_26() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initLock_26)); }
inline RuntimeObject * get_initLock_26() const { return ___initLock_26; }
inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; }
inline void set_initLock_26(RuntimeObject * value)
{
___initLock_26 = value;
Il2CppCodeGenWriteBarrier((&___initLock_26), value);
}
inline static int32_t get_offset_of_initKeys_27() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initKeys_27)); }
inline bool get_initKeys_27() const { return ___initKeys_27; }
inline bool* get_address_of_initKeys_27() { return &___initKeys_27; }
inline void set_initKeys_27(bool value)
{
___initKeys_27 = value;
}
inline static int32_t get_offset_of_origPair_28() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origPair_28)); }
inline String_t* get_origPair_28() const { return ___origPair_28; }
inline String_t** get_address_of_origPair_28() { return &___origPair_28; }
inline void set_origPair_28(String_t* value)
{
___origPair_28 = value;
Il2CppCodeGenWriteBarrier((&___origPair_28), value);
}
inline static int32_t get_offset_of_origColors_29() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origColors_29)); }
inline String_t* get_origColors_29() const { return ___origColors_29; }
inline String_t** get_address_of_origColors_29() { return &___origColors_29; }
inline void set_origColors_29(String_t* value)
{
___origColors_29 = value;
Il2CppCodeGenWriteBarrier((&___origColors_29), value);
}
inline static int32_t get_offset_of_cursorAddress_30() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorAddress_30)); }
inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; }
inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; }
inline void set_cursorAddress_30(String_t* value)
{
___cursorAddress_30 = value;
Il2CppCodeGenWriteBarrier((&___cursorAddress_30), value);
}
inline static int32_t get_offset_of_fgcolor_31() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___fgcolor_31)); }
inline int32_t get_fgcolor_31() const { return ___fgcolor_31; }
inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; }
inline void set_fgcolor_31(int32_t value)
{
___fgcolor_31 = value;
}
inline static int32_t get_offset_of_setfgcolor_32() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setfgcolor_32)); }
inline String_t* get_setfgcolor_32() const { return ___setfgcolor_32; }
inline String_t** get_address_of_setfgcolor_32() { return &___setfgcolor_32; }
inline void set_setfgcolor_32(String_t* value)
{
___setfgcolor_32 = value;
Il2CppCodeGenWriteBarrier((&___setfgcolor_32), value);
}
inline static int32_t get_offset_of_setbgcolor_33() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setbgcolor_33)); }
inline String_t* get_setbgcolor_33() const { return ___setbgcolor_33; }
inline String_t** get_address_of_setbgcolor_33() { return &___setbgcolor_33; }
inline void set_setbgcolor_33(String_t* value)
{
___setbgcolor_33 = value;
Il2CppCodeGenWriteBarrier((&___setbgcolor_33), value);
}
inline static int32_t get_offset_of_maxColors_34() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___maxColors_34)); }
inline int32_t get_maxColors_34() const { return ___maxColors_34; }
inline int32_t* get_address_of_maxColors_34() { return &___maxColors_34; }
inline void set_maxColors_34(int32_t value)
{
___maxColors_34 = value;
}
inline static int32_t get_offset_of_noGetPosition_35() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___noGetPosition_35)); }
inline bool get_noGetPosition_35() const { return ___noGetPosition_35; }
inline bool* get_address_of_noGetPosition_35() { return &___noGetPosition_35; }
inline void set_noGetPosition_35(bool value)
{
___noGetPosition_35 = value;
}
inline static int32_t get_offset_of_keymap_36() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keymap_36)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_keymap_36() const { return ___keymap_36; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_keymap_36() { return &___keymap_36; }
inline void set_keymap_36(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___keymap_36 = value;
Il2CppCodeGenWriteBarrier((&___keymap_36), value);
}
inline static int32_t get_offset_of_rootmap_37() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rootmap_37)); }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * get_rootmap_37() const { return ___rootmap_37; }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC ** get_address_of_rootmap_37() { return &___rootmap_37; }
inline void set_rootmap_37(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * value)
{
___rootmap_37 = value;
Il2CppCodeGenWriteBarrier((&___rootmap_37), value);
}
inline static int32_t get_offset_of_rl_startx_38() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_startx_38)); }
inline int32_t get_rl_startx_38() const { return ___rl_startx_38; }
inline int32_t* get_address_of_rl_startx_38() { return &___rl_startx_38; }
inline void set_rl_startx_38(int32_t value)
{
___rl_startx_38 = value;
}
inline static int32_t get_offset_of_rl_starty_39() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_starty_39)); }
inline int32_t get_rl_starty_39() const { return ___rl_starty_39; }
inline int32_t* get_address_of_rl_starty_39() { return &___rl_starty_39; }
inline void set_rl_starty_39(int32_t value)
{
___rl_starty_39 = value;
}
inline static int32_t get_offset_of_control_characters_40() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___control_characters_40)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_control_characters_40() const { return ___control_characters_40; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_control_characters_40() { return &___control_characters_40; }
inline void set_control_characters_40(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___control_characters_40 = value;
Il2CppCodeGenWriteBarrier((&___control_characters_40), value);
}
inline static int32_t get_offset_of_echobuf_42() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echobuf_42)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_echobuf_42() const { return ___echobuf_42; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_echobuf_42() { return &___echobuf_42; }
inline void set_echobuf_42(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___echobuf_42 = value;
Il2CppCodeGenWriteBarrier((&___echobuf_42), value);
}
inline static int32_t get_offset_of_echon_43() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echon_43)); }
inline int32_t get_echon_43() const { return ___echon_43; }
inline int32_t* get_address_of_echon_43() { return &___echon_43; }
inline void set_echon_43(int32_t value)
{
___echon_43 = value;
}
};
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields
{
public:
// System.Int32* System.TermInfoDriver::native_terminal_size
int32_t* ___native_terminal_size_0;
// System.Int32 System.TermInfoDriver::terminal_size
int32_t ___terminal_size_1;
// System.String[] System.TermInfoDriver::locations
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___locations_2;
// System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____consoleColorToAnsiCode_41;
public:
inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___native_terminal_size_0)); }
inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; }
inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; }
inline void set_native_terminal_size_0(int32_t* value)
{
___native_terminal_size_0 = value;
}
inline static int32_t get_offset_of_terminal_size_1() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___terminal_size_1)); }
inline int32_t get_terminal_size_1() const { return ___terminal_size_1; }
inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; }
inline void set_terminal_size_1(int32_t value)
{
___terminal_size_1 = value;
}
inline static int32_t get_offset_of_locations_2() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___locations_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_locations_2() const { return ___locations_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_locations_2() { return &___locations_2; }
inline void set_locations_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___locations_2 = value;
Il2CppCodeGenWriteBarrier((&___locations_2), value);
}
inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ____consoleColorToAnsiCode_41)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; }
inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____consoleColorToAnsiCode_41 = value;
Il2CppCodeGenWriteBarrier((&____consoleColorToAnsiCode_41), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#ifndef TIMEZONEINFO_T46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_H
#define TIMEZONEINFO_T46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeZoneInfo
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 : public RuntimeObject
{
public:
// System.TimeSpan System.TimeZoneInfo::baseUtcOffset
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___baseUtcOffset_0;
// System.String System.TimeZoneInfo::daylightDisplayName
String_t* ___daylightDisplayName_1;
// System.String System.TimeZoneInfo::displayName
String_t* ___displayName_2;
// System.String System.TimeZoneInfo::id
String_t* ___id_3;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>> System.TimeZoneInfo::transitions
List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * ___transitions_5;
// System.String System.TimeZoneInfo::standardDisplayName
String_t* ___standardDisplayName_7;
// System.Boolean System.TimeZoneInfo::supportsDaylightSavingTime
bool ___supportsDaylightSavingTime_8;
// System.TimeZoneInfo_AdjustmentRule[] System.TimeZoneInfo::adjustmentRules
AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* ___adjustmentRules_11;
public:
inline static int32_t get_offset_of_baseUtcOffset_0() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___baseUtcOffset_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_baseUtcOffset_0() const { return ___baseUtcOffset_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_baseUtcOffset_0() { return &___baseUtcOffset_0; }
inline void set_baseUtcOffset_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___baseUtcOffset_0 = value;
}
inline static int32_t get_offset_of_daylightDisplayName_1() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___daylightDisplayName_1)); }
inline String_t* get_daylightDisplayName_1() const { return ___daylightDisplayName_1; }
inline String_t** get_address_of_daylightDisplayName_1() { return &___daylightDisplayName_1; }
inline void set_daylightDisplayName_1(String_t* value)
{
___daylightDisplayName_1 = value;
Il2CppCodeGenWriteBarrier((&___daylightDisplayName_1), value);
}
inline static int32_t get_offset_of_displayName_2() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___displayName_2)); }
inline String_t* get_displayName_2() const { return ___displayName_2; }
inline String_t** get_address_of_displayName_2() { return &___displayName_2; }
inline void set_displayName_2(String_t* value)
{
___displayName_2 = value;
Il2CppCodeGenWriteBarrier((&___displayName_2), value);
}
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___id_3)); }
inline String_t* get_id_3() const { return ___id_3; }
inline String_t** get_address_of_id_3() { return &___id_3; }
inline void set_id_3(String_t* value)
{
___id_3 = value;
Il2CppCodeGenWriteBarrier((&___id_3), value);
}
inline static int32_t get_offset_of_transitions_5() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___transitions_5)); }
inline List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * get_transitions_5() const { return ___transitions_5; }
inline List_1_tD2FC74CFEE011F74F31183756A690154468817E9 ** get_address_of_transitions_5() { return &___transitions_5; }
inline void set_transitions_5(List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * value)
{
___transitions_5 = value;
Il2CppCodeGenWriteBarrier((&___transitions_5), value);
}
inline static int32_t get_offset_of_standardDisplayName_7() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___standardDisplayName_7)); }
inline String_t* get_standardDisplayName_7() const { return ___standardDisplayName_7; }
inline String_t** get_address_of_standardDisplayName_7() { return &___standardDisplayName_7; }
inline void set_standardDisplayName_7(String_t* value)
{
___standardDisplayName_7 = value;
Il2CppCodeGenWriteBarrier((&___standardDisplayName_7), value);
}
inline static int32_t get_offset_of_supportsDaylightSavingTime_8() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___supportsDaylightSavingTime_8)); }
inline bool get_supportsDaylightSavingTime_8() const { return ___supportsDaylightSavingTime_8; }
inline bool* get_address_of_supportsDaylightSavingTime_8() { return &___supportsDaylightSavingTime_8; }
inline void set_supportsDaylightSavingTime_8(bool value)
{
___supportsDaylightSavingTime_8 = value;
}
inline static int32_t get_offset_of_adjustmentRules_11() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___adjustmentRules_11)); }
inline AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* get_adjustmentRules_11() const { return ___adjustmentRules_11; }
inline AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD** get_address_of_adjustmentRules_11() { return &___adjustmentRules_11; }
inline void set_adjustmentRules_11(AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* value)
{
___adjustmentRules_11 = value;
Il2CppCodeGenWriteBarrier((&___adjustmentRules_11), value);
}
};
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields
{
public:
// System.TimeZoneInfo System.TimeZoneInfo::local
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___local_4;
// System.Boolean System.TimeZoneInfo::readlinkNotFound
bool ___readlinkNotFound_6;
// System.TimeZoneInfo System.TimeZoneInfo::utc
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___utc_9;
// System.String System.TimeZoneInfo::timeZoneDirectory
String_t* ___timeZoneDirectory_10;
// Microsoft.Win32.RegistryKey System.TimeZoneInfo::timeZoneKey
RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * ___timeZoneKey_12;
// Microsoft.Win32.RegistryKey System.TimeZoneInfo::localZoneKey
RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * ___localZoneKey_13;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo> System.TimeZoneInfo::systemTimeZones
ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * ___systemTimeZones_14;
public:
inline static int32_t get_offset_of_local_4() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___local_4)); }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_local_4() const { return ___local_4; }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_local_4() { return &___local_4; }
inline void set_local_4(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
{
___local_4 = value;
Il2CppCodeGenWriteBarrier((&___local_4), value);
}
inline static int32_t get_offset_of_readlinkNotFound_6() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___readlinkNotFound_6)); }
inline bool get_readlinkNotFound_6() const { return ___readlinkNotFound_6; }
inline bool* get_address_of_readlinkNotFound_6() { return &___readlinkNotFound_6; }
inline void set_readlinkNotFound_6(bool value)
{
___readlinkNotFound_6 = value;
}
inline static int32_t get_offset_of_utc_9() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___utc_9)); }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_utc_9() const { return ___utc_9; }
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_utc_9() { return &___utc_9; }
inline void set_utc_9(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
{
___utc_9 = value;
Il2CppCodeGenWriteBarrier((&___utc_9), value);
}
inline static int32_t get_offset_of_timeZoneDirectory_10() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___timeZoneDirectory_10)); }
inline String_t* get_timeZoneDirectory_10() const { return ___timeZoneDirectory_10; }
inline String_t** get_address_of_timeZoneDirectory_10() { return &___timeZoneDirectory_10; }
inline void set_timeZoneDirectory_10(String_t* value)
{
___timeZoneDirectory_10 = value;
Il2CppCodeGenWriteBarrier((&___timeZoneDirectory_10), value);
}
inline static int32_t get_offset_of_timeZoneKey_12() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___timeZoneKey_12)); }
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * get_timeZoneKey_12() const { return ___timeZoneKey_12; }
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 ** get_address_of_timeZoneKey_12() { return &___timeZoneKey_12; }
inline void set_timeZoneKey_12(RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * value)
{
___timeZoneKey_12 = value;
Il2CppCodeGenWriteBarrier((&___timeZoneKey_12), value);
}
inline static int32_t get_offset_of_localZoneKey_13() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___localZoneKey_13)); }
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * get_localZoneKey_13() const { return ___localZoneKey_13; }
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 ** get_address_of_localZoneKey_13() { return &___localZoneKey_13; }
inline void set_localZoneKey_13(RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * value)
{
___localZoneKey_13 = value;
Il2CppCodeGenWriteBarrier((&___localZoneKey_13), value);
}
inline static int32_t get_offset_of_systemTimeZones_14() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___systemTimeZones_14)); }
inline ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * get_systemTimeZones_14() const { return ___systemTimeZones_14; }
inline ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 ** get_address_of_systemTimeZones_14() { return &___systemTimeZones_14; }
inline void set_systemTimeZones_14(ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * value)
{
___systemTimeZones_14 = value;
Il2CppCodeGenWriteBarrier((&___systemTimeZones_14), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMEZONEINFO_T46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef INTERNALCANCELHANDLER_T2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A_H
#define INTERNALCANCELHANDLER_T2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Console_InternalCancelHandler
struct InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALCANCELHANDLER_T2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A_H
#ifndef WINDOWSCANCELHANDLER_T1D05BCFB512603DCF87A126FE9969F1D876B9B51_H
#define WINDOWSCANCELHANDLER_T1D05BCFB512603DCF87A126FE9969F1D876B9B51_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Console_WindowsConsole_WindowsCancelHandler
struct WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WINDOWSCANCELHANDLER_T1D05BCFB512603DCF87A126FE9969F1D876B9B51_H
#ifndef CONSOLECANCELEVENTHANDLER_T6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4_H
#define CONSOLECANCELEVENTHANDLER_T6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleCancelEventHandler
struct ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLECANCELEVENTHANDLER_T6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4_H
#ifndef MATCHNUMBERDELEGATE_T15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_H
#define MATCHNUMBERDELEGATE_T15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeParse_MatchNumberDelegate
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MATCHNUMBERDELEGATE_T15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_H
#ifndef NULLCONSOLEDRIVER_T4608D1A2E1195946C2945E3459E15364CF4EC43D_H
#define NULLCONSOLEDRIVER_T4608D1A2E1195946C2945E3459E15364CF4EC43D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NullConsoleDriver
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D : public RuntimeObject
{
public:
public:
};
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields
{
public:
// System.ConsoleKeyInfo System.NullConsoleDriver::EmptyConsoleKeyInfo
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___EmptyConsoleKeyInfo_0;
public:
inline static int32_t get_offset_of_EmptyConsoleKeyInfo_0() { return static_cast<int32_t>(offsetof(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields, ___EmptyConsoleKeyInfo_0)); }
inline ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 get_EmptyConsoleKeyInfo_0() const { return ___EmptyConsoleKeyInfo_0; }
inline ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * get_address_of_EmptyConsoleKeyInfo_0() { return &___EmptyConsoleKeyInfo_0; }
inline void set_EmptyConsoleKeyInfo_0(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 value)
{
___EmptyConsoleKeyInfo_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLCONSOLEDRIVER_T4608D1A2E1195946C2945E3459E15364CF4EC43D_H
#ifndef TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#define TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifndef RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#define RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
{
public:
// System.MonoTypeInfo System.RuntimeType::type_info
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
// System.Object System.RuntimeType::GenericCache
RuntimeObject * ___GenericCache_27;
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
public:
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
{
___type_info_26 = value;
Il2CppCodeGenWriteBarrier((&___type_info_26), value);
}
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
inline void set_GenericCache_27(RuntimeObject * value)
{
___GenericCache_27 = value;
Il2CppCodeGenWriteBarrier((&___GenericCache_27), value);
}
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
___m_serializationCtor_28 = value;
Il2CppCodeGenWriteBarrier((&___m_serializationCtor_28), value);
}
};
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
{
public:
// System.RuntimeType System.RuntimeType::ValueType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
// System.RuntimeType System.RuntimeType::EnumType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
// System.RuntimeType System.RuntimeType::ObjectType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
// System.RuntimeType System.RuntimeType::StringType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
// System.RuntimeType System.RuntimeType::DelegateType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
// System.Type[] System.RuntimeType::s_SICtorParamTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
// System.RuntimeType System.RuntimeType::s_typedRef
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
public:
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ValueType_10 = value;
Il2CppCodeGenWriteBarrier((&___ValueType_10), value);
}
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___EnumType_11 = value;
Il2CppCodeGenWriteBarrier((&___EnumType_11), value);
}
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ObjectType_12 = value;
Il2CppCodeGenWriteBarrier((&___ObjectType_12), value);
}
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___StringType_13 = value;
Il2CppCodeGenWriteBarrier((&___StringType_13), value);
}
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___DelegateType_14 = value;
Il2CppCodeGenWriteBarrier((&___DelegateType_14), value);
}
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___s_SICtorParamTypes_15 = value;
Il2CppCodeGenWriteBarrier((&___s_SICtorParamTypes_15), value);
}
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___s_typedRef_25 = value;
Il2CppCodeGenWriteBarrier((&___s_typedRef_25), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
// System.Collections.KeyValuePairs[]
struct KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290 : public RuntimeArray
{
public:
ALIGN_FIELD (8) KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * m_Items[1];
public:
inline KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 ** 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, KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
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(m_Items + index, 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(m_Items + index, value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * m_Items[1];
public:
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** 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, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) int64_t m_Items[1];
public:
inline int64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.DateTimeParse_DS[]
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.DateTimeParse_DS[][]
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1 : public RuntimeArray
{
public:
ALIGN_FIELD (8) DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* m_Items[1];
public:
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E** 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_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(System.Int32,T[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p1, int32_t p2, int32_t p3, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Int32 System.Array::get_Rank()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::CopyKeys(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Hashtable_CopyKeys_m84AE68F9F9B7C73AE749F45EDAE2413398D0F2BF (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable/HashtableEnumerator::.ctor(System.Collections.Hashtable,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void HashtableEnumerator__ctor_mA4893AEBBF14528B90AF67E83490AC2CE935A166 (HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable0, int32_t ___getObjRetType1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m25CFEE0C3607B2CF35DCCC61FD924708F082BF90 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, bool ___trash0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m7CD7D10246451D96AD05E8A593AA1E74412FA453 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable)
extern "C" IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___table0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::CopyValues(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Hashtable_CopyValues_m3FD762F0A826EFE7C7CBBC5EEC14C47B1CEF5219 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method);
// System.Void System.Collections.LowLevelComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LowLevelComparer__ctor_m880FBF3287CA2B9BA3A3501F8492A224C3045605 (LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Queue::.ctor(System.Int32,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.Collections.Queue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m7A38C651E238B2B6626D9DE8182210D956F4FCCD (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Collections.Queue::SetCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue_SetCapacity_mB3C8692505E4094B25C932B8AED6EB6A032283A0 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Queue/QueueEnumerator::.ctor(System.Collections.Queue)
extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator__ctor_m092D234EC5E7E625B31D1D626D951C1835F87EDF (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___q0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Object::MemberwiseClone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Object System.Collections.Queue::GetElement(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_GetElement_m612CFE182D43EF6A21EB21CDF53F80F4BC36816C (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::Init()
extern "C" IL2CPP_METHOD_ATTR void SortedList_Init_m117CAD874BDC5E2559B518368A167CD4011F54C5 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.Void System.Collections.Comparer::.ctor(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_m48A082269DF4CAE72581C18FD8C232B8CF1B09CA (Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mBF1B7B8D37D3C752EA3F9FA173076B9478A35CEE (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m9DDEAE93E0F338A676E9FF7E97AAEFF8D009D32F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, RuntimeObject* ___comparer4, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::Insert(System.Int32,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SortedList_Insert_mDC41054D6440DF5AD4873ABB9D4F4583067B6287 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___index0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___initialCapacity0, const RuntimeMethod* method);
// System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Collections.KeyValuePairs::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void KeyValuePairs__ctor_m29C5EBF9F38AA568A082A1CAF3C8F71CDECE02BD (KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.SortedList/SortedListEnumerator::.ctor(System.Collections.SortedList,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedListEnumerator__ctor_m91F6FB1020A030036AE45501806206DE3695568B (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList0, int32_t ___index1, int32_t ___count2, int32_t ___getObjRetType3, const RuntimeMethod* method);
// System.Void System.Collections.SortedList/ValueList::.ctor(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR void ValueList__ctor_mB3711C4B350CD4F0FBE39FCC40DDF27A036E48FB (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32,System.Int32)
inline int32_t Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method)
{
return (( int32_t (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF_gshared)(___array0, ___value1, ___startIndex2, ___count3, method);
}
// System.Void System.Collections.SortedList::EnsureCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m70B0336FC9612C2932F3CABF925355D4245D7C85 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___min0, const RuntimeMethod* method);
// System.Void System.Collections.SortedList/SyncSortedList::.ctor(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList__ctor_mB40704E91760DC82374A9112ACB76744F60ED2E2 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___list0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Stack::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method);
// System.Void System.Collections.Stack/StackEnumerator::.ctor(System.Collections.Stack)
extern "C" IL2CPP_METHOD_ATTR void StackEnumerator__ctor_m6F43FBDA48F989B725ADA7CCEC46900630B631F7 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack0, const RuntimeMethod* method);
// System.Void System.Console/InternalCancelHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler__ctor_m82D5D85CC1F50839540B6072DFCADAD07F6223FF (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Boolean System.Environment::get_IsRunningOnWindows()
extern "C" IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D (const RuntimeMethod* method);
// System.Int32 System.Console/WindowsConsole::GetInputCodePage()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetInputCodePage_m492EDD139F7E66A90971A069FA4DD63000F77B4F (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68 (int32_t ___codepage0, const RuntimeMethod* method);
// System.Int32 System.Console/WindowsConsole::GetOutputCodePage()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetOutputCodePage_mAF546B0FBC6558F7F2636A86E8733AD4AD2C4DE3 (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Default()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method);
// System.String System.Text.EncodingHelper::InternalCodePage(System.Int32&)
extern "C" IL2CPP_METHOD_ATTR String_t* EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432 (int32_t* ___code_page0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncodingHelper::get_UTF8Unmarked()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335 (const RuntimeMethod* method);
// System.Void System.Console::SetupStreams(System.Text.Encoding,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void Console_SetupStreams_m6CC1706E3A1838A0C710F3053EF589C7BA934065 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding1, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::get_IsConsole()
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731 (const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardInput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Void System.IO.CStreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void CStreamReader__ctor_m0522E27BADB6649A8E512728F900EFFA4DBD301A (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardOutput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method);
// System.IO.TextWriter System.IO.TextWriter::Synchronized(System.IO.TextWriter)
extern "C" IL2CPP_METHOD_ATTR TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * TextWriter_Synchronized_m09204B9D335A228553F62AB1588490109E5DCD86 (TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___writer0, const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardError(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Void System.IO.UnexceptionalStreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamReader__ctor_m66258235565573CF051C6F053EADEEF9A67A084D (UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.IO.TextReader System.IO.TextReader::Synchronized(System.IO.TextReader)
extern "C" IL2CPP_METHOD_ATTR TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * TextReader_Synchronized_mAC0571B77131073ED9B627C8FEE2082CB28EDA9D (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___reader0, const RuntimeMethod* method);
// System.Void System.IO.UnexceptionalStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter__ctor_m4504DBFFC2C8A76C6BA8BB0EE18630E32D03C772 (UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.IO.FileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, intptr_t ___handle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___isConsoleWrapper5, const RuntimeMethod* method);
// System.IntPtr System.IO.MonoIO::get_ConsoleError()
extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleError_mBF62E29F14657C9B5982694B3901F6AD7EEB6EFD (const RuntimeMethod* method);
// System.IO.Stream System.Console::Open(System.IntPtr,System.IO.FileAccess,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340 (intptr_t ___handle0, int32_t ___access1, int32_t ___bufferSize2, const RuntimeMethod* method);
// System.IntPtr System.IO.MonoIO::get_ConsoleInput()
extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleInput_mFC797DF758331A0370296F8DF3136A6B9F1995DC (const RuntimeMethod* method);
// System.IntPtr System.IO.MonoIO::get_ConsoleOutput()
extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleOutput_m7E36914F192D603C50A8F39745F6443BB2882859 (const RuntimeMethod* method);
// System.ConsoleKeyInfo System.Console::ReadKey(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 Console_ReadKey_m64DBD2BDB13D04E2E73B95F1BD3B9D08B370D3BA (bool ___intercept0, const RuntimeMethod* method);
// System.ConsoleKeyInfo System.ConsoleDriver::ReadKey(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ConsoleDriver_ReadKey_m26C9ECDAE36AEE4B923BFDD9420D341AB3DDA900 (bool ___intercept0, const RuntimeMethod* method);
// System.Void System.ConsoleCancelEventArgs::.ctor(System.ConsoleSpecialKey)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventArgs__ctor_mF734EC3C82D0A490C0A05416E566BFC53ACFB471 (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * __this, int32_t ___type0, const RuntimeMethod* method);
// System.Void System.ConsoleCancelEventHandler::Invoke(System.Object,System.ConsoleCancelEventArgs)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_Invoke_mC7E3B6D8555B865719369DBF255D2BB7E952ADD2 (ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * ___e1, const RuntimeMethod* method);
// System.Boolean System.ConsoleCancelEventArgs::get_Cancel()
extern "C" IL2CPP_METHOD_ATTR bool ConsoleCancelEventArgs_get_Cancel_mA996E8B7FE802D9A15208AFF397481646751A46F (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * __this, const RuntimeMethod* method);
// System.Void System.Environment::Exit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Environment_Exit_m3398C2AF5F6AE7197249ECFEDFC624582ADB86EE (int32_t ___exitCode0, const RuntimeMethod* method);
// System.Void System.Console::DoConsoleCancelEvent()
extern "C" IL2CPP_METHOD_ATTR void Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD (const RuntimeMethod* method);
// System.Int32 System.Console/WindowsConsole::GetConsoleCP()
extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleCP_m113D8CEC7639D78D9C1D5BA7EA60D70C2F5DB870 (const RuntimeMethod* method);
// System.Int32 System.Console/WindowsConsole::GetConsoleOutputCP()
extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleOutputCP_m7FC4A3A6237BCB23BFCFCD4295C06F42C3FEE440 (const RuntimeMethod* method);
// System.Void System.Console/WindowsConsole/WindowsCancelHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void WindowsCancelHandler__ctor_m75C4D20D6754BB22B858DCB2062CCD61742DEFCF (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.EventArgs::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
// System.IConsoleDriver System.ConsoleDriver::CreateNullConsoleDriver()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17 (const RuntimeMethod* method);
// System.IConsoleDriver System.ConsoleDriver::CreateWindowsConsoleDriver()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateWindowsConsoleDriver_mB2C43CDD6BD7C2159D7B939D8EEBEA9BFC07F5DF (const RuntimeMethod* method);
// System.String System.Environment::GetEnvironmentVariable(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.IConsoleDriver System.ConsoleDriver::CreateTermInfoDriver(System.String)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateTermInfoDriver_m93B83A6BC60910A8FDFA247BE56A30055E687342 (String_t* ___term0, const RuntimeMethod* method);
// System.Void System.NullConsoleDriver::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NullConsoleDriver__ctor_mEF6695F8B8CEE021CD5EC693237034A53D484CB2 (NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D * __this, const RuntimeMethod* method);
// System.Void System.WindowsConsoleDriver::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WindowsConsoleDriver__ctor_m9C9E675288391C478152CCB5789D7726611BF70D (WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___term0, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::Isatty(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37 (intptr_t ___handle0, const RuntimeMethod* method);
// System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method);
// System.Char System.ConsoleKeyInfo::get_KeyChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.ConsoleKey System.ConsoleKeyInfo::get_Key()
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Boolean System.ConsoleKeyInfo::Equals(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m856A0CCC02F22515A8D33AB4B574FC2E7D42C13B (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___obj0, const RuntimeMethod* method);
// System.Boolean System.ConsoleKeyInfo::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.ConsoleKeyInfo::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_GetHashCode_mC17663E6043305F599B0AE2DC7534466C9CD6C28 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Void System.MarshalByRefObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method);
// System.Void System.Attribute::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsValueType()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Boolean::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F (String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.Double)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5 (double ___value0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Double)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C (double ___value0, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34 (int32_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::Round(System.Decimal,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, int32_t ___decimals1, const RuntimeMethod* method);
// System.SByte System.Decimal::ToSByte(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int8_t Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C (double ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method);
// System.Byte System.Decimal::ToByte(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint8_t Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Byte System.Byte::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mEFBC459D6ADA0FED490539CD8731E45AE2D2587C (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.Double)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC (double ___value0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3 (int32_t ___value0, const RuntimeMethod* method);
// System.Int16 System.Decimal::ToInt16(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int16_t Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m8974BEBECCE6184E1A2CA312D637E40B731F49B2 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5 (double ___value0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7 (int32_t ___value0, const RuntimeMethod* method);
// System.UInt16 System.Decimal::ToUInt16(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint16_t Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Int32 System.Decimal::FCallToInt32(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_FCallToInt32_m4B063BBD3E2F9CDA39F8C09A6E81C05567FC0C1A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF (double ___value0, const RuntimeMethod* method);
// System.UInt32 System.Decimal::ToUInt32(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint32_t Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Double)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D (double ___value0, const RuntimeMethod* method);
// System.Int64 System.Decimal::ToInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.Int64 System.Int64::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m58A1CEB948FDC6C2ECCA27CA9D19CB904BF98FD4 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232 (double ___value0, const RuntimeMethod* method);
// System.UInt64 System.Decimal::ToUInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Single System.Decimal::op_Explicit(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR float Decimal_op_Explicit_mC7ED730AE7C6D42F19F06246B242E8B60EDDAC62 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Double System.Decimal::op_Explicit(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR double Decimal_op_Explicit_mB7F34E3B2DFB6211CA5ACB5497DA6CDCB09FC6CE (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.SByte)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m8519381573914335A82DE5D3D06FA85E89D89197 (int8_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Byte)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m466EC50EE380238E9F804EE13EF1A2EF7B310DC6 (uint8_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int16)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m9A27DB673EFE87795196E83A6D91139A491252E6 (int16_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mEF0CA15B0C83BC57C2206E366FBAE3FF552FEF28 (uint16_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415 (int32_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m2220445E5E4C0CC7715EEC07C0F7417097FD4141 (uint32_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D (int64_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m2C34640E22DCDAB44B7135AE81E8D480C0CCF556 (uint64_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Explicit(System.Single)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Explicit_m9AE85BFCE75391680A7D4EA28FF4D42959F37E39 (float ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Explicit(System.Double)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Explicit_m2EB423334931E2E5B03C2A91D98E1EB8E28FCC0A (double ___value0, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, const RuntimeMethod* method);
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Char::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m4EB636CC7D3D970B1409CA4AA0336AB33B2DF39F (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32,System.Base64FormattingOptions)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offset1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method);
// System.Int32 System.Convert::ToBase64_CalculateAndValidateOutputLength(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6 (int32_t ___inputLength0, bool ___insertLineBreaks1, const RuntimeMethod* method);
// System.String System.String::FastAllocateString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Int32 System.Convert::ConvertToBase64Array(System.Char*,System.Byte*,System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ConvertToBase64Array_m2C6DC2EA273DB7F37A3A25116F18AF6DB5192E3B (Il2CppChar* ___outChars0, uint8_t* ___inData1, int32_t ___offset2, int32_t ___length3, bool ___insertLineBreaks4, const RuntimeMethod* method);
// System.Void System.OutOfMemoryException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __this, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64CharPtr(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64CharPtr_mBE2FEB558FE590EDCC320D6B864726889274B451 (Il2CppChar* ___inputPtr0, int32_t ___inputLength1, const RuntimeMethod* method);
// System.Int32 System.Convert::FromBase64_ComputeResultLength(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622 (Il2CppChar* ___inputPtr0, int32_t ___inputLength1, const RuntimeMethod* method);
// System.Int32 System.Convert::FromBase64_Decode(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82 (Il2CppChar* ___startInputPtr0, int32_t ___inputLength1, uint8_t* ___startDestPtr2, int32_t ___destLength3, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.StringComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, const RuntimeMethod* method);
// System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions)
extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m91DE0691957416A2BBC9AADD8D4AE2A2885A5AB3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method);
// System.Void System.TimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TimeZone__ctor_mBD56855E65E61A15C21F434032207DF5469CEF31 (TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * __this, const RuntimeMethod* method);
// System.TimeZoneInfo System.TimeZoneInfo::get_Local()
extern "C" IL2CPP_METHOD_ATTR TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD (const RuntimeMethod* method);
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Int32,System.String,System.Reflection.RuntimeAssembly)
extern "C" IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___unityType1, String_t* ___data2, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___assembly3, const RuntimeMethod* method);
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Void System.DBNull::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method);
// System.Char System.DTSubString::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99 (DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * __this, int32_t ___relativeIndex0, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, uint64_t ___dateData0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method);
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB (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)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __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)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __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.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __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.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::get_InternalTicks()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.UInt64 System.DateTime::get_InternalKind()
extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddTicks(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___value0, const RuntimeMethod* method);
// System.DateTime System.DateTime::Add(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddDays(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
// System.Int32 System.DateTime::GetDatePart(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___part0, const RuntimeMethod* method);
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddMonths(System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___months0, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddSeconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddYears(System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 System.DateTime::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.DateTime::CompareTo(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7 (int32_t ___year0, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::TimeToTicks(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632 (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method);
// System.Boolean System.DateTime::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Boolean System.DateTime::Equals(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.TimeSpan System.TimeZoneInfo::GetLocalUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::get_Ticks()
extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.TimeSpan System.TimeZoneInfo::GetUtcOffsetFromUtc(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___zone1, bool* ___isDaylightSavings2, bool* ___isAmbiguousLocalDst3, const RuntimeMethod* method);
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F (int64_t ___dateData0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __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)
extern "C" IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.DateTimeKind System.DateTime::get_Kind()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Boolean System.TimeZoneInfo::IsDaylightSavingTime(System.DateTime,System.TimeZoneInfoOptions)
extern "C" IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsDaylightSavingTime_mD2CB4C1D8BE3E1142012E971B226A30C7CFD774C (TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
// System.Boolean System.DateTime::IsDaylightSavingTime()
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsDaylightSavingTime_m61FBACB93D11B52B100B2E19AF88875C72572B70 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::get_Ticks()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToBinary()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinary_m88D533FDE94CAAC1296BF88791806B7F2025C4FA (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToBinaryRaw()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_Date()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Day()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DayOfWeek System.DateTime::get_DayOfWeek()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_DayOfYear()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfYear_m0B17F85B19C41AD9B6F9F49DBFCC3DD73365BDC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Hour()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTime::IsAmbiguousDaylightSavingTime()
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsAmbiguousDaylightSavingTime_m4E7305F3B377A5BC0AFE81DE9ECE06A1C1FF8996 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Millisecond()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Minute()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Month()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_UtcNow()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method);
// System.TimeSpan System.TimeZoneInfo::GetDateTimeNowUtcOffsetFromUtc(System.DateTime,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m57199B9E169E531B6653648D8520F42F4DC70B7A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, bool* ___isAmbiguousLocalDst1, const RuntimeMethod* method);
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7 (const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Second()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Void System.TimeSpan::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method);
// System.TimeSpan System.DateTime::get_TimeOfDay()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Year()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD (RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, const RuntimeMethod* method);
// System.DateTime System.DateTimeParse::ParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, const RuntimeMethod* method);
// System.Void System.Globalization.DateTimeFormatInfo::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17 (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method);
// System.Double System.DateTime::TicksToOADate(System.Int64)
extern "C" IL2CPP_METHOD_ATTR double DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB (int64_t ___value0, const RuntimeMethod* method);
// System.Double System.DateTime::ToOADate()
extern "C" IL2CPP_METHOD_ATTR double DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToUniversalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToFileTimeUtc()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToFileTime()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, bool ___throwOnOverflow0, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToLocalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_CurrentInfo()
extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F (const RuntimeMethod* method);
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.String System.DateTime::ToLongDateString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToLongTimeString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToShortDateString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToShortTimeString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfoOptions)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 TimeZoneInfo_ConvertTimeToUtc_m296EB8284D179E8F42849A9F02306B55CA009952 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method);
// System.String[] System.DateTime::GetDateTimeFormats(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String[] System.DateTime::GetDateTimeFormats()
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.String[] System.DateTimeFormat::GetAllDateTimes(System.DateTime,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormat_GetAllDateTimes_m5B16220DC7E79BE3C54751C2389C461C0A66B0CF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method);
// System.TypeCode System.DateTime::GetTypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A (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)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84 (StringBuilder_t * __this, Il2CppChar* ___value0, int32_t ___valueCount1, const RuntimeMethod* method);
// System.String System.Globalization.HebrewNumber::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* HebrewNumber_ToString_mCFDFB829050DAA0081F94AE7BA9176124852557F (int32_t ___Number0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedDayName(System.DayOfWeek)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___dayofweek0, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetDayName(System.DayOfWeek)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___dayofweek0, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedMonthName(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetMonthName(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, const RuntimeMethod* method);
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar()
extern "C" IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::internalGetMonthName(System.Int32,System.Globalization.MonthNameStyles,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, int32_t ___style1, bool ___abbreviated2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method);
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetEraName(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___era0, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_AMDesignator()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_PMDesignator()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC (StringBuilder_t * ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method);
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::get_FormatFlags()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.String,System.Int32,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66 (String_t* ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method);
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasForceTwoDigitYears()
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.String,System.Int32,System.Boolean,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, String_t* ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t * ___result5, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, StringBuilder_t * ___result2, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method);
// System.String System.Char::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.String System.DateTimeFormat::FormatCustomized(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method);
// System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_Now()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
// System.Void System.DateTimeFormat::InvalidFormatForUtc(System.String,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method);
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, int32_t ___kind1, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
// System.TimeSpan System.TimeSpan::Negate()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Int32 System.TimeSpan::get_Hours()
extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Int32 System.TimeSpan::get_Minutes()
extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m6253057BEFDE3B0EDC63B8C725CD573486720D4C (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_LongDatePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_FullDateTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralShortTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralShortTimePattern_m6528409AA7B4B138D136F9F5C6C2CA16981EBAB8 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralLongTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralLongTimePattern_m4803CD35334AA775089F6E48DF03817B6068E130 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_MonthDayPattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_RFC1123Pattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RFC1123Pattern_m8216E79C7C862A9AE400D52FCF07EA0B0C9AD49E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_SortableDateTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_SortableDateTimePattern_mF3A3FA3102096383E0E18C01F7F7A5F50375EF1B (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_LongTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongTimePattern_m5304AFC0442E7F208D4D39392E3CE8C0B56F5266 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_UniversalSortableDateTimePattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m2322E2915D3E6EB5A61DDCA1F6F9CC07C61D4141 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_YearMonthPattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo()
extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC (const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method);
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.String,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method);
// System.Object System.Globalization.DateTimeFormatInfo::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Globalization.Calendar System.Globalization.GregorianCalendar::GetDefaultInstance()
extern "C" IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A (const RuntimeMethod* method);
// System.Void System.Globalization.DateTimeFormatInfo::set_Calendar(System.Globalization.Calendar)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___value0, const RuntimeMethod* method);
// System.String System.DateTimeFormat::GetRealFormat(System.String,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0 (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method);
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_DateTimeOffsetPattern()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateTimeOffsetPattern_mF5E6E8E53ED7C8B1262F04DCC2AC8E951FDF2060 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.String,System.DateTime&,System.Globalization.DateTimeFormatInfo&,System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___dateTime1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method);
// System.String[] System.Globalization.DateTimeFormatInfo::GetAllDateTimePatterns(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormatInfo_GetAllDateTimePatterns_m2D5DEA982B0E5F45C317F2C3253473B5D112A440 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, Il2CppChar ___format0, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32)
inline void List_1__ctor_m82C4D0710B1BD00E77EFC7B8B55F1CD0C02A5377 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.String[] System.DateTimeFormat::GetAllDateTimes(System.DateTime,System.Char,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, Il2CppChar ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::CopyTo(System.Int32,T[],System.Int32,System.Int32)
inline void List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p1, int32_t p2, int32_t p3, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, int32_t, int32_t, const RuntimeMethod*))List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared)(__this, p0, p1, p2, p3, method);
}
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset0, const RuntimeMethod* method);
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTimeOffset::get_DateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.TimeSpan System.DateTimeOffset::get_Offset()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method);
// System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method);
// System.Boolean System.DateTimeOffset::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.String System.DateTimeOffset::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method);
// System.Void System.DateTimeResult::Init()
extern "C" IL2CPP_METHOD_ATTR void DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::TryParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method);
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object,System.String)
extern "C" IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method);
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::DoStrictParse(System.String,System.String,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15 (String_t* ___s0, String_t* ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
// System.Globalization.CompareInfo System.__DTString::get_CompareInfo()
extern "C" IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetter(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchWord(System.__DTString&,System.String)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, String_t* ___target1, const RuntimeMethod* method);
// System.Boolean System.__DTString::GetNext()
extern "C" IL2CPP_METHOD_ATTR bool __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.DTSubString System.__DTString::GetSubString()
extern "C" IL2CPP_METHOD_ATTR DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Void System.__DTString::ConsumeSubString(System.DTSubString)
extern "C" IL2CPP_METHOD_ATTR void __DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ___sub0, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseTimeZone(System.__DTString&,System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method);
// System.Void System.__DTString::GetRegularToken(System.TokenType&,System.Int32&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR void __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTString&,System.Double&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, double* ___result1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTString&,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, const RuntimeMethod* method);
// System.TokenType System.__DTString::GetSeparatorToken(System.Globalization.DateTimeFormatInfo,System.Int32&,System.Char&)
extern "C" IL2CPP_METHOD_ATTR int32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method);
// System.Void System.DateTimeRawInfo::AddNumber(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ProcessTerminaltState(System.DateTimeParse/DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method);
// System.Globalization.Calendar System.Globalization.JapaneseCalendar::GetDefaultInstance()
extern "C" IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * JapaneseCalendar_GetDefaultInstance_m2B83AF1289B7F75DC65BAAA788EEA02DEF9F021F (const RuntimeMethod* method);
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetJapaneseCalendarDTFI()
extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetJapaneseCalendarDTFI_mF905895C24DE13A3A53CE23530B4958DEE6EB50F (const RuntimeMethod* method);
// System.Globalization.Calendar System.Globalization.TaiwanCalendar::GetDefaultInstance()
extern "C" IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * TaiwanCalendar_GetDefaultInstance_mF5CD5C63640380B1122F443A98A15C8A68BFC1EF (const RuntimeMethod* method);
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetTaiwanCalendarDTFI()
extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetTaiwanCalendarDTFI_mB5B91430A2881BCBF7ADD581F1960B1BA6BBBB7B (const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTString&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method);
// System.Void System.DateTimeResult::SetDate(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __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)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method);
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method);
// System.Int32 System.DateTimeRawInfo::GetNumber(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
extern "C" IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583 (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776 (String_t* ___datePattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::TryAdjustYear(System.DateTimeResult&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___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)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___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)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___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&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
// System.Boolean System.Globalization.DateTimeFormatInfo::YearMonthAdjustment(System.Int32&,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t* ___year0, int32_t* ___month1, bool ___parsedMonthName2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetTimeOfN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResult&,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResult&,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
// System.Void System.DateTimeRawInfo::Init(System.Int32*)
extern "C" IL2CPP_METHOD_ATTR void DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t* ___numberBuffer0, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR void __DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622 (int32_t ___dps0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResult&,System.DateTimeRawInfo&,System.DateTimeToken&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfo&,System.__DTString&,System.Globalization.DateTimeStyles,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
// System.Boolean System.__DTString::AtEnd()
extern "C" IL2CPP_METHOD_ATTR bool __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse/DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method);
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfo&)
extern "C" IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32&,System.DateTimeParse/TM)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56 (int32_t* ___hour0, int32_t ___timeMark1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResult&,System.Globalization.Calendar&,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** ___cal1, int32_t ___styles2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.DateTimeResult&,System.Globalization.DateTimeStyles,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, bool ___bTimeOnly2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.DateTimeResult&,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResult&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, bool ___bTimeOnly1, const RuntimeMethod* method);
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A (TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
// System.Void System.__DTString::SkipWhiteSpaces()
extern "C" IL2CPP_METHOD_ATTR void __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.__DTString::Match(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Char System.__DTString::GetChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Void System.Globalization.HebrewNumberParsingContext::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void HebrewNumberParsingContext__ctor_m8053C4350B4A4501DA238B4F8B345E2B5FC38128 (HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A * __this, int32_t ___result0, const RuntimeMethod* method);
// System.Globalization.HebrewNumberParsingState System.Globalization.HebrewNumber::ParseByChar(System.Char,System.Globalization.HebrewNumberParsingContext&)
extern "C" IL2CPP_METHOD_ATTR int32_t HebrewNumber_ParseByChar_m083C7C0CF554FDF381FEDB6DE92308BBD82B222D (Il2CppChar ___ch0, HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A * ___context1, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___minDigitLen1, int32_t ___maxDigitLen2, int32_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.__DTString::GetNextDigit()
extern "C" IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Int32 System.__DTString::GetDigit()
extern "C" IL2CPP_METHOD_ATTR int32_t __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseSign(System.__DTString&,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, bool* ___result1, const RuntimeMethod* method);
// System.Boolean System.__DTString::Match(System.String)
extern "C" IL2CPP_METHOD_ATTR bool __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInMonthNames()
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String)
extern "C" IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, const RuntimeMethod* method);
// System.Boolean System.__DTString::MatchSpecifiedWords(System.String,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method);
// System.String[] System.Globalization.DateTimeFormatInfo::internalGetLeapYearMonthNames()
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Int32 System.__DTString::MatchLongestWords(System.String[],System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method);
// System.String[] System.Globalization.DateTimeFormatInfo::get_MonthGenitiveNames()
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormatInfo_get_MonthGenitiveNames_m249A57C68A09D5EE6771DCB4A0D5D1EE9CEE78E4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInDayNames()
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedEraName(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedEraName_m8096A35954A22E28951B8DDDB1BE4B1CD831D7C4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___era0, const RuntimeMethod* method);
// System.Int32 System.__DTString::GetRepeatCount()
extern "C" IL2CPP_METHOD_ATTR int32_t __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse/MatchNumberDelegate::Invoke(System.__DTString&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32&,System.Int32,System.Char,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTString&,System.Int32,System.Double&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchAbbreviatedTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseTimeZoneOffset(System.__DTString&,System.Int32,System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___len1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result2, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTString&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.String,System.Int32,System.Text.StringBuilder,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, int32_t* ___returnValue3, const RuntimeMethod* method);
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTString&,System.__DTString&,System.ParsingInfo&,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___format1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
// System.Void System.ParsingInfo::Init()
extern "C" IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * __this, const RuntimeMethod* method);
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.String,System.Globalization.DateTimeFormatInfo&,System.ParsingInfo&,System.DateTimeResult&)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void __DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method);
// System.Void System.__DTString::TrimTail()
extern "C" IL2CPP_METHOD_ATTR void __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Void System.__DTString::RemoveTrailingInQuoteSpaces()
extern "C" IL2CPP_METHOD_ATTR void __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Void System.__DTString::RemoveLeadingInQuoteSpaces()
extern "C" IL2CPP_METHOD_ATTR void __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasYearMonthAdjustment()
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasYearMonthAdjustment_m638241B02A89164978FE5DF2BB3E1FD1C3DC7BCD (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.Void System.DateTimeParse/MatchNumberDelegate::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void MatchNumberDelegate__ctor_m9E0CFF7DE8D941AD5D703F3F76E387EF5E5E4DC2 (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Hashtable_KeyCollection::.ctor(System.Collections.Hashtable)
extern "C" IL2CPP_METHOD_ATTR void KeyCollection__ctor_m58E48C20C50744A6E711BA0504B8520945C5DD4B (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ___hashtable0;
__this->set__hashtable_0(L_0);
return;
}
}
// System.Void System.Collections.Hashtable_KeyCollection::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79 (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeArray * L_0 = ___array0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___arrayIndex1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_RuntimeMethod_var);
}
IL_0040:
{
RuntimeArray * L_9 = ___array0;
NullCheck(L_9);
int32_t L_10 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_9, /*hidden argument*/NULL);
int32_t L_11 = ___arrayIndex1;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = __this->get__hashtable_0();
NullCheck(L_12);
int32_t L_13 = L_12->get_count_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_13)))
{
goto IL_0065;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, KeyCollection_CopyTo_mAC93A19478D6F9168EF9ADFBE68C5E45C453BC79_RuntimeMethod_var);
}
IL_0065:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_16 = __this->get__hashtable_0();
RuntimeArray * L_17 = ___array0;
int32_t L_18 = ___arrayIndex1;
NullCheck(L_16);
Hashtable_CopyKeys_m84AE68F9F9B7C73AE749F45EDAE2413398D0F2BF(L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Collections.IEnumerator System.Collections.Hashtable_KeyCollection::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_GetEnumerator_mDDD12D3A054E820FB09D8F856F3630766EC5A79B (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyCollection_GetEnumerator_mDDD12D3A054E820FB09D8F856F3630766EC5A79B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 * L_1 = (HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 *)il2cpp_codegen_object_new(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9_il2cpp_TypeInfo_var);
HashtableEnumerator__ctor_mA4893AEBBF14528B90AF67E83490AC2CE935A166(L_1, L_0, 1, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Collections.Hashtable_KeyCollection::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool KeyCollection_get_IsSynchronized_m5C76390DFB2BD8E3884F6C83440CD9350BA729A4 (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.Hashtable::get_IsSynchronized() */, L_0);
return L_1;
}
}
// System.Object System.Collections.Hashtable_KeyCollection::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_get_SyncRoot_mD8E3C1BAD19C5AB1FD13E8411D65B6F0FBFBDCB6 (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Int32 System.Collections.Hashtable_KeyCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_mDEA3CE26546610822E3225D7CE19111868F8F32E (KeyCollection_tD91D15A31EC3120D546EE76142B497C52F7C78D2 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
int32_t L_1 = L_0->get_count_1();
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Hashtable_SyncHashtable::.ctor(System.Collections.Hashtable)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m2CA4BAD2FE04F356B41CB54032144A6F577D960F (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___table0, const RuntimeMethod* method)
{
{
Hashtable__ctor_m25CFEE0C3607B2CF35DCCC61FD924708F082BF90(__this, (bool)0, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ___table0;
__this->set__table_11(L_0);
return;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m818995791B476F454D5EF898AF16DE75CC0C2EB1 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncHashtable__ctor_m818995791B476F454D5EF898AF16DE75CC0C2EB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Hashtable__ctor_m7CD7D10246451D96AD05E8A593AA1E74412FA453(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralD3BB63BF7137B1804A34F9470FC40500AA311F09, L_4, /*hidden argument*/NULL);
__this->set__table_11(((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_5, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)));
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get__table_11();
if (L_6)
{
goto IL_0040;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_8 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, SyncHashtable__ctor_m818995791B476F454D5EF898AF16DE75CC0C2EB1_RuntimeMethod_var);
}
IL_0040:
{
return;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_GetObjectData_m893D45F4B0C1EE87E4A89A8EF33ED30978A29C38 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncHashtable_GetObjectData_m893D45F4B0C1EE87E4A89A8EF33ED30978A29C38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SyncHashtable_GetObjectData_m893D45F4B0C1EE87E4A89A8EF33ED30978A29C38_RuntimeMethod_var);
}
IL_000e:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get__table_11();
NullCheck(L_2);
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_2);
V_0 = L_3;
V_1 = (bool)0;
}
IL_001c:
try
{ // begin try (depth: 1)
RuntimeObject * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get__table_11();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralD3BB63BF7137B1804A34F9470FC40500AA311F09, L_6, L_8, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x4B, FINALLY_0041);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0041;
}
FINALLY_0041:
{ // begin finally (depth: 1)
{
bool L_9 = V_1;
if (!L_9)
{
goto IL_004a;
}
}
IL_0044:
{
RuntimeObject * L_10 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_004a:
{
IL2CPP_END_FINALLY(65)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(65)
{
IL2CPP_JUMP_TBL(0x4B, IL_004b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004b:
{
return;
}
}
// System.Int32 System.Collections.Hashtable_SyncHashtable::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SyncHashtable_get_Count_m0A64365E31BB57BA25E85DCFCACB2798BC109B8C (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Collections.Hashtable_SyncHashtable::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_get_IsSynchronized_mF15EAEFC1C5A4AB01CE2AA2692108DC6608FE0FF (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Object System.Collections.Hashtable_SyncHashtable::get_Item(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_get_Item_m54489F4AB8D10BEDDC41F851DAE27F95A2781146 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
RuntimeObject * L_1 = ___key0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::set_Item(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_set_Item_m90C21E6C2BC7687F3F83818E62754FF171EE1049 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
RuntimeObject * L_4 = ___key0;
RuntimeObject * L_5 = ___value1;
NullCheck(L_3);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_4, L_5);
IL2CPP_LEAVE(0x2F, FINALLY_0025);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_002e;
}
}
IL_0028:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_002e:
{
IL2CPP_END_FINALLY(37)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2F, IL_002f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002f:
{
return;
}
}
// System.Object System.Collections.Hashtable_SyncHashtable::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_get_SyncRoot_m9DA0217F2FC0343D3248F98FC16A2DF1D591A947 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::Add(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Add_m6C7A3C2E4ED8ACF75929EAE5A4AFC0D91C5F2449 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
RuntimeObject * L_4 = ___key0;
RuntimeObject * L_5 = ___value1;
NullCheck(L_3);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_3, L_4, L_5);
IL2CPP_LEAVE(0x2F, FINALLY_0025);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_002e;
}
}
IL_0028:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_002e:
{
IL2CPP_END_FINALLY(37)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2F, IL_002f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002f:
{
return;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::Clear()
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Clear_m8B7D63769105B9B4EC4E166D5E32742B80B48323 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
NullCheck(L_3);
VirtActionInvoker0::Invoke(16 /* System.Void System.Collections.Hashtable::Clear() */, L_3);
IL2CPP_LEAVE(0x2D, FINALLY_0023);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0023;
}
FINALLY_0023:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_002c;
}
}
IL_0026:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_002c:
{
IL2CPP_END_FINALLY(35)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(35)
{
IL2CPP_JUMP_TBL(0x2D, IL_002d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002d:
{
return;
}
}
// System.Boolean System.Collections.Hashtable_SyncHashtable::Contains(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_Contains_m9ED7A575E1BB3E958935D0F9D7EBF0FAB3E1A9A3 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
RuntimeObject * L_1 = ___key0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Boolean System.Collections.Hashtable_SyncHashtable::ContainsKey(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_ContainsKey_m2535E9B4F57EA6CF6D26945A835838B4AD24EEDD (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncHashtable_ContainsKey_m2535E9B4F57EA6CF6D26945A835838B4AD24EEDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SyncHashtable_ContainsKey_m2535E9B4F57EA6CF6D26945A835838B4AD24EEDD_RuntimeMethod_var);
}
IL_0018:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
RuntimeObject * L_4 = ___key0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_3, L_4);
return L_5;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_CopyTo_m28669ED5B49B3861D49C60F38828FD548A67A35F (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
RuntimeArray * L_4 = ___array0;
int32_t L_5 = ___arrayIndex1;
NullCheck(L_3);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(20 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_3, L_4, L_5);
IL2CPP_LEAVE(0x2F, FINALLY_0025);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_002e;
}
}
IL_0028:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_002e:
{
IL2CPP_END_FINALLY(37)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2F, IL_002f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002f:
{
return;
}
}
// System.Object System.Collections.Hashtable_SyncHashtable::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_Clone_m13B484BC6DD78F6EBD4E2C23F242B660CD5C3EFD (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncHashtable_Clone_m13B484BC6DD78F6EBD4E2C23F242B660CD5C3EFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
NullCheck(L_3);
RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Hashtable::Clone() */, L_3);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E(((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_4, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_2 = L_5;
IL2CPP_LEAVE(0x38, FINALLY_002e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002e;
}
FINALLY_002e:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0037;
}
}
IL_0031:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_0037:
{
IL2CPP_END_FINALLY(46)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(46)
{
IL2CPP_JUMP_TBL(0x38, IL_0038)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0038:
{
RuntimeObject * L_8 = V_2;
return L_8;
}
}
// System.Collections.IEnumerator System.Collections.Hashtable_SyncHashtable::System.Collections.IEnumerable.GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_System_Collections_IEnumerable_GetEnumerator_mE59B5C3ADDD7779049A3A3E4B521F2EE7B6BC689 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_0);
return L_1;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.Hashtable_SyncHashtable::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_GetEnumerator_m451D044319810C846AD849FF56B8DFBD6DFA2F03 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_0);
return L_1;
}
}
// System.Collections.ICollection System.Collections.Hashtable_SyncHashtable::get_Keys()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_get_Keys_mA1C7C8E98637CDDE9CABB4A33A8EB9C1FD00CD3C (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2E, FINALLY_0024);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0024;
}
FINALLY_0024:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_002d;
}
}
IL_0027:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_002d:
{
IL2CPP_END_FINALLY(36)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(36)
{
IL2CPP_JUMP_TBL(0x2E, IL_002e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002e:
{
RuntimeObject* L_7 = V_2;
return L_7;
}
}
// System.Collections.ICollection System.Collections.Hashtable_SyncHashtable::get_Values()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_get_Values_mF1C5055354C48EEDD89B09A869D8BC8F7F12926C (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2E, FINALLY_0024);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0024;
}
FINALLY_0024:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_002d;
}
}
IL_0027:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_002d:
{
IL2CPP_END_FINALLY(36)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(36)
{
IL2CPP_JUMP_TBL(0x2E, IL_002e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002e:
{
RuntimeObject* L_7 = V_2;
return L_7;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::Remove(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Remove_m2FBC075A17BE46924E42E6925F7FE1C63EDE0031 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__table_11();
RuntimeObject * L_4 = ___key0;
NullCheck(L_3);
VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_3, L_4);
IL2CPP_LEAVE(0x2E, FINALLY_0024);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0024;
}
FINALLY_0024:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_002d;
}
}
IL_0027:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_002d:
{
IL2CPP_END_FINALLY(36)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(36)
{
IL2CPP_JUMP_TBL(0x2E, IL_002e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002e:
{
return;
}
}
// System.Void System.Collections.Hashtable_SyncHashtable::OnDeserialization(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_OnDeserialization_m24DAB8F8FD4001FE42A93742F387D35AB402645C (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Collections.KeyValuePairs[] System.Collections.Hashtable_SyncHashtable::ToKeyValuePairsArray()
extern "C" IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* SyncHashtable_ToKeyValuePairsArray_m8171E08BE844A828766EA2268B143599A0ADB9B8 (SyncHashtable_t893981DF84FB7968069810B79ACD01415FE78EF3 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__table_11();
NullCheck(L_0);
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_1 = VirtFuncInvoker0< KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* >::Invoke(21 /* System.Collections.KeyValuePairs[] System.Collections.Hashtable::ToKeyValuePairsArray() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Hashtable_ValueCollection::.ctor(System.Collections.Hashtable)
extern "C" IL2CPP_METHOD_ATTR void ValueCollection__ctor_m2DE960A2506F5283C2B806A0B1B9085F823F44E1 (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ___hashtable0;
__this->set__hashtable_0(L_0);
return;
}
}
// System.Void System.Collections.Hashtable_ValueCollection::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeArray * L_0 = ___array0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___arrayIndex1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_RuntimeMethod_var);
}
IL_0040:
{
RuntimeArray * L_9 = ___array0;
NullCheck(L_9);
int32_t L_10 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_9, /*hidden argument*/NULL);
int32_t L_11 = ___arrayIndex1;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = __this->get__hashtable_0();
NullCheck(L_12);
int32_t L_13 = L_12->get_count_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_13)))
{
goto IL_0065;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, ValueCollection_CopyTo_m871AE83F3C69972A86E04B2CFEE1B7054D12BD2F_RuntimeMethod_var);
}
IL_0065:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_16 = __this->get__hashtable_0();
RuntimeArray * L_17 = ___array0;
int32_t L_18 = ___arrayIndex1;
NullCheck(L_16);
Hashtable_CopyValues_m3FD762F0A826EFE7C7CBBC5EEC14C47B1CEF5219(L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Collections.IEnumerator System.Collections.Hashtable_ValueCollection::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ValueCollection_GetEnumerator_m2FE21FA38B2969847E17733337A097A1374BF42C (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueCollection_GetEnumerator_m2FE21FA38B2969847E17733337A097A1374BF42C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 * L_1 = (HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9 *)il2cpp_codegen_object_new(HashtableEnumerator_tE5C908D6870E805494E774BF3CEF4919425455E9_il2cpp_TypeInfo_var);
HashtableEnumerator__ctor_mA4893AEBBF14528B90AF67E83490AC2CE935A166(L_1, L_0, 2, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Collections.Hashtable_ValueCollection::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool ValueCollection_get_IsSynchronized_mA1482CFF09609A4428F716D96B696FEE6E488030 (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.Hashtable::get_IsSynchronized() */, L_0);
return L_1;
}
}
// System.Object System.Collections.Hashtable_ValueCollection::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ValueCollection_get_SyncRoot_mC17AE0E2C425F6DABE82DBAC7AF2FC4D07A20CD0 (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Int32 System.Collections.Hashtable_ValueCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t ValueCollection_get_Count_m54FDCD01AD027CF62E45D03AD914CA75E0954E8F (ValueCollection_tB345B5DC94E72D8A66D69930DB4466A86CA93BF6 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__hashtable_0();
NullCheck(L_0);
int32_t L_1 = L_0->get_count_1();
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Collections.Hashtable/bucket
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_pinvoke(const bucket_t1C848488DF65838689F7773D46F9E7E8C881B083& unmarshaled, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get_key_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___key_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, false);
}
else
{
marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_key_0());
}
}
else
{
marshaled.___key_0 = NULL;
}
if (unmarshaled.get_val_1() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_val_1()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_val_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___val_1));
il2cpp_codegen_com_raise_exception_if_failed(hr, false);
}
else
{
marshaled.___val_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_val_1());
}
}
else
{
marshaled.___val_1 = NULL;
}
marshaled.___hash_coll_2 = unmarshaled.get_hash_coll_2();
}
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_pinvoke_back(const bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke& marshaled, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___key_0 != NULL)
{
unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_key_0(NULL);
}
if (marshaled.___val_1 != NULL)
{
unmarshaled.set_val_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___val_1, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_val_1(NULL);
}
int32_t unmarshaled_hash_coll_temp_2 = 0;
unmarshaled_hash_coll_temp_2 = marshaled.___hash_coll_2;
unmarshaled.set_hash_coll_2(unmarshaled_hash_coll_temp_2);
}
// Conversion method for clean up from marshalling of: System.Collections.Hashtable/bucket
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_pinvoke_cleanup(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke& marshaled)
{
if (marshaled.___key_0 != NULL)
{
(marshaled.___key_0)->Release();
marshaled.___key_0 = NULL;
}
if (marshaled.___val_1 != NULL)
{
(marshaled.___val_1)->Release();
marshaled.___val_1 = NULL;
}
}
// Conversion methods for marshalling of: System.Collections.Hashtable/bucket
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_com(const bucket_t1C848488DF65838689F7773D46F9E7E8C881B083& unmarshaled, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com& marshaled)
{
if (unmarshaled.get_key_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___key_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, true);
}
else
{
marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_key_0());
}
}
else
{
marshaled.___key_0 = NULL;
}
if (unmarshaled.get_val_1() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_val_1()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_val_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___val_1));
il2cpp_codegen_com_raise_exception_if_failed(hr, true);
}
else
{
marshaled.___val_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_val_1());
}
}
else
{
marshaled.___val_1 = NULL;
}
marshaled.___hash_coll_2 = unmarshaled.get_hash_coll_2();
}
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_com_back(const bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com& marshaled, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___key_0 != NULL)
{
unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_key_0(NULL);
}
if (marshaled.___val_1 != NULL)
{
unmarshaled.set_val_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___val_1, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_val_1(NULL);
}
int32_t unmarshaled_hash_coll_temp_2 = 0;
unmarshaled_hash_coll_temp_2 = marshaled.___hash_coll_2;
unmarshaled.set_hash_coll_2(unmarshaled_hash_coll_temp_2);
}
// Conversion method for clean up from marshalling of: System.Collections.Hashtable/bucket
extern "C" void bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshal_com_cleanup(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com& marshaled)
{
if (marshaled.___key_0 != NULL)
{
(marshaled.___key_0)->Release();
marshaled.___key_0 = NULL;
}
if (marshaled.___val_1 != NULL)
{
(marshaled.___val_1)->Release();
marshaled.___val_1 = NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.KeyValuePairs::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void KeyValuePairs__ctor_m29C5EBF9F38AA568A082A1CAF3C8F71CDECE02BD (KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value1;
__this->set_value_1(L_0);
RuntimeObject * L_1 = ___key0;
__this->set_key_0(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.LowLevelComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LowLevelComparer__ctor_m880FBF3287CA2B9BA3A3501F8492A224C3045605 (LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Collections.LowLevelComparer::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t LowLevelComparer_Compare_m950FD3BE5F5E45A8603E7F41582B14316F91863E (LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LowLevelComparer_Compare_m950FD3BE5F5E45A8603E7F41582B14316F91863E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
RuntimeObject * L_0 = ___a0;
RuntimeObject * L_1 = ___b1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
RuntimeObject * L_2 = ___a0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
RuntimeObject * L_3 = ___b1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
RuntimeObject * L_4 = ___a0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
{
RuntimeObject* L_6 = V_0;
RuntimeObject * L_7 = ___b1;
NullCheck(L_6);
int32_t L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
IL_0022:
{
RuntimeObject * L_9 = ___b1;
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var));
RuntimeObject* L_10 = V_1;
if (!L_10)
{
goto IL_0035;
}
}
{
RuntimeObject* L_11 = V_1;
RuntimeObject * L_12 = ___a0;
NullCheck(L_11);
int32_t L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_11, L_12);
return ((-L_13));
}
IL_0035:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, LowLevelComparer_Compare_m950FD3BE5F5E45A8603E7F41582B14316F91863E_RuntimeMethod_var);
}
}
// System.Void System.Collections.LowLevelComparer::.cctor()
extern "C" IL2CPP_METHOD_ATTR void LowLevelComparer__cctor_m2DCDAD27BA9553BF9C77B200A37B4C26B5146B53 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LowLevelComparer__cctor_m2DCDAD27BA9553BF9C77B200A37B4C26B5146B53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 * L_0 = (LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1 *)il2cpp_codegen_object_new(LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_il2cpp_TypeInfo_var);
LowLevelComparer__ctor_m880FBF3287CA2B9BA3A3501F8492A224C3045605(L_0, /*hidden argument*/NULL);
((LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_StaticFields*)il2cpp_codegen_static_fields_for(LowLevelComparer_t4DB5A06518FF5F1549DDAFDA5E7B67FDEA4BF7F1_il2cpp_TypeInfo_var))->set_Default_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Queue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
{
Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979(__this, ((int32_t)32), (2.0f), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Queue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m7A38C651E238B2B6626D9DE8182210D956F4FCCD (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___capacity0;
Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979(__this, L_0, (2.0f), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Queue::.ctor(System.Int32,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___capacity0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979_RuntimeMethod_var);
}
IL_001f:
{
float L_3 = ___growFactor1;
if ((!(((double)(((double)((double)L_3)))) >= ((double)(1.0)))))
{
goto IL_0039;
}
}
{
float L_4 = ___growFactor1;
if ((((double)(((double)((double)L_4)))) <= ((double)(10.0))))
{
goto IL_0067;
}
}
IL_0039:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
int32_t L_7 = 1;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_6;
int32_t L_10 = ((int32_t)10);
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_11);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5734F14C44F430B146A89DA661A0503197EAD36E, L_9, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_13, _stringLiteral8F94F72A6FCAE8B2F94FEDE0B6429F19FE405F01, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, Queue__ctor_mC5A814C0F2BE53160F67504AE9FF1BD157588979_RuntimeMethod_var);
}
IL_0067:
{
int32_t L_14 = ___capacity0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_14);
__this->set__array_0(L_15);
__this->set__head_1(0);
__this->set__tail_2(0);
__this->set__size_3(0);
float L_16 = ___growFactor1;
__this->set__growFactor_4((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_16, (float)(100.0f)))))));
return;
}
}
// System.Void System.Collections.Queue::.ctor(System.Collections.ICollection)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m9D54C0C05803263517B6B75FC6BF08371A28EC52 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, RuntimeObject* ___col0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue__ctor_m9D54C0C05803263517B6B75FC6BF08371A28EC52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B2_0 = NULL;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B3_1 = NULL;
{
RuntimeObject* L_0 = ___col0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_000c;
}
}
{
RuntimeObject* L_1 = ___col0;
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_1);
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000c:
{
G_B3_0 = ((int32_t)32);
G_B3_1 = G_B2_0;
}
IL_000e:
{
NullCheck(G_B3_1);
Queue__ctor_m7A38C651E238B2B6626D9DE8182210D956F4FCCD(G_B3_1, G_B3_0, /*hidden argument*/NULL);
RuntimeObject* L_3 = ___col0;
if (L_3)
{
goto IL_0021;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral58590A8E3AC0A0EE865C1F1181F860909805C3C3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Queue__ctor_m9D54C0C05803263517B6B75FC6BF08371A28EC52_RuntimeMethod_var);
}
IL_0021:
{
RuntimeObject* L_5 = ___col0;
NullCheck(L_5);
RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_5);
V_0 = L_6;
goto IL_0036;
}
IL_002a:
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, __this, L_8);
}
IL_0036:
{
RuntimeObject* L_9 = V_0;
NullCheck(L_9);
bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_9);
if (L_10)
{
goto IL_002a;
}
}
{
return;
}
}
// System.Int32 System.Collections.Queue::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Queue_get_Count_m7F1BFE3590F56D54B20B3A2041486E1F42399C65 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__size_3();
return L_0;
}
}
// System.Object System.Collections.Queue::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Clone_m8827A33C420FB6B1432366B24D98FE7280729D66 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_Clone_m8827A33C420FB6B1432366B24D98FE7280729D66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->get__size_3();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 *)il2cpp_codegen_object_new(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var);
Queue__ctor_m7A38C651E238B2B6626D9DE8182210D956F4FCCD(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_2 = V_0;
int32_t L_3 = __this->get__size_3();
NullCheck(L_2);
L_2->set__size_3(L_3);
int32_t L_4 = __this->get__size_3();
V_1 = L_4;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get__array_0();
NullCheck(L_5);
int32_t L_6 = __this->get__head_1();
int32_t L_7 = V_1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)L_6))) < ((int32_t)L_7)))
{
goto IL_0034;
}
}
{
int32_t L_8 = V_1;
G_B3_0 = L_8;
goto IL_0043;
}
IL_0034:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get__array_0();
NullCheck(L_9);
int32_t L_10 = __this->get__head_1();
G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10));
}
IL_0043:
{
V_2 = G_B3_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = __this->get__array_0();
int32_t L_12 = __this->get__head_1();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_13 = V_0;
NullCheck(L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13->get__array_0();
int32_t L_15 = V_2;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL);
int32_t L_16 = V_1;
int32_t L_17 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17));
int32_t L_18 = V_1;
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_0087;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = __this->get__array_0();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_20 = V_0;
NullCheck(L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20->get__array_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = __this->get__array_0();
NullCheck(L_22);
int32_t L_23 = __this->get__head_1();
int32_t L_24 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23)), L_24, /*hidden argument*/NULL);
}
IL_0087:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_25 = V_0;
int32_t L_26 = __this->get__version_5();
NullCheck(L_25);
L_25->set__version_5(L_26);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_27 = V_0;
return L_27;
}
}
// System.Boolean System.Collections.Queue::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool Queue_get_IsSynchronized_mDB1FCF1611C2B50D77A508A235F8571E07F9049D (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Queue::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_get_SyncRoot_m498B47192FC69A5493708D478CAFEB16B5B3E676 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_get_SyncRoot_m498B47192FC69A5493708D478CAFEB16B5B3E676_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_6();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_6();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_6();
return L_3;
}
}
// System.Void System.Collections.Queue::Clear()
extern "C" IL2CPP_METHOD_ATTR void Queue_Clear_m6CF7FF36BB55D0667A4A91F5BC4746012E04D467 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__head_1();
int32_t L_1 = __this->get__tail_2();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0027;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get__array_0();
int32_t L_3 = __this->get__head_1();
int32_t L_4 = __this->get__size_3();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL);
goto IL_0059;
}
IL_0027:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get__array_0();
int32_t L_6 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get__array_0();
NullCheck(L_7);
int32_t L_8 = __this->get__head_1();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get__array_0();
int32_t L_10 = __this->get__tail_2();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_9, 0, L_10, /*hidden argument*/NULL);
}
IL_0059:
{
__this->set__head_1(0);
__this->set__tail_2(0);
__this->set__size_3(0);
int32_t L_11 = __this->get__version_5();
__this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
return;
}
}
// System.Void System.Collections.Queue::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B13_0 = 0;
{
RuntimeArray * L_0 = ___array0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___index1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_RuntimeMethod_var);
}
IL_0040:
{
RuntimeArray * L_9 = ___array0;
NullCheck(L_9);
int32_t L_10 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_9, /*hidden argument*/NULL);
int32_t L_11 = ___index1;
int32_t L_12 = __this->get__size_3();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0060;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Queue_CopyTo_m83969DA0BA9A261DC4E1737B704BB161754242F5_RuntimeMethod_var);
}
IL_0060:
{
int32_t L_15 = __this->get__size_3();
V_0 = L_15;
int32_t L_16 = V_0;
if (L_16)
{
goto IL_006b;
}
}
{
return;
}
IL_006b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = __this->get__array_0();
NullCheck(L_17);
int32_t L_18 = __this->get__head_1();
int32_t L_19 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)L_18))) < ((int32_t)L_19)))
{
goto IL_0080;
}
}
{
int32_t L_20 = V_0;
G_B13_0 = L_20;
goto IL_008f;
}
IL_0080:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = __this->get__array_0();
NullCheck(L_21);
int32_t L_22 = __this->get__head_1();
G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
}
IL_008f:
{
V_1 = G_B13_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = __this->get__array_0();
int32_t L_24 = __this->get__head_1();
RuntimeArray * L_25 = ___array0;
int32_t L_26 = ___index1;
int32_t L_27 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
int32_t L_28 = V_0;
int32_t L_29 = V_1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29));
int32_t L_30 = V_0;
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_00cb;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = __this->get__array_0();
RuntimeArray * L_32 = ___array0;
int32_t L_33 = ___index1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = __this->get__array_0();
NullCheck(L_34);
int32_t L_35 = __this->get__head_1();
int32_t L_36 = V_0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_31, 0, L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))))), (int32_t)L_35)), L_36, /*hidden argument*/NULL);
}
IL_00cb:
{
return;
}
}
// System.Void System.Collections.Queue::Enqueue(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Queue_Enqueue_mAB96DA7B967CCF88384C288A1104B4375ADC1D92 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__size_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get__array_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))))
{
goto IL_0046;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get__array_0();
NullCheck(L_2);
int32_t L_3 = __this->get__growFactor_4();
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))), (int64_t)(((int64_t)((int64_t)L_3)))))/(int64_t)(((int64_t)((int64_t)((int32_t)100)))))))));
int32_t L_4 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get__array_0();
NullCheck(L_5);
if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)4)))))
{
goto IL_003f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get__array_0();
NullCheck(L_6);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)4));
}
IL_003f:
{
int32_t L_7 = V_0;
Queue_SetCapacity_mB3C8692505E4094B25C932B8AED6EB6A032283A0(__this, L_7, /*hidden argument*/NULL);
}
IL_0046:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get__array_0();
int32_t L_9 = __this->get__tail_2();
RuntimeObject * L_10 = ___obj0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (RuntimeObject *)L_10);
int32_t L_11 = __this->get__tail_2();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = __this->get__array_0();
NullCheck(L_12);
__this->set__tail_2(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))));
int32_t L_13 = __this->get__size_3();
__this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
int32_t L_14 = __this->get__version_5();
__this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
return;
}
}
// System.Collections.IEnumerator System.Collections.Queue::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Queue_GetEnumerator_m8730E4BCDE57279CFC39992DB55CA7D6E508E2E6 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_GetEnumerator_m8730E4BCDE57279CFC39992DB55CA7D6E508E2E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * L_0 = (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA *)il2cpp_codegen_object_new(QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA_il2cpp_TypeInfo_var);
QueueEnumerator__ctor_m092D234EC5E7E625B31D1D626D951C1835F87EDF(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Collections.Queue::Dequeue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Dequeue_m76B0ECD1EFE53DF0AAFEB184912007322CDE7EB4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_Dequeue_m76B0ECD1EFE53DF0AAFEB184912007322CDE7EB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1F81AFFE48C2C2B337815693830EBEE586D9A96C, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Queue_Dequeue_m76B0ECD1EFE53DF0AAFEB184912007322CDE7EB4_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get__array_0();
int32_t L_4 = __this->get__head_1();
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get__array_0();
int32_t L_8 = __this->get__head_1();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, NULL);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (RuntimeObject *)NULL);
int32_t L_9 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = __this->get__array_0();
NullCheck(L_10);
__this->set__head_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))));
int32_t L_11 = __this->get__size_3();
__this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)));
int32_t L_12 = __this->get__version_5();
__this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
return L_6;
}
}
// System.Object System.Collections.Queue::Peek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Peek_m494EF9110AE8F89DC0999577445BD8FBBCA79BB4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_Peek_m494EF9110AE8F89DC0999577445BD8FBBCA79BB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1F81AFFE48C2C2B337815693830EBEE586D9A96C, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Queue_Peek_m494EF9110AE8F89DC0999577445BD8FBBCA79BB4_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get__array_0();
int32_t L_4 = __this->get__head_1();
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Object System.Collections.Queue::GetElement(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_GetElement_m612CFE182D43EF6A21EB21CDF53F80F4BC36816C (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get__array_0();
int32_t L_1 = __this->get__head_1();
int32_t L_2 = ___i0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get__array_0();
NullCheck(L_3);
NullCheck(L_0);
int32_t L_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))));
RuntimeObject * L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
// System.Object[] System.Collections.Queue::ToArray()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Queue_ToArray_mED2DE7F1BC0135A34DB8DD72E8F272DCD5FA2918 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_ToArray_mED2DE7F1BC0135A34DB8DD72E8F272DCD5FA2918_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
int32_t L_0 = __this->get__size_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
int32_t L_2 = __this->get__size_3();
if (L_2)
{
goto IL_0016;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
return L_3;
}
IL_0016:
{
int32_t L_4 = __this->get__head_1();
int32_t L_5 = __this->get__tail_2();
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_003f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get__array_0();
int32_t L_7 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = V_0;
int32_t L_9 = __this->get__size_3();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL);
goto IL_0083;
}
IL_003f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = __this->get__array_0();
int32_t L_11 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get__array_0();
NullCheck(L_13);
int32_t L_14 = __this->get__head_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = __this->get__array_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = __this->get__array_0();
NullCheck(L_17);
int32_t L_18 = __this->get__head_1();
int32_t L_19 = __this->get__tail_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)L_18)), L_19, /*hidden argument*/NULL);
}
IL_0083:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = V_0;
return L_20;
}
}
// System.Void System.Collections.Queue::SetCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue_SetCapacity_mB3C8692505E4094B25C932B8AED6EB6A032283A0 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Queue_SetCapacity_mB3C8692505E4094B25C932B8AED6EB6A032283A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B6_0 = NULL;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B5_0 = NULL;
int32_t G_B7_0 = 0;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * G_B7_1 = NULL;
{
int32_t L_0 = ___capacity0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
int32_t L_2 = __this->get__size_3();
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_007d;
}
}
{
int32_t L_3 = __this->get__head_1();
int32_t L_4 = __this->get__tail_2();
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_0039;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get__array_0();
int32_t L_6 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0;
int32_t L_8 = __this->get__size_3();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL);
goto IL_007d;
}
IL_0039:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get__array_0();
int32_t L_10 = __this->get__head_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = __this->get__array_0();
NullCheck(L_12);
int32_t L_13 = __this->get__head_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)L_13)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = __this->get__array_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = __this->get__array_0();
NullCheck(L_16);
int32_t L_17 = __this->get__head_1();
int32_t L_18 = __this->get__tail_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), (int32_t)L_17)), L_18, /*hidden argument*/NULL);
}
IL_007d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_0;
__this->set__array_0(L_19);
__this->set__head_1(0);
int32_t L_20 = __this->get__size_3();
int32_t L_21 = ___capacity0;
G_B5_0 = __this;
if ((((int32_t)L_20) == ((int32_t)L_21)))
{
G_B6_0 = __this;
goto IL_009d;
}
}
{
int32_t L_22 = __this->get__size_3();
G_B7_0 = L_22;
G_B7_1 = G_B5_0;
goto IL_009e;
}
IL_009d:
{
G_B7_0 = 0;
G_B7_1 = G_B6_0;
}
IL_009e:
{
NullCheck(G_B7_1);
G_B7_1->set__tail_2(G_B7_0);
int32_t L_23 = __this->get__version_5();
__this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Queue_QueueDebugView::.ctor(System.Collections.Queue)
extern "C" IL2CPP_METHOD_ATTR void QueueDebugView__ctor_m222F09D4551C49644E6FE2B4F659D7DC00A9A9AA (QueueDebugView_t5FF125EC597686F20C5494132C038361EFFE6FEA * __this, Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QueueDebugView__ctor_m222F09D4551C49644E6FE2B4F659D7DC00A9A9AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = ___queue0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1038345ECC525CA37383914C8D7839E94CCF5448, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, QueueDebugView__ctor_m222F09D4551C49644E6FE2B4F659D7DC00A9A9AA_RuntimeMethod_var);
}
IL_0014:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_2 = ___queue0;
__this->set_queue_0(L_2);
return;
}
}
// System.Object[] System.Collections.Queue_QueueDebugView::get_Items()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* QueueDebugView_get_Items_mAF972832A25972BA6585BFE32CC16A1539088971 (QueueDebugView_t5FF125EC597686F20C5494132C038361EFFE6FEA * __this, const RuntimeMethod* method)
{
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_queue_0();
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = VirtFuncInvoker0< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(20 /* System.Object[] System.Collections.Queue::ToArray() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Queue_QueueEnumerator::.ctor(System.Collections.Queue)
extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator__ctor_m092D234EC5E7E625B31D1D626D951C1835F87EDF (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___q0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = ___q0;
__this->set__q_0(L_0);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = __this->get__q_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_5();
__this->set__version_2(L_2);
__this->set__index_1(0);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_3 = __this->get__q_0();
NullCheck(L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3->get__array_0();
__this->set_currentElement_3((RuntimeObject *)L_4);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_5 = __this->get__q_0();
NullCheck(L_5);
int32_t L_6 = L_5->get__size_3();
if (L_6)
{
goto IL_004a;
}
}
{
__this->set__index_1((-1));
}
IL_004a:
{
return;
}
}
// System.Object System.Collections.Queue_QueueEnumerator::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * QueueEnumerator_Clone_m7FEC8812D05C32AF9CD683028F82AB6F268FFA3C (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Collections.Queue_QueueEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool QueueEnumerator_MoveNext_mD32B729CB15A926B5CD49F1A1227DE43601953F8 (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QueueEnumerator_MoveNext_mD32B729CB15A926B5CD49F1A1227DE43601953F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__version_2();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = __this->get__q_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_5();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, QueueEnumerator_MoveNext_mD32B729CB15A926B5CD49F1A1227DE43601953F8_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get__index_1();
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_003f;
}
}
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_6 = __this->get__q_0();
NullCheck(L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6->get__array_0();
__this->set_currentElement_3((RuntimeObject *)L_7);
return (bool)0;
}
IL_003f:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_8 = __this->get__q_0();
int32_t L_9 = __this->get__index_1();
NullCheck(L_8);
RuntimeObject * L_10 = Queue_GetElement_m612CFE182D43EF6A21EB21CDF53F80F4BC36816C(L_8, L_9, /*hidden argument*/NULL);
__this->set_currentElement_3(L_10);
int32_t L_11 = __this->get__index_1();
__this->set__index_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
int32_t L_12 = __this->get__index_1();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_13 = __this->get__q_0();
NullCheck(L_13);
int32_t L_14 = L_13->get__size_3();
if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
{
goto IL_007e;
}
}
{
__this->set__index_1((-1));
}
IL_007e:
{
return (bool)1;
}
}
// System.Object System.Collections.Queue_QueueEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_currentElement_3();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = __this->get__q_0();
NullCheck(L_1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1->get__array_0();
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2))))
{
goto IL_003b;
}
}
{
int32_t L_3 = __this->get__index_1();
if (L_3)
{
goto IL_002b;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, QueueEnumerator_get_Current_m0E088D19465BA6CCC423A99857FC563A2E777B1C_RuntimeMethod_var);
}
IL_003b:
{
RuntimeObject * L_8 = __this->get_currentElement_3();
return L_8;
}
}
// System.Void System.Collections.Queue_QueueEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator_Reset_mA1E9C48A119A6E6A98564BD3201D2B5E528986A4 (QueueEnumerator_t01610B48FE6A96358FDC0C32E2E04352EA2216FA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QueueEnumerator_Reset_mA1E9C48A119A6E6A98564BD3201D2B5E528986A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__version_2();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = __this->get__q_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_5();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, QueueEnumerator_Reset_mA1E9C48A119A6E6A98564BD3201D2B5E528986A4_RuntimeMethod_var);
}
IL_0023:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_5 = __this->get__q_0();
NullCheck(L_5);
int32_t L_6 = L_5->get__size_3();
if (L_6)
{
goto IL_0039;
}
}
{
__this->set__index_1((-1));
goto IL_0040;
}
IL_0039:
{
__this->set__index_1(0);
}
IL_0040:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_7 = __this->get__q_0();
NullCheck(L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7->get__array_0();
__this->set_currentElement_3((RuntimeObject *)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
// System.Void System.Collections.SortedList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mBF1B7B8D37D3C752EA3F9FA173076B9478A35CEE (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SortedList_Init_m117CAD874BDC5E2559B518368A167CD4011F54C5(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.SortedList::Init()
extern "C" IL2CPP_METHOD_ATTR void SortedList_Init_m117CAD874BDC5E2559B518368A167CD4011F54C5 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_Init_m117CAD874BDC5E2559B518368A167CD4011F54C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var))->get_emptyArray_7();
__this->set_keys_0(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ((SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var))->get_emptyArray_7();
__this->set_values_1(L_1);
__this->set__size_2(0);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * L_3 = (Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B *)il2cpp_codegen_object_new(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var);
Comparer__ctor_m48A082269DF4CAE72581C18FD8C232B8CF1B09CA(L_3, L_2, /*hidden argument*/NULL);
__this->set_comparer_4(L_3);
return;
}
}
// System.Void System.Collections.SortedList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___initialCapacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___initialCapacity0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral4C28A7D98B2E79E88DB5793B92CAC2973807E234, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D_RuntimeMethod_var);
}
IL_001f:
{
int32_t L_3 = ___initialCapacity0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set_keys_0(L_4);
int32_t L_5 = ___initialCapacity0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_5);
__this->set_values_1(L_6);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * L_8 = (Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B *)il2cpp_codegen_object_new(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var);
Comparer__ctor_m48A082269DF4CAE72581C18FD8C232B8CF1B09CA(L_8, L_7, /*hidden argument*/NULL);
__this->set_comparer_4(L_8);
return;
}
}
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
{
{
SortedList__ctor_mBF1B7B8D37D3C752EA3F9FA173076B9478A35CEE(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___comparer0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject* L_1 = ___comparer0;
__this->set_comparer_4(L_1);
}
IL_0010:
{
return;
}
}
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mE69C668800C6AF9EE9C745E046E151352D424E79 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* ___comparer0, int32_t ___capacity1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___comparer0;
SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___capacity1;
VirtActionInvoker1< int32_t >::Invoke(15 /* System.Void System.Collections.SortedList::set_Capacity(System.Int32) */, __this, L_1);
return;
}
}
// System.Void System.Collections.SortedList::Add(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_keys_0();
int32_t L_4 = __this->get__size_2();
RuntimeObject * L_5 = ___key0;
RuntimeObject* L_6 = __this->get_comparer_4();
int32_t L_7 = Array_BinarySearch_m9DDEAE93E0F338A676E9FF7E97AAEFF8D009D32F((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_005a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
int32_t L_11 = V_0;
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(26 /* System.Object System.Collections.SortedList::GetKey(System.Int32) */, __this, L_11);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_10;
RuntimeObject * L_14 = ___key0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_14);
String_t* L_15 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEB43350789911DF5B5D17EB5DFF35D072DFF48B7, L_13, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, SortedList_Add_m9BF149A943E2E98CCAC52DF7544A87A528F49233_RuntimeMethod_var);
}
IL_005a:
{
int32_t L_17 = V_0;
RuntimeObject * L_18 = ___key0;
RuntimeObject * L_19 = ___value1;
SortedList_Insert_mDC41054D6440DF5AD4873ABB9D4F4583067B6287(__this, ((~L_17)), L_18, L_19, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Collections.SortedList::get_Capacity()
extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_get_Capacity_mB44EDBBD56AB14D512FCD334E9167DF03D7AEFA3 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_keys_0();
NullCheck(L_0);
return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
}
}
// System.Void System.Collections.SortedList::set_Capacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList_set_Capacity_mBE3FA4CD3FFF4D79E340C95007ED475AC96EFB52 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_set_Capacity_mBE3FA4CD3FFF4D79E340C95007ED475AC96EFB52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
{
int32_t L_0 = ___value0;
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_001e;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, SortedList_set_Capacity_mBE3FA4CD3FFF4D79E340C95007ED475AC96EFB52_RuntimeMethod_var);
}
IL_001e:
{
int32_t L_4 = ___value0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_keys_0();
NullCheck(L_5);
if ((((int32_t)L_4) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
{
goto IL_0091;
}
}
{
int32_t L_6 = ___value0;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_007b;
}
}
{
int32_t L_7 = ___value0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_0 = L_8;
int32_t L_9 = ___value0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_1 = L_10;
int32_t L_11 = __this->get__size_2();
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_006c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = __this->get_keys_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
int32_t L_14 = __this->get__size_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = __this->get_values_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_1;
int32_t L_17 = __this->get__size_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, L_17, /*hidden argument*/NULL);
}
IL_006c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = V_0;
__this->set_keys_0(L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_1;
__this->set_values_1(L_19);
return;
}
IL_007b:
{
IL2CPP_RUNTIME_CLASS_INIT(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = ((SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var))->get_emptyArray_7();
__this->set_keys_0(L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = ((SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var))->get_emptyArray_7();
__this->set_values_1(L_21);
}
IL_0091:
{
return;
}
}
// System.Int32 System.Collections.SortedList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_get_Count_m29CA1E35CAEF31A67D6C774546EC01898DEFF64C (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__size_2();
return L_0;
}
}
// System.Collections.ICollection System.Collections.SortedList::get_Values()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_get_Values_m91838A9812BDD038040F5DC4893111A86F28EE20 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(27 /* System.Collections.IList System.Collections.SortedList::GetValueList() */, __this);
return L_0;
}
}
// System.Boolean System.Collections.SortedList::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool SortedList_get_IsSynchronized_m6440118E5D3C3B00089657685A4C6A414D557626 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.SortedList::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_get_SyncRoot_m9B6378B572BC8CEF951E5C477EB24EAFBE6A894B (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_get_SyncRoot_m9B6378B572BC8CEF951E5C477EB24EAFBE6A894B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_6();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_6();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)L_1, L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_6();
return L_3;
}
}
// System.Object System.Collections.SortedList::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_Clone_m764F0897536D23F33ECE5691E3009C24D551F78C (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_Clone_m764F0897536D23F33ECE5691E3009C24D551F78C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * V_0 = NULL;
{
int32_t L_0 = __this->get__size_2();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E *)il2cpp_codegen_object_new(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
SortedList__ctor_m8AB9EF2D57A8FDA543258B1B7C885F810D5B9D4D(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get_keys_0();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_3 = V_0;
NullCheck(L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3->get_keys_0();
int32_t L_5 = __this->get__size_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get_values_1();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_7 = V_0;
NullCheck(L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7->get_values_1();
int32_t L_9 = __this->get__size_2();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_10 = V_0;
int32_t L_11 = __this->get__size_2();
NullCheck(L_10);
L_10->set__size_2(L_11);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_12 = V_0;
int32_t L_13 = __this->get_version_3();
NullCheck(L_12);
L_12->set_version_3(L_13);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_14 = V_0;
RuntimeObject* L_15 = __this->get_comparer_4();
NullCheck(L_14);
L_14->set_comparer_4(L_15);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_16 = V_0;
return L_16;
}
}
// System.Boolean System.Collections.SortedList::ContainsValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SortedList_ContainsValue_mDF3D04AFC0F5A29F65B07E63A6B64357CA498C4F (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(31 /* System.Int32 System.Collections.SortedList::IndexOfValue(System.Object) */, __this, L_0);
return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Collections.SortedList::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_1;
memset(&V_1, 0, sizeof(V_1));
{
RuntimeArray * L_0 = ___array0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_RuntimeMethod_var);
}
IL_0018:
{
RuntimeArray * L_3 = ___array0;
NullCheck(L_3);
int32_t L_4 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0031;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_7 = ___arrayIndex1;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_RuntimeMethod_var);
}
IL_004a:
{
RuntimeArray * L_10 = ___array0;
NullCheck(L_10);
int32_t L_11 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_10, /*hidden argument*/NULL);
int32_t L_12 = ___arrayIndex1;
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13)))
{
goto IL_006a;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, SortedList_CopyTo_m3A86A44F4E73C76B75A868FCD4CF94E023F43E61_RuntimeMethod_var);
}
IL_006a:
{
V_0 = 0;
goto IL_0098;
}
IL_006e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = __this->get_keys_0();
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18 = L_17;
RuntimeObject * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get_values_1();
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
RuntimeObject * L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), L_19, L_23, /*hidden argument*/NULL);
RuntimeArray * L_24 = ___array0;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_25 = V_1;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_26 = L_25;
RuntimeObject * L_27 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_26);
int32_t L_28 = V_0;
int32_t L_29 = ___arrayIndex1;
NullCheck(L_24);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_24, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0098:
{
int32_t L_31 = V_0;
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_006e;
}
}
{
return;
}
}
// System.Collections.KeyValuePairs[] System.Collections.SortedList::ToKeyValuePairsArray()
extern "C" IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* SortedList_ToKeyValuePairsArray_m23017EF6C48C59EEE36B10DBCDF895404208DDE1 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_ToKeyValuePairsArray_m23017EF6C48C59EEE36B10DBCDF895404208DDE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_1 = (KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290*)SZArrayNew(KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
V_1 = 0;
goto IL_002c;
}
IL_0010:
{
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_2 = V_0;
int32_t L_3 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get_keys_0();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get_values_1();
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeObject * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 * L_12 = (KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 *)il2cpp_codegen_object_new(KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29_il2cpp_TypeInfo_var);
KeyValuePairs__ctor_m29C5EBF9F38AA568A082A1CAF3C8F71CDECE02BD(L_12, L_7, L_11, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_12);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (KeyValuePairs_t58C6D38D4557E04680306FEFA05058B43E879D29 *)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_002c:
{
int32_t L_14 = V_1;
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0010;
}
}
{
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_16 = V_0;
return L_16;
}
}
// System.Void System.Collections.SortedList::EnsureCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m70B0336FC9612C2932F3CABF925355D4245D7C85 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___min0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_keys_0();
NullCheck(L_0);
if (!(((RuntimeArray *)L_0)->max_length))
{
goto IL_0015;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_keys_0();
NullCheck(L_1);
G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2));
goto IL_0017;
}
IL_0015:
{
G_B3_0 = ((int32_t)16);
}
IL_0017:
{
V_0 = G_B3_0;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)2146435071)))))
{
goto IL_0026;
}
}
{
V_0 = ((int32_t)2146435071);
}
IL_0026:
{
int32_t L_3 = V_0;
int32_t L_4 = ___min0;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_002c;
}
}
{
int32_t L_5 = ___min0;
V_0 = L_5;
}
IL_002c:
{
int32_t L_6 = V_0;
VirtActionInvoker1< int32_t >::Invoke(15 /* System.Void System.Collections.SortedList::set_Capacity(System.Int32) */, __this, L_6);
return;
}
}
// System.Object System.Collections.SortedList::GetByIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetByIndex_m607E058040C2B336081FC368D6CEE51AE5D69957 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_GetByIndex_m607E058040C2B336081FC368D6CEE51AE5D69957_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0022;
}
}
IL_000d:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedList_GetByIndex_m607E058040C2B336081FC368D6CEE51AE5D69957_RuntimeMethod_var);
}
IL_0022:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_values_1();
int32_t L_6 = ___index0;
NullCheck(L_5);
int32_t L_7 = L_6;
RuntimeObject * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
return L_8;
}
}
// System.Collections.IEnumerator System.Collections.SortedList::System.Collections.IEnumerable.GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_System_Collections_IEnumerable_GetEnumerator_mE8559C93A4F9E049FA398E5DF0635B5D4AE8FE5D (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_System_Collections_IEnumerable_GetEnumerator_mE8559C93A4F9E049FA398E5DF0635B5D4AE8FE5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__size_2();
SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * L_1 = (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E *)il2cpp_codegen_object_new(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E_il2cpp_TypeInfo_var);
SortedListEnumerator__ctor_m91F6FB1020A030036AE45501806206DE3695568B(L_1, __this, 0, L_0, 3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_GetEnumerator_mB2E4690D0E5C0303FBC478A7EE26B460AD07BB1F (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_GetEnumerator_mB2E4690D0E5C0303FBC478A7EE26B460AD07BB1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__size_2();
SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * L_1 = (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E *)il2cpp_codegen_object_new(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E_il2cpp_TypeInfo_var);
SortedListEnumerator__ctor_m91F6FB1020A030036AE45501806206DE3695568B(L_1, __this, 0, L_0, 3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Object System.Collections.SortedList::GetKey(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetKey_m07A9F7D84DDBDC427636D5BAA4513C7E510006FC (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_GetKey_m07A9F7D84DDBDC427636D5BAA4513C7E510006FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0022;
}
}
IL_000d:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedList_GetKey_m07A9F7D84DDBDC427636D5BAA4513C7E510006FC_RuntimeMethod_var);
}
IL_0022:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_keys_0();
int32_t L_6 = ___index0;
NullCheck(L_5);
int32_t L_7 = L_6;
RuntimeObject * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
return L_8;
}
}
// System.Collections.IList System.Collections.SortedList::GetValueList()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_GetValueList_m787668D1485A261E0052DD2661E1D0FB76C2A6BA (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_GetValueList_m787668D1485A261E0052DD2661E1D0FB76C2A6BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * L_0 = __this->get_valueList_5();
if (L_0)
{
goto IL_0014;
}
}
{
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * L_1 = (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE *)il2cpp_codegen_object_new(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE_il2cpp_TypeInfo_var);
ValueList__ctor_mB3711C4B350CD4F0FBE39FCC40DDF27A036E48FB(L_1, __this, /*hidden argument*/NULL);
__this->set_valueList_5(L_1);
}
IL_0014:
{
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * L_2 = __this->get_valueList_5();
return L_2;
}
}
// System.Object System.Collections.SortedList::get_Item(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_get_Item_mBE431529DBE76359698228C82AF7FD034BA55D28 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
RuntimeObject * L_0 = ___key0;
int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, __this, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0015;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_values_1();
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
IL_0015:
{
return NULL;
}
}
// System.Void System.Collections.SortedList::set_Item(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SortedList_set_Item_m070CA28A6691AB17E1A464BA43975503365EE0CC (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_set_Item_m070CA28A6691AB17E1A464BA43975503365EE0CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedList_set_Item_m070CA28A6691AB17E1A464BA43975503365EE0CC_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_keys_0();
int32_t L_4 = __this->get__size_2();
RuntimeObject * L_5 = ___key0;
RuntimeObject* L_6 = __this->get_comparer_4();
int32_t L_7 = Array_BinarySearch_m9DDEAE93E0F338A676E9FF7E97AAEFF8D009D32F((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_004e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_values_1();
int32_t L_10 = V_0;
RuntimeObject * L_11 = ___value1;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (RuntimeObject *)L_11);
int32_t L_12 = __this->get_version_3();
__this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
return;
}
IL_004e:
{
int32_t L_13 = V_0;
RuntimeObject * L_14 = ___key0;
RuntimeObject * L_15 = ___value1;
SortedList_Insert_mDC41054D6440DF5AD4873ABB9D4F4583067B6287(__this, ((~L_13)), L_14, L_15, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Collections.SortedList::IndexOfKey(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_IndexOfKey_m46FB7175A30C6A18230D8D0841DFF593E3D2425D (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_IndexOfKey_m46FB7175A30C6A18230D8D0841DFF593E3D2425D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedList_IndexOfKey_m46FB7175A30C6A18230D8D0841DFF593E3D2425D_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_keys_0();
int32_t L_4 = __this->get__size_2();
RuntimeObject * L_5 = ___key0;
RuntimeObject* L_6 = __this->get_comparer_4();
int32_t L_7 = Array_BinarySearch_m9DDEAE93E0F338A676E9FF7E97AAEFF8D009D32F((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0038;
}
}
{
return (-1);
}
IL_0038:
{
int32_t L_9 = V_0;
return L_9;
}
}
// System.Int32 System.Collections.SortedList::IndexOfValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_IndexOfValue_m75AD0951F7DB4214C945D4D1716F5F7EC953B115 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_IndexOfValue_m75AD0951F7DB4214C945D4D1716F5F7EC953B115_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_values_1();
RuntimeObject * L_1 = ___value0;
int32_t L_2 = __this->get__size_2();
int32_t L_3 = Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF(L_0, L_1, 0, L_2, /*hidden argument*/Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF_RuntimeMethod_var);
return L_3;
}
}
// System.Void System.Collections.SortedList::Insert(System.Int32,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SortedList_Insert_mDC41054D6440DF5AD4873ABB9D4F4583067B6287 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___index0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__size_2();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_keys_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))))
{
goto IL_001e;
}
}
{
int32_t L_2 = __this->get__size_2();
SortedList_EnsureCapacity_m70B0336FC9612C2932F3CABF925355D4245D7C85(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
}
IL_001e:
{
int32_t L_3 = ___index0;
int32_t L_4 = __this->get__size_2();
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_0061;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_keys_0();
int32_t L_6 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_keys_0();
int32_t L_8 = ___index0;
int32_t L_9 = __this->get__size_2();
int32_t L_10 = ___index0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = __this->get_values_1();
int32_t L_12 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_values_1();
int32_t L_14 = ___index0;
int32_t L_15 = __this->get__size_2();
int32_t L_16 = ___index0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL);
}
IL_0061:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = __this->get_keys_0();
int32_t L_18 = ___index0;
RuntimeObject * L_19 = ___key1;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get_values_1();
int32_t L_21 = ___index0;
RuntimeObject * L_22 = ___value2;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (RuntimeObject *)L_22);
int32_t L_23 = __this->get__size_2();
__this->set__size_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)));
int32_t L_24 = __this->get_version_3();
__this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)));
return;
}
}
// System.Void System.Collections.SortedList::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedList_RemoveAt_m5EB61F5A3B6D5DD93169325D7EEF41C34547813D (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_RemoveAt_m5EB61F5A3B6D5DD93169325D7EEF41C34547813D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, __this);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0022;
}
}
IL_000d:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedList_RemoveAt_m5EB61F5A3B6D5DD93169325D7EEF41C34547813D_RuntimeMethod_var);
}
IL_0022:
{
int32_t L_5 = __this->get__size_2();
__this->set__size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)));
int32_t L_6 = ___index0;
int32_t L_7 = __this->get__size_2();
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0073;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get_keys_0();
int32_t L_9 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = __this->get_keys_0();
int32_t L_11 = ___index0;
int32_t L_12 = __this->get__size_2();
int32_t L_13 = ___index0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = __this->get_values_1();
int32_t L_15 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = __this->get_values_1();
int32_t L_17 = ___index0;
int32_t L_18 = __this->get__size_2();
int32_t L_19 = ___index0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
}
IL_0073:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get_keys_0();
int32_t L_21 = __this->get__size_2();
NullCheck(L_20);
ArrayElementTypeCheck (L_20, NULL);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (RuntimeObject *)NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = __this->get_values_1();
int32_t L_23 = __this->get__size_2();
NullCheck(L_22);
ArrayElementTypeCheck (L_22, NULL);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (RuntimeObject *)NULL);
int32_t L_24 = __this->get_version_3();
__this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)));
return;
}
}
// System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = ___list0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458_RuntimeMethod_var);
}
IL_000e:
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = ___list0;
SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * L_3 = (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 *)il2cpp_codegen_object_new(SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78_il2cpp_TypeInfo_var);
SyncSortedList__ctor_mB40704E91760DC82374A9112ACB76744F60ED2E2(L_3, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Collections.SortedList::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SortedList__cctor_m6A728310AF9D3D2330C935724E8B7D211A5EC016 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedList__cctor_m6A728310AF9D3D2330C935724E8B7D211A5EC016_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
((SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var))->set_emptyArray_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.SortedList_SortedListDebugView::.ctor(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR void SortedListDebugView__ctor_mD5CE2BDB37B69ACDB437F4D35C488097C190C9FF (SortedListDebugView_t685B663AA79F56A8B544B3E77D59D21B816440E7 * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListDebugView__ctor_mD5CE2BDB37B69ACDB437F4D35C488097C190C9FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = ___sortedList0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralEEE82D598BEFF1EB74AE9B432366575D80A6274D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SortedListDebugView__ctor_mD5CE2BDB37B69ACDB437F4D35C488097C190C9FF_RuntimeMethod_var);
}
IL_0014:
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = ___sortedList0;
__this->set_sortedList_0(L_2);
return;
}
}
// System.Collections.KeyValuePairs[] System.Collections.SortedList_SortedListDebugView::get_Items()
extern "C" IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* SortedListDebugView_get_Items_m25A3CD962B5946C706F931B10988BF0BCD1AF2CC (SortedListDebugView_t685B663AA79F56A8B544B3E77D59D21B816440E7 * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
NullCheck(L_0);
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_1 = VirtFuncInvoker0< KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* >::Invoke(23 /* System.Collections.KeyValuePairs[] System.Collections.SortedList::ToKeyValuePairsArray() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.SortedList_SortedListEnumerator::.ctor(System.Collections.SortedList,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SortedListEnumerator__ctor_m91F6FB1020A030036AE45501806206DE3695568B (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList0, int32_t ___index1, int32_t ___count2, int32_t ___getObjRetType3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = ___sortedList0;
__this->set_sortedList_0(L_0);
int32_t L_1 = ___index1;
__this->set_index_3(L_1);
int32_t L_2 = ___index1;
__this->set_startIndex_4(L_2);
int32_t L_3 = ___index1;
int32_t L_4 = ___count2;
__this->set_endIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)));
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_5 = ___sortedList0;
NullCheck(L_5);
int32_t L_6 = L_5->get_version_3();
__this->set_version_6(L_6);
int32_t L_7 = ___getObjRetType3;
__this->set_getObjectRetType_8(L_7);
__this->set_current_7((bool)0);
return;
}
}
// System.Object System.Collections.SortedList_SortedListEnumerator::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedListEnumerator_Clone_mCDD985F3FA021A7105B1690CE22EE0B38FEDCC99 (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Collections.SortedList_SortedListEnumerator::get_Key()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_6();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_3();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E_RuntimeMethod_var);
}
IL_0023:
{
bool L_5 = __this->get_current_7();
if (L_5)
{
goto IL_003b;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, SortedListEnumerator_get_Key_mDE6E5D038A0212BB14DCBB9D73F831233EAC826E_RuntimeMethod_var);
}
IL_003b:
{
RuntimeObject * L_8 = __this->get_key_1();
return L_8;
}
}
// System.Boolean System.Collections.SortedList_SortedListEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SortedListEnumerator_MoveNext_m9E4024F4C87D1FE851B86685062E1EB389D56266 (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_MoveNext_m9E4024F4C87D1FE851B86685062E1EB389D56266_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_6();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_3();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedListEnumerator_MoveNext_m9E4024F4C87D1FE851B86685062E1EB389D56266_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get_index_3();
int32_t L_6 = __this->get_endIndex_5();
if ((((int32_t)L_5) >= ((int32_t)L_6)))
{
goto IL_0078;
}
}
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_7 = __this->get_sortedList_0();
NullCheck(L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7->get_keys_0();
int32_t L_9 = __this->get_index_3();
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeObject * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
__this->set_key_1(L_11);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_12 = __this->get_sortedList_0();
NullCheck(L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12->get_values_1();
int32_t L_14 = __this->get_index_3();
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeObject * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
__this->set_value_2(L_16);
int32_t L_17 = __this->get_index_3();
__this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
__this->set_current_7((bool)1);
return (bool)1;
}
IL_0078:
{
__this->set_key_1(NULL);
__this->set_value_2(NULL);
__this->set_current_7((bool)0);
return (bool)0;
}
}
// System.Collections.DictionaryEntry System.Collections.SortedList_SortedListEnumerator::get_Entry()
extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_6();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_3();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E_RuntimeMethod_var);
}
IL_0023:
{
bool L_5 = __this->get_current_7();
if (L_5)
{
goto IL_003b;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, SortedListEnumerator_get_Entry_mEDCBB15F075D7D79709D37B9EB395F39252C253E_RuntimeMethod_var);
}
IL_003b:
{
RuntimeObject * L_8 = __this->get_key_1();
RuntimeObject * L_9 = __this->get_value_2();
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_10;
memset(&L_10, 0, sizeof(L_10));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_10), L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Object System.Collections.SortedList_SortedListEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedListEnumerator_get_Current_mD1C66071084DE980DC97EABCE7BFBCCF96066120 (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_get_Current_mD1C66071084DE980DC97EABCE7BFBCCF96066120_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_current_7();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SortedListEnumerator_get_Current_mD1C66071084DE980DC97EABCE7BFBCCF96066120_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = __this->get_getObjectRetType_8();
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0028;
}
}
{
RuntimeObject * L_4 = __this->get_key_1();
return L_4;
}
IL_0028:
{
int32_t L_5 = __this->get_getObjectRetType_8();
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0038;
}
}
{
RuntimeObject * L_6 = __this->get_value_2();
return L_6;
}
IL_0038:
{
RuntimeObject * L_7 = __this->get_key_1();
RuntimeObject * L_8 = __this->get_value_2();
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_9;
memset(&L_9, 0, sizeof(L_9));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_9), L_7, L_8, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_10 = L_9;
RuntimeObject * L_11 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_10);
return L_11;
}
}
// System.Object System.Collections.SortedList_SortedListEnumerator::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14 (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_6();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_3();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14_RuntimeMethod_var);
}
IL_0023:
{
bool L_5 = __this->get_current_7();
if (L_5)
{
goto IL_003b;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, SortedListEnumerator_get_Value_mA1FF92895EE42234163A72D61DA3D6CF6C642C14_RuntimeMethod_var);
}
IL_003b:
{
RuntimeObject * L_8 = __this->get_value_2();
return L_8;
}
}
// System.Void System.Collections.SortedList_SortedListEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void SortedListEnumerator_Reset_mA0ACBEBFF0955F4BF3B6CA08C028361AE993C1A4 (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SortedListEnumerator_Reset_mA0ACBEBFF0955F4BF3B6CA08C028361AE993C1A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_6();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_3();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, SortedListEnumerator_Reset_mA0ACBEBFF0955F4BF3B6CA08C028361AE993C1A4_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get_startIndex_4();
__this->set_index_3(L_5);
__this->set_current_7((bool)0);
__this->set_key_1(NULL);
__this->set_value_2(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.Collections.SortedList_SyncSortedList::.ctor(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList__ctor_mB40704E91760DC82374A9112ACB76744F60ED2E2 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncSortedList__ctor_mB40704E91760DC82374A9112ACB76744F60ED2E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
SortedList__ctor_mBF1B7B8D37D3C752EA3F9FA173076B9478A35CEE(__this, /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = ___list0;
__this->set__list_8(L_0);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = ___list0;
NullCheck(L_1);
RuntimeObject * L_2 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_1);
__this->set__root_9(L_2);
return;
}
}
// System.Int32 System.Collections.SortedList_SyncSortedList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SyncSortedList_get_Count_m861374BE3B62F25D4BDA438815C3F8D1EF3B4B99 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, L_2);
V_2 = L_3;
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
int32_t L_6 = V_2;
return L_6;
}
}
// System.Object System.Collections.SortedList_SyncSortedList::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncSortedList_get_SyncRoot_mEE5A9348E3815D62AE55DC0E6839FFFFA51447EE (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__root_9();
return L_0;
}
}
// System.Boolean System.Collections.SortedList_SyncSortedList::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool SyncSortedList_get_IsSynchronized_mA0B475EA0DA256447D56D14E89013B7DC369E10E (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Object System.Collections.SortedList_SyncSortedList::get_Item(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncSortedList_get_Item_mCE19993D4332AEF3C66E1AB487D466FD196641A3 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeObject * L_3 = ___key0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(28 /* System.Object System.Collections.SortedList::get_Item(System.Object) */, L_2, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
RuntimeObject * L_7 = V_2;
return L_7;
}
}
// System.Void System.Collections.SortedList_SyncSortedList::set_Item(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList_set_Item_mF63E1085A767FBD35E99BD3B9E89A36691E245AB (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeObject * L_3 = ___key0;
RuntimeObject * L_4 = ___value1;
NullCheck(L_2);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) */, L_2, L_3, L_4);
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
return;
}
}
// System.Void System.Collections.SortedList_SyncSortedList::Add(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList_Add_mD4F7A843420529BC893A4747E99DC6DA1C011A06 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeObject * L_3 = ___key0;
RuntimeObject * L_4 = ___value1;
NullCheck(L_2);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(13 /* System.Void System.Collections.SortedList::Add(System.Object,System.Object) */, L_2, L_3, L_4);
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
return;
}
}
// System.Int32 System.Collections.SortedList_SyncSortedList::get_Capacity()
extern "C" IL2CPP_METHOD_ATTR int32_t SyncSortedList_get_Capacity_mFA93FFB07A800A3A24E258A420D5E32129D26C0B (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.SortedList::get_Capacity() */, L_2);
V_2 = L_3;
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
int32_t L_6 = V_2;
return L_6;
}
}
// System.Object System.Collections.SortedList_SyncSortedList::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncSortedList_Clone_m43670A19FAF0CDBEBD605FAFF3F6346C72650CBC (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
NullCheck(L_2);
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(20 /* System.Object System.Collections.SortedList::Clone() */, L_2);
V_2 = L_3;
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
RuntimeObject * L_6 = V_2;
return L_6;
}
}
// System.Boolean System.Collections.SortedList_SyncSortedList::ContainsValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SyncSortedList_ContainsValue_mC18C54A4ACFE162D58D9F12B427ABD026F4905AE (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeObject * L_3 = ___key0;
NullCheck(L_2);
bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(21 /* System.Boolean System.Collections.SortedList::ContainsValue(System.Object) */, L_2, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
bool L_7 = V_2;
return L_7;
}
}
// System.Void System.Collections.SortedList_SyncSortedList::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList_CopyTo_m9D0D17F07D2EF28C5FCCAFE9C259B8C31E17471C (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeArray * L_3 = ___array0;
int32_t L_4 = ___index1;
NullCheck(L_2);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(22 /* System.Void System.Collections.SortedList::CopyTo(System.Array,System.Int32) */, L_2, L_3, L_4);
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
return;
}
}
// System.Object System.Collections.SortedList_SyncSortedList::GetByIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncSortedList_GetByIndex_mF0C465773F7D5344921F53E1C37A6C2564B9851F (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, int32_t ___index0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
int32_t L_3 = ___index0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(24 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_2, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
RuntimeObject * L_7 = V_2;
return L_7;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.SortedList_SyncSortedList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncSortedList_GetEnumerator_m6E2ECF75F299F3A87C7A7BE02E98873599657A39 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(25 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_2);
V_2 = L_3;
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
RuntimeObject* L_6 = V_2;
return L_6;
}
}
// System.Object System.Collections.SortedList_SyncSortedList::GetKey(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncSortedList_GetKey_mB0B87DE353AF6012A7EC4A17C8E6D9CA36069C56 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, int32_t ___index0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
int32_t L_3 = ___index0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(26 /* System.Object System.Collections.SortedList::GetKey(System.Int32) */, L_2, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
RuntimeObject * L_7 = V_2;
return L_7;
}
}
// System.Collections.IList System.Collections.SortedList_SyncSortedList::GetValueList()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncSortedList_GetValueList_mD62EF1C841CF3131002511C1DBBA7691EB06EFC0 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(27 /* System.Collections.IList System.Collections.SortedList::GetValueList() */, L_2);
V_2 = L_3;
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
RuntimeObject* L_6 = V_2;
return L_6;
}
}
// System.Int32 System.Collections.SortedList_SyncSortedList::IndexOfKey(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SyncSortedList_IndexOfKey_m15C2D437CF0DC94819E808B7D7930EFC03E8AE10 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SyncSortedList_IndexOfKey_m15C2D437CF0DC94819E808B7D7930EFC03E8AE10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SyncSortedList_IndexOfKey_m15C2D437CF0DC94819E808B7D7930EFC03E8AE10_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject * L_3 = __this->get__root_9();
V_0 = L_3;
V_1 = (bool)0;
}
IL_0021:
try
{ // begin try (depth: 1)
RuntimeObject * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_5 = __this->get__list_8();
RuntimeObject * L_6 = ___key0;
NullCheck(L_5);
int32_t L_7 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, L_5, L_6);
V_2 = L_7;
IL2CPP_LEAVE(0x42, FINALLY_0038);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0038;
}
FINALLY_0038:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0041;
}
}
IL_003b:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_0041:
{
IL2CPP_END_FINALLY(56)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(56)
{
IL2CPP_JUMP_TBL(0x42, IL_0042)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0042:
{
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 System.Collections.SortedList_SyncSortedList::IndexOfValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SyncSortedList_IndexOfValue_m8EEE1EA84640DE9A346F1F2CE2C6224A3E952954 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
RuntimeObject * L_3 = ___value0;
NullCheck(L_2);
int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(31 /* System.Int32 System.Collections.SortedList::IndexOfValue(System.Object) */, L_2, L_3);
V_2 = L_4;
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
int32_t L_7 = V_2;
return L_7;
}
}
// System.Void System.Collections.SortedList_SyncSortedList::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SyncSortedList_RemoveAt_m29D376438AD9947184B4A1E3C0E551B53E47C2DC (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, int32_t ___index0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get__root_9();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get__list_8();
int32_t L_3 = ___index0;
NullCheck(L_2);
VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void System.Collections.SortedList::RemoveAt(System.Int32) */, L_2, L_3);
IL2CPP_LEAVE(0x29, FINALLY_001f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
IL_0022:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0028:
{
IL2CPP_END_FINALLY(31)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
return;
}
}
// System.Collections.KeyValuePairs[] System.Collections.SortedList_SyncSortedList::ToKeyValuePairsArray()
extern "C" IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* SyncSortedList_ToKeyValuePairsArray_m3BF63C70C9C665DD4C3C841D316D42DF88D499E9 (SyncSortedList_tB44BB16CB6BCCA12B85A512D39EAF980ED97DD78 * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get__list_8();
NullCheck(L_0);
KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* L_1 = VirtFuncInvoker0< KeyValuePairsU5BU5D_tF17967313356B9717F99870B41620E8D73106290* >::Invoke(23 /* System.Collections.KeyValuePairs[] System.Collections.SortedList::ToKeyValuePairsArray() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.SortedList_ValueList::.ctor(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR void ValueList__ctor_mB3711C4B350CD4F0FBE39FCC40DDF27A036E48FB (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___sortedList0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = ___sortedList0;
__this->set_sortedList_0(L_0);
return;
}
}
// System.Int32 System.Collections.SortedList_ValueList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t ValueList_get_Count_m227641658468A24AB69FEFA56C15F22020290127 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
NullCheck(L_0);
int32_t L_1 = L_0->get__size_2();
return L_1;
}
}
// System.Boolean System.Collections.SortedList_ValueList::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool ValueList_get_IsReadOnly_m3DDBD72FDD3F75BA8E1BB0AE953A4EAE3007DE84 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Collections.SortedList_ValueList::get_IsFixedSize()
extern "C" IL2CPP_METHOD_ATTR bool ValueList_get_IsFixedSize_m78B154D48428D8475AE9D2059532F5E72D579139 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Collections.SortedList_ValueList::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool ValueList_get_IsSynchronized_mFEB08C69F450402F94FDD45405FEA0AD149DC75B (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Collections.SortedList::get_IsSynchronized() */, L_0);
return L_1;
}
}
// System.Object System.Collections.SortedList_ValueList::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ValueList_get_SyncRoot_m3E9DDC776C542E7E0611E3A7A070567124184511 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Int32 System.Collections.SortedList_ValueList::Add(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t ValueList_Add_mB8794C295CC62AB35096EE27A481E8A30BD30B04 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_Add_mB8794C295CC62AB35096EE27A481E8A30BD30B04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_Add_mB8794C295CC62AB35096EE27A481E8A30BD30B04_RuntimeMethod_var);
}
}
// System.Void System.Collections.SortedList_ValueList::Clear()
extern "C" IL2CPP_METHOD_ATTR void ValueList_Clear_m9753CB2AF143162A597E97279F99FEF687A06C07 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_Clear_m9753CB2AF143162A597E97279F99FEF687A06C07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_Clear_m9753CB2AF143162A597E97279F99FEF687A06C07_RuntimeMethod_var);
}
}
// System.Boolean System.Collections.SortedList_ValueList::Contains(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ValueList_Contains_m6F0792CE746E0615524513A3706FCDE7E850B78A (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
RuntimeObject * L_1 = ___value0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(21 /* System.Boolean System.Collections.SortedList::ContainsValue(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.SortedList_ValueList::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ValueList_CopyTo_mB6C4D3E38A405F02D80EC5CE18E246D3D447AA19 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_CopyTo_mB6C4D3E38A405F02D80EC5CE18E246D3D447AA19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeArray * L_0 = ___array0;
if (!L_0)
{
goto IL_001c;
}
}
{
RuntimeArray * L_1 = ___array0;
NullCheck(L_1);
int32_t L_2 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_001c;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ValueList_CopyTo_mB6C4D3E38A405F02D80EC5CE18E246D3D447AA19_RuntimeMethod_var);
}
IL_001c:
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_5 = __this->get_sortedList_0();
NullCheck(L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5->get_values_1();
RuntimeArray * L_7 = ___array0;
int32_t L_8 = ___arrayIndex1;
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_9 = __this->get_sortedList_0();
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, L_9);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, L_8, L_10, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.SortedList_ValueList::Insert(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ValueList_Insert_m28C14D2292C26CEEA93F4C1DC8DF5FE1807AEE53 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_Insert_m28C14D2292C26CEEA93F4C1DC8DF5FE1807AEE53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_Insert_m28C14D2292C26CEEA93F4C1DC8DF5FE1807AEE53_RuntimeMethod_var);
}
}
// System.Object System.Collections.SortedList_ValueList::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ValueList_get_Item_m3A8374EB01BB0A870749D35DC7AB92C05A632B70 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(24 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.SortedList_ValueList::set_Item(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ValueList_set_Item_mCAB63AA0CB69814B3973E323C78EBD8BD4BEACCB (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_set_Item_mCAB63AA0CB69814B3973E323C78EBD8BD4BEACCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_set_Item_mCAB63AA0CB69814B3973E323C78EBD8BD4BEACCB_RuntimeMethod_var);
}
}
// System.Collections.IEnumerator System.Collections.SortedList_ValueList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ValueList_GetEnumerator_m64247109B74752BEC8B6A96092D21D8573E459C1 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_GetEnumerator_m64247109B74752BEC8B6A96092D21D8573E459C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = __this->get_sortedList_0();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, L_1);
SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E * L_3 = (SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E *)il2cpp_codegen_object_new(SortedListEnumerator_t0B3C08255F72412FF007E1CEBA45EEFAED17443E_il2cpp_TypeInfo_var);
SortedListEnumerator__ctor_m91F6FB1020A030036AE45501806206DE3695568B(L_3, L_0, 0, L_2, 2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Collections.SortedList_ValueList::IndexOf(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t ValueList_IndexOf_m98F72D41D170C0F3C874FB0E6549885CF33562DE (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_IndexOf_m98F72D41D170C0F3C874FB0E6549885CF33562DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_sortedList_0();
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0->get_values_1();
RuntimeObject * L_2 = ___value0;
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_3 = __this->get_sortedList_0();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, L_3);
int32_t L_5 = Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF(L_1, L_2, 0, L_4, /*hidden argument*/Array_IndexOf_TisRuntimeObject_mAA3A139827BE306C01514EBF4F21041FC2285EAF_RuntimeMethod_var);
return L_5;
}
}
// System.Void System.Collections.SortedList_ValueList::Remove(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ValueList_Remove_mA2FEB0A0A2022DA19689374C7232CB5161AFF49D (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_Remove_mA2FEB0A0A2022DA19689374C7232CB5161AFF49D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_Remove_mA2FEB0A0A2022DA19689374C7232CB5161AFF49D_RuntimeMethod_var);
}
}
// System.Void System.Collections.SortedList_ValueList::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ValueList_RemoveAt_m35113DF97CC414BD1312E65EB0F58BACF60D87C1 (ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueList_RemoveAt_m35113DF97CC414BD1312E65EB0F58BACF60D87C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ValueList_RemoveAt_m35113DF97CC414BD1312E65EB0F58BACF60D87C1_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Stack::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->set__array_0(L_0);
__this->set__size_1(0);
__this->set__version_2(0);
return;
}
}
// System.Void System.Collections.Stack::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___initialCapacity0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral4C28A7D98B2E79E88DB5793B92CAC2973807E234, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193_RuntimeMethod_var);
}
IL_001f:
{
int32_t L_3 = ___initialCapacity0;
if ((((int32_t)L_3) >= ((int32_t)((int32_t)10))))
{
goto IL_0028;
}
}
{
___initialCapacity0 = ((int32_t)10);
}
IL_0028:
{
int32_t L_4 = ___initialCapacity0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->set__array_0(L_5);
__this->set__size_1(0);
__this->set__version_2(0);
return;
}
}
// System.Int32 System.Collections.Stack::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Stack_get_Count_mA3966F522AE357ACCE3537FBDF82A919B509D6C0 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__size_1();
return L_0;
}
}
// System.Boolean System.Collections.Stack::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool Stack_get_IsSynchronized_m1DE2ABB7B9C97434B1AAC9B51D069F32AD3B0A65 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Stack::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_get_SyncRoot_mD2CA98A101E2F7EF48457FA8496700E438054EB6 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_get_SyncRoot_mD2CA98A101E2F7EF48457FA8496700E438054EB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_3();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_3();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)L_1, L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_3();
return L_3;
}
}
// System.Void System.Collections.Stack::Clear()
extern "C" IL2CPP_METHOD_ATTR void Stack_Clear_m9B8C5F26A38E15BD96ADFA5D3DF38227BDD91041 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get__array_0();
int32_t L_1 = __this->get__size_1();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL);
__this->set__size_1(0);
int32_t L_2 = __this->get__version_2();
__this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
return;
}
}
// System.Object System.Collections.Stack::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Clone_m970E7DDDA2100E11F01BF22FDC51B59A0058BB65 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_Clone_m970E7DDDA2100E11F01BF22FDC51B59A0058BB65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * V_0 = NULL;
{
int32_t L_0 = __this->get__size_1();
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var);
Stack__ctor_mAA16105AE32299FABCBCCB6D912C220816030193(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_2 = V_0;
int32_t L_3 = __this->get__size_1();
NullCheck(L_2);
L_2->set__size_1(L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get__array_0();
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_5 = V_0;
NullCheck(L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5->get__array_0();
int32_t L_7 = __this->get__size_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_8 = V_0;
int32_t L_9 = __this->get__version_2();
NullCheck(L_8);
L_8->set__version_2(L_9);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_10 = V_0;
return L_10;
}
}
// System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
{
RuntimeArray * L_0 = ___array0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___index1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_RuntimeMethod_var);
}
IL_0040:
{
RuntimeArray * L_9 = ___array0;
NullCheck(L_9);
int32_t L_10 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_9, /*hidden argument*/NULL);
int32_t L_11 = ___index1;
int32_t L_12 = __this->get__size_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0060;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Stack_CopyTo_mFE62429D1F2E385D31D8AFEE165327B33628BDF4_RuntimeMethod_var);
}
IL_0060:
{
V_0 = 0;
RuntimeArray * L_15 = ___array0;
if (!((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)IsInst((RuntimeObject*)L_15, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))
{
goto IL_00b5;
}
}
{
RuntimeArray * L_16 = ___array0;
V_1 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_16, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
goto IL_008d;
}
IL_0073:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_1;
int32_t L_18 = V_0;
int32_t L_19 = ___index1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get__array_0();
int32_t L_21 = __this->get__size_1();
int32_t L_22 = V_0;
NullCheck(L_20);
int32_t L_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)1));
RuntimeObject * L_24 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_24);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))), (RuntimeObject *)L_24);
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_008d:
{
int32_t L_26 = V_0;
int32_t L_27 = __this->get__size_1();
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0073;
}
}
{
return;
}
IL_0097:
{
RuntimeArray * L_28 = ___array0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = __this->get__array_0();
int32_t L_30 = __this->get__size_1();
int32_t L_31 = V_0;
NullCheck(L_29);
int32_t L_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), (int32_t)1));
RuntimeObject * L_33 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
int32_t L_34 = V_0;
int32_t L_35 = ___index1;
NullCheck(L_28);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_28, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
int32_t L_36 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_00b5:
{
int32_t L_37 = V_0;
int32_t L_38 = __this->get__size_1();
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0097;
}
}
{
return;
}
}
// System.Collections.IEnumerator System.Collections.Stack::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stack_GetEnumerator_m58A7F61531021CA2F3BF52854236229EB85F6E92 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_GetEnumerator_m58A7F61531021CA2F3BF52854236229EB85F6E92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * L_0 = (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA *)il2cpp_codegen_object_new(StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA_il2cpp_TypeInfo_var);
StackEnumerator__ctor_m6F43FBDA48F989B725ADA7CCEC46900630B631F7(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Collections.Stack::Peek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Peek_mEAC45FC37790CF917154F27345E106C2EE38346C (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_Peek_mEAC45FC37790CF917154F27345E106C2EE38346C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__size_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2AE9006AA79BCA491D17932D2580DBE509CC1BD7, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Stack_Peek_mEAC45FC37790CF917154F27345E106C2EE38346C_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get__array_0();
int32_t L_4 = __this->get__size_1();
NullCheck(L_3);
int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Object System.Collections.Stack::Pop()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Pop_m5419FBFC126E7004A81612F90B8137C5629F7CDE (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_Pop_m5419FBFC126E7004A81612F90B8137C5629F7CDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__size_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2AE9006AA79BCA491D17932D2580DBE509CC1BD7, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Stack_Pop_m5419FBFC126E7004A81612F90B8137C5629F7CDE_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = __this->get__version_2();
__this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get__array_0();
int32_t L_5 = __this->get__size_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_0;
__this->set__size_1(L_6);
int32_t L_7 = V_0;
NullCheck(L_4);
int32_t L_8 = L_7;
RuntimeObject * L_9 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = __this->get__array_0();
int32_t L_11 = __this->get__size_1();
NullCheck(L_10);
ArrayElementTypeCheck (L_10, NULL);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject *)NULL);
return L_9;
}
}
// System.Void System.Collections.Stack::Push(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Stack_Push_m971376A29407806EA49448EBDF6DECCCE8AF6358 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_Push_m971376A29407806EA49448EBDF6DECCCE8AF6358_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__size_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get__array_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))))
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get__array_0();
NullCheck(L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))));
V_0 = L_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get__array_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0;
int32_t L_6 = __this->get__size_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0;
__this->set__array_0(L_7);
}
IL_003b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get__array_0();
int32_t L_9 = __this->get__size_1();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_1;
RuntimeObject * L_12 = ___obj0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_12);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject *)L_12);
int32_t L_13 = __this->get__version_2();
__this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
return;
}
}
// System.Object[] System.Collections.Stack::ToArray()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Stack_ToArray_mEB24359E96AA308E18AAF84B69BE811D577980F1 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stack_ToArray_mEB24359E96AA308E18AAF84B69BE811D577980F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__size_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
V_1 = 0;
goto IL_0028;
}
IL_0010:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = V_0;
int32_t L_3 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get__array_0();
int32_t L_5 = __this->get__size_1();
int32_t L_6 = V_1;
NullCheck(L_4);
int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), (int32_t)1));
RuntimeObject * L_8 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_8);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject *)L_8);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0028:
{
int32_t L_10 = V_1;
int32_t L_11 = __this->get__size_1();
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0010;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = V_0;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Stack_StackDebugView::.ctor(System.Collections.Stack)
extern "C" IL2CPP_METHOD_ATTR void StackDebugView__ctor_m7CFC8EA970355962DE36D61D057CAF38DB6F393F (StackDebugView_tE0C0C7F6AD6752160144359775846DFDDD36CB2E * __this, Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StackDebugView__ctor_m7CFC8EA970355962DE36D61D057CAF38DB6F393F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = ___stack0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB26DC72D261A92C1CFD1E643717E450A84CF2122, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StackDebugView__ctor_m7CFC8EA970355962DE36D61D057CAF38DB6F393F_RuntimeMethod_var);
}
IL_0014:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_2 = ___stack0;
__this->set_stack_0(L_2);
return;
}
}
// System.Object[] System.Collections.Stack_StackDebugView::get_Items()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* StackDebugView_get_Items_m85BB11CB6558BEB7052A5C76F91992D2D5FBCD49 (StackDebugView_tE0C0C7F6AD6752160144359775846DFDDD36CB2E * __this, const RuntimeMethod* method)
{
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_0();
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = VirtFuncInvoker0< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(20 /* System.Object[] System.Collections.Stack::ToArray() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Stack_StackEnumerator::.ctor(System.Collections.Stack)
extern "C" IL2CPP_METHOD_ATTR void StackEnumerator__ctor_m6F43FBDA48F989B725ADA7CCEC46900630B631F7 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = ___stack0;
__this->set__stack_0(L_0);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = __this->get__stack_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_2();
__this->set__version_2(L_2);
__this->set__index_1(((int32_t)-2));
__this->set_currentElement_3(NULL);
return;
}
}
// System.Object System.Collections.Stack_StackEnumerator::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StackEnumerator_Clone_mA509B6C10DEE0D9D7BB94621F3A5311A49BDBD36 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Collections.Stack_StackEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool StackEnumerator_MoveNext_m7C00619A440FB2C12C0A5C3C8CEB934250C3DE22 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StackEnumerator_MoveNext_m7C00619A440FB2C12C0A5C3C8CEB934250C3DE22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B9_0 = 0;
{
int32_t L_0 = __this->get__version_2();
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = __this->get__stack_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_2();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, StackEnumerator_MoveNext_m7C00619A440FB2C12C0A5C3C8CEB934250C3DE22_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get__index_1();
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0068;
}
}
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_6 = __this->get__stack_0();
NullCheck(L_6);
int32_t L_7 = L_6->get__size_1();
__this->set__index_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
int32_t L_8 = __this->get__index_1();
int32_t L_9 = ((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B4_0 = L_9;
if (!L_9)
{
G_B5_0 = L_9;
goto IL_0067;
}
}
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_10 = __this->get__stack_0();
NullCheck(L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10->get__array_0();
int32_t L_12 = __this->get__index_1();
NullCheck(L_11);
int32_t L_13 = L_12;
RuntimeObject * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
__this->set_currentElement_3(L_14);
G_B5_0 = G_B4_0;
}
IL_0067:
{
return (bool)G_B5_0;
}
IL_0068:
{
int32_t L_15 = __this->get__index_1();
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0073;
}
}
{
return (bool)0;
}
IL_0073:
{
int32_t L_16 = __this->get__index_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
int32_t L_17 = V_0;
__this->set__index_1(L_17);
int32_t L_18 = V_0;
int32_t L_19 = ((((int32_t)((((int32_t)L_18) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B9_0 = L_19;
if (!L_19)
{
G_B10_0 = L_19;
goto IL_00a6;
}
}
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_20 = __this->get__stack_0();
NullCheck(L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20->get__array_0();
int32_t L_22 = __this->get__index_1();
NullCheck(L_21);
int32_t L_23 = L_22;
RuntimeObject * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
__this->set_currentElement_3(L_24);
return (bool)G_B9_0;
}
IL_00a6:
{
__this->set_currentElement_3(NULL);
return (bool)G_B10_0;
}
}
// System.Object System.Collections.Stack_StackEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__index_1();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = __this->get__index_1();
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, StackEnumerator_get_Current_m648842035EE50845BF314430E0FFBF33A4983C22_RuntimeMethod_var);
}
IL_0033:
{
RuntimeObject * L_6 = __this->get_currentElement_3();
return L_6;
}
}
// System.Void System.Collections.Stack_StackEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void StackEnumerator_Reset_m72AB015F4BB163EC9DC19457743EF309A4C24187 (StackEnumerator_tAD5D58C2B92BF36AB7BEDF4405635CB160515DDA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StackEnumerator_Reset_m72AB015F4BB163EC9DC19457743EF309A4C24187_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__version_2();
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = __this->get__stack_0();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_2();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, StackEnumerator_Reset_m72AB015F4BB163EC9DC19457743EF309A4C24187_RuntimeMethod_var);
}
IL_0023:
{
__this->set__index_1(((int32_t)-2));
__this->set_currentElement_3(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.CompatibilitySwitches::.cctor()
extern "C" IL2CPP_METHOD_ATTR void CompatibilitySwitches__cctor_m799C886CC771EE2F855A0BE665BCA5EF0FEE2237 (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Console::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Console__cctor_m44FB48190CE1DCE878B95D9D397D29C7527BEE44 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console__cctor_m44FB48190CE1DCE878B95D9D397D29C7527BEE44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * L_0 = (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A *)il2cpp_codegen_object_new(InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A_il2cpp_TypeInfo_var);
InternalCancelHandler__ctor_m82D5D85CC1F50839540B6072DFCADAD07F6223FF(L_0, NULL, (intptr_t)((intptr_t)Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD_RuntimeMethod_var), /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_cancel_handler_6(L_0);
bool L_1 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_004b;
}
}
IL_0018:
try
{ // begin try (depth: 1)
IL2CPP_RUNTIME_CLASS_INIT(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var);
int32_t L_2 = WindowsConsole_GetInputCodePage_m492EDD139F7E66A90971A069FA4DD63000F77B4F(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68(L_2, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_3);
int32_t L_4 = WindowsConsole_GetOutputCodePage_mAF546B0FBC6558F7F2636A86E8733AD4AD2C4DE3(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68(L_4, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_5);
goto IL_008e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0038;
throw e;
}
CATCH_0038:
{ // begin catch(System.Object)
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = L_6;
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_7);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_7);
goto IL_008e;
} // end catch (depth: 1)
IL_004b:
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432((int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_007e;
}
}
{
int32_t L_9 = V_0;
if ((((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)268435455)))) == ((int32_t)3)))
{
goto IL_006c;
}
}
{
int32_t L_10 = V_0;
if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)268435456))))
{
goto IL_007e;
}
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_12 = L_11;
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_12);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_12);
goto IL_008e;
}
IL_007e:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_14 = L_13;
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_14);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_14);
}
IL_008e:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_15 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_inputEncoding_3();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_outputEncoding_4();
Console_SetupStreams_m6CC1706E3A1838A0C710F3053EF589C7BA934065(L_15, L_16, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Console::SetupStreams(System.Text.Encoding,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void Console_SetupStreams_m6CC1706E3A1838A0C710F3053EF589C7BA934065 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_SetupStreams_m6CC1706E3A1838A0C710F3053EF589C7BA934065_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
if (L_0)
{
goto IL_005d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_1 = ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_005d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ___inputEncoding0;
CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * L_4 = (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D *)il2cpp_codegen_object_new(CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D_il2cpp_TypeInfo_var);
CStreamReader__ctor_m0522E27BADB6649A8E512728F900EFFA4DBD301A(L_4, L_2, L_3, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stdin_2(L_4);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = ___outputEncoding1;
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_7 = (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)il2cpp_codegen_object_new(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var);
CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95(L_7, L_5, L_6, (bool)1, /*hidden argument*/NULL);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_8 = L_7;
NullCheck(L_8);
VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_8, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_9 = TextWriter_Synchronized_m09204B9D335A228553F62AB1588490109E5DCD86(L_8, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stdout_0(L_9);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ___outputEncoding1;
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_12 = (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)il2cpp_codegen_object_new(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var);
CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95(L_12, L_10, L_11, (bool)1, /*hidden argument*/NULL);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_13 = L_12;
NullCheck(L_13);
VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_13, (bool)1);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_14 = TextWriter_Synchronized_m09204B9D335A228553F62AB1588490109E5DCD86(L_13, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stderr_1(L_14);
goto IL_00ad;
}
IL_005d:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = ___inputEncoding0;
UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA * L_17 = (UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA *)il2cpp_codegen_object_new(UnexceptionalStreamReader_t30F0B3E16EAB998688D1AA23E2A6F3E6590E41EA_il2cpp_TypeInfo_var);
UnexceptionalStreamReader__ctor_m66258235565573CF051C6F053EADEEF9A67A084D(L_17, L_15, L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var);
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_18 = TextReader_Synchronized_mAC0571B77131073ED9B627C8FEE2082CB28EDA9D(L_17, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stdin_2(L_18);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_20 = ___outputEncoding1;
UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB * L_21 = (UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB *)il2cpp_codegen_object_new(UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB_il2cpp_TypeInfo_var);
UnexceptionalStreamWriter__ctor_m4504DBFFC2C8A76C6BA8BB0EE18630E32D03C772(L_21, L_19, L_20, /*hidden argument*/NULL);
UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB * L_22 = L_21;
NullCheck(L_22);
VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_22, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_23 = TextWriter_Synchronized_m09204B9D335A228553F62AB1588490109E5DCD86(L_22, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stdout_0(L_23);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_25 = ___outputEncoding1;
UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB * L_26 = (UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB *)il2cpp_codegen_object_new(UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB_il2cpp_TypeInfo_var);
UnexceptionalStreamWriter__ctor_m4504DBFFC2C8A76C6BA8BB0EE18630E32D03C772(L_26, L_24, L_25, /*hidden argument*/NULL);
UnexceptionalStreamWriter_t15265DC169F829537681A0A5A1826F6713ABC1CB * L_27 = L_26;
NullCheck(L_27);
VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_27, (bool)1);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_28 = TextWriter_Synchronized_m09204B9D335A228553F62AB1588490109E5DCD86(L_27, /*hidden argument*/NULL);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stderr_1(L_28);
}
IL_00ad:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_29 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0();
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(L_29, /*hidden argument*/NULL);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_30 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stderr_1();
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(L_30, /*hidden argument*/NULL);
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_31 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdin_2();
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(L_31, /*hidden argument*/NULL);
return;
}
}
// System.IO.TextWriter System.Console::get_Error()
extern "C" IL2CPP_METHOD_ATTR TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * Console_get_Error_mE1078EFC5C7C133964838D2A72B8FB9567E4C98A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_get_Error_mE1078EFC5C7C133964838D2A72B8FB9567E4C98A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stderr_1();
return L_0;
}
}
// System.IO.Stream System.Console::Open(System.IntPtr,System.IO.FileAccess,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340 (intptr_t ___handle0, int32_t ___access1, int32_t ___bufferSize2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
intptr_t L_0 = ___handle0;
int32_t L_1 = ___access1;
int32_t L_2 = ___bufferSize2;
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6(L_3, (intptr_t)L_0, L_1, (bool)0, L_2, (bool)0, (bool)1, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_0017;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000e;
throw e;
}
CATCH_000e:
{ // begin catch(System.IO.IOException)
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
V_0 = L_4;
goto IL_0017;
} // end catch (depth: 1)
IL_0017:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_0;
return L_5;
}
}
// System.IO.Stream System.Console::OpenStandardError(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F (int32_t ___bufferSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_OpenStandardError_mC6642ADBF10786E986FCA8E8708C35566A54137F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
intptr_t L_0 = MonoIO_get_ConsoleError_mBF62E29F14657C9B5982694B3901F6AD7EEB6EFD(/*hidden argument*/NULL);
int32_t L_1 = ___bufferSize0;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340((intptr_t)L_0, 2, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.IO.Stream System.Console::OpenStandardInput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98 (int32_t ___bufferSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
intptr_t L_0 = MonoIO_get_ConsoleInput_mFC797DF758331A0370296F8DF3136A6B9F1995DC(/*hidden argument*/NULL);
int32_t L_1 = ___bufferSize0;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340((intptr_t)L_0, 1, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.IO.Stream System.Console::OpenStandardOutput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823 (int32_t ___bufferSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
intptr_t L_0 = MonoIO_get_ConsoleOutput_m7E36914F192D603C50A8F39745F6443BB2882859(/*hidden argument*/NULL);
int32_t L_1 = ___bufferSize0;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = Console_Open_mDAC2FE85ABE14206C01E7AA29617DAB54A2EA340((intptr_t)L_0, 2, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Console::SetOut(System.IO.TextWriter)
extern "C" IL2CPP_METHOD_ATTR void Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF (TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___newOut0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_0 = ___newOut0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralFFFF85E12994D802154FE586A70E285162D88E1E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF_RuntimeMethod_var);
}
IL_000e:
{
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_2 = ___newOut0;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->set_stdout_0(L_2);
return;
}
}
// System.Text.Encoding System.Console::get_InputEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_inputEncoding_3();
return L_0;
}
}
// System.Text.Encoding System.Console::get_OutputEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_outputEncoding_4();
return L_0;
}
}
// System.ConsoleKeyInfo System.Console::ReadKey()
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 Console_ReadKey_m8E93A1A91E2D0BE19342C479E9D769AB0C6E37B4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_ReadKey_m8E93A1A91E2D0BE19342C479E9D769AB0C6E37B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = Console_ReadKey_m64DBD2BDB13D04E2E73B95F1BD3B9D08B370D3BA((bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.ConsoleKeyInfo System.Console::ReadKey(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 Console_ReadKey_m64DBD2BDB13D04E2E73B95F1BD3B9D08B370D3BA (bool ___intercept0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_ReadKey_m64DBD2BDB13D04E2E73B95F1BD3B9D08B370D3BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___intercept0;
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = ConsoleDriver_ReadKey_m26C9ECDAE36AEE4B923BFDD9420D341AB3DDA900(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Console::DoConsoleCancelEvent()
extern "C" IL2CPP_METHOD_ATTR void Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * V_1 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_2 = NULL;
int32_t V_3 = 0;
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)1;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_cancel_event_5();
if (!L_0)
{
goto IL_004b;
}
}
{
ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * L_1 = (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *)il2cpp_codegen_object_new(ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760_il2cpp_TypeInfo_var);
ConsoleCancelEventArgs__ctor_mF734EC3C82D0A490C0A05416E566BFC53ACFB471(L_1, 0, /*hidden argument*/NULL);
V_1 = L_1;
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * L_2 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_cancel_event_5();
NullCheck(L_2);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(9 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_2);
V_2 = L_3;
V_3 = 0;
goto IL_003b;
}
IL_001f:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = V_2;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
Delegate_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = ((ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 *)CastclassSealed((RuntimeObject*)L_7, ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4_il2cpp_TypeInfo_var));
}
IL_0029:
try
{ // begin try (depth: 1)
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * L_8 = V_4;
ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * L_9 = V_1;
NullCheck(L_8);
ConsoleCancelEventHandler_Invoke_mC7E3B6D8555B865719369DBF255D2BB7E952ADD2(L_8, NULL, L_9, /*hidden argument*/NULL);
goto IL_0037;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0034;
throw e;
}
CATCH_0034:
{ // begin catch(System.Object)
goto IL_0037;
} // end catch (depth: 1)
IL_0037:
{
int32_t L_10 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_003b:
{
int32_t L_11 = V_3;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_12 = V_2;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_001f;
}
}
{
ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * L_13 = V_1;
NullCheck(L_13);
bool L_14 = ConsoleCancelEventArgs_get_Cancel_mA996E8B7FE802D9A15208AFF397481646751A46F(L_13, /*hidden argument*/NULL);
V_0 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
}
IL_004b:
{
bool L_15 = V_0;
if (!L_15)
{
goto IL_0055;
}
}
{
Environment_Exit_m3398C2AF5F6AE7197249ECFEDFC624582ADB86EE(((int32_t)58), /*hidden argument*/NULL);
}
IL_0055:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
extern "C" void DelegatePInvokeWrapper_InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
il2cppPInvokeFunc();
}
// System.Void System.Console_InternalCancelHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler__ctor_m82D5D85CC1F50839540B6072DFCADAD07F6223FF (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Console_InternalCancelHandler::Invoke()
extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler_Invoke_m93DB1D6DCBA4D1E40DD0EF832A3E7FAB4D40BBA0 (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
// System.IAsyncResult System.Console_InternalCancelHandler::BeginInvoke(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* InternalCancelHandler_BeginInvoke_m1C97C11E4F488705DA654CD6E359B1240C5827C5 (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
}
// System.Void System.Console_InternalCancelHandler::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler_EndInvoke_mD21C5B182EEE02EECC01C62BB039F46FEFD429EF (InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Console_WindowsConsole::GetConsoleCP()
extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleCP_m113D8CEC7639D78D9C1D5BA7EA60D70C2F5DB870 (const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = 0;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetConsoleCP", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, true);
if (il2cppPInvokeFunc == NULL)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'GetConsoleCP'"), NULL, NULL);
}
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc();
return returnValue;
}
// System.Int32 System.Console_WindowsConsole::GetConsoleOutputCP()
extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleOutputCP_m7FC4A3A6237BCB23BFCFCD4295C06F42C3FEE440 (const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = 0;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetConsoleOutputCP", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, true);
if (il2cppPInvokeFunc == NULL)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'GetConsoleOutputCP'"), NULL, NULL);
}
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc();
return returnValue;
}
// System.Boolean System.Console_WindowsConsole::DoWindowsConsoleCancelEvent(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool WindowsConsole_DoWindowsConsoleCancelEvent_m4FAC7A4ADAFBDC6AACB88F9B38FCA6511BC79627 (int32_t ___keyCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WindowsConsole_DoWindowsConsoleCancelEvent_m4FAC7A4ADAFBDC6AACB88F9B38FCA6511BC79627_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___keyCode0;
if (L_0)
{
goto IL_0008;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Console_DoConsoleCancelEvent_mBC4C4C488FCE021441F2C1D5A25D86F2F8A94FDD(/*hidden argument*/NULL);
}
IL_0008:
{
int32_t L_1 = ___keyCode0;
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 System.Console_WindowsConsole::GetInputCodePage()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetInputCodePage_m492EDD139F7E66A90971A069FA4DD63000F77B4F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WindowsConsole_GetInputCodePage_m492EDD139F7E66A90971A069FA4DD63000F77B4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var);
int32_t L_0 = WindowsConsole_GetConsoleCP_m113D8CEC7639D78D9C1D5BA7EA60D70C2F5DB870(/*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Console_WindowsConsole::GetOutputCodePage()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetOutputCodePage_mAF546B0FBC6558F7F2636A86E8733AD4AD2C4DE3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WindowsConsole_GetOutputCodePage_mAF546B0FBC6558F7F2636A86E8733AD4AD2C4DE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var);
int32_t L_0 = WindowsConsole_GetConsoleOutputCP_m7FC4A3A6237BCB23BFCFCD4295C06F42C3FEE440(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Console_WindowsConsole::.cctor()
extern "C" IL2CPP_METHOD_ATTR void WindowsConsole__cctor_m5F32EAD6176EB9FCC8E4BF9E34FCA25348324BB9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WindowsConsole__cctor_m5F32EAD6176EB9FCC8E4BF9E34FCA25348324BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_StaticFields*)il2cpp_codegen_static_fields_for(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var))->set_ctrlHandlerAdded_0((bool)0);
WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * L_0 = (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 *)il2cpp_codegen_object_new(WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51_il2cpp_TypeInfo_var);
WindowsCancelHandler__ctor_m75C4D20D6754BB22B858DCB2062CCD61742DEFCF(L_0, NULL, (intptr_t)((intptr_t)WindowsConsole_DoWindowsConsoleCancelEvent_m4FAC7A4ADAFBDC6AACB88F9B38FCA6511BC79627_RuntimeMethod_var), /*hidden argument*/NULL);
((WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_StaticFields*)il2cpp_codegen_static_fields_for(WindowsConsole_tE2543F6EAD1001D1F2DE2CC0A5495048EED8C21B_il2cpp_TypeInfo_var))->set_cancelHandler_1(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
extern "C" bool DelegatePInvokeWrapper_WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, int32_t ___keyCode0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___keyCode0);
return static_cast<bool>(returnValue);
}
// System.Void System.Console_WindowsConsole_WindowsCancelHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void WindowsCancelHandler__ctor_m75C4D20D6754BB22B858DCB2062CCD61742DEFCF (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Boolean System.Console_WindowsConsole_WindowsCancelHandler::Invoke(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool WindowsCancelHandler_Invoke_m751F4D23F6167DB32EFD5418CDD1DC0BD1132435 (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, int32_t ___keyCode0, const RuntimeMethod* method)
{
bool result = false;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef bool (*FunctionPointerType) (int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___keyCode0, targetMethod);
}
else
{
// closed
typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___keyCode0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef bool (*FunctionPointerType) (int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___keyCode0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___keyCode0);
else
result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___keyCode0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___keyCode0);
else
result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___keyCode0);
}
}
}
else
{
typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___keyCode0, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef bool (*FunctionPointerType) (int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___keyCode0, targetMethod);
}
else
{
// closed
typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___keyCode0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef bool (*FunctionPointerType) (int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___keyCode0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___keyCode0);
else
result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___keyCode0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___keyCode0);
else
result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___keyCode0);
}
}
}
else
{
typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___keyCode0, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult System.Console_WindowsConsole_WindowsCancelHandler::BeginInvoke(System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WindowsCancelHandler_BeginInvoke_m81C599A998316D97045F021332275532AFFBAB2D (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, int32_t ___keyCode0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WindowsCancelHandler_BeginInvoke_m81C599A998316D97045F021332275532AFFBAB2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___keyCode0);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Boolean System.Console_WindowsConsole_WindowsCancelHandler::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool WindowsCancelHandler_EndInvoke_m09FBBD984881460084F4F50D0A99E0A752DB4CB0 (WindowsCancelHandler_t1D05BCFB512603DCF87A126FE9969F1D876B9B51 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(bool*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ConsoleCancelEventArgs::.ctor(System.ConsoleSpecialKey)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventArgs__ctor_mF734EC3C82D0A490C0A05416E566BFC53ACFB471 (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleCancelEventArgs__ctor_mF734EC3C82D0A490C0A05416E566BFC53ACFB471_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_1(L_0);
__this->set__cancel_2((bool)0);
return;
}
}
// System.Boolean System.ConsoleCancelEventArgs::get_Cancel()
extern "C" IL2CPP_METHOD_ATTR bool ConsoleCancelEventArgs_get_Cancel_mA996E8B7FE802D9A15208AFF397481646751A46F (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__cancel_2();
return L_0;
}
}
// System.Void System.ConsoleCancelEventArgs::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventArgs__ctor_m95968474A63DE5D98393AABB6C10EB670127EAFF (ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleCancelEventArgs__ctor_m95968474A63DE5D98393AABB6C10EB670127EAFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConsoleCancelEventArgs__ctor_m95968474A63DE5D98393AABB6C10EB670127EAFF_RuntimeMethod_var);
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.ConsoleCancelEventHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler__ctor_mDB54F1DD9AFC3C9FB9350057795912934402A8AC (ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.ConsoleCancelEventHandler::Invoke(System.Object,System.ConsoleCancelEventArgs)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_Invoke_mC7E3B6D8555B865719369DBF255D2BB7E952ADD2 (ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
// System.IAsyncResult System.ConsoleCancelEventHandler::BeginInvoke(System.Object,System.ConsoleCancelEventArgs,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConsoleCancelEventHandler_BeginInvoke_m8740C0C67047D6F86A56C39F4E179D54886D48B9 (ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t2B351DE0A5B10D5CA5E93A7AE36C16DB17D73760 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.ConsoleCancelEventHandler::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_EndInvoke_m254F511C1E2AF1BC048E881073E33464EE09E67B (ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ConsoleDriver::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ConsoleDriver__cctor_mD940A3DF23F49F26B5BAC4D5C1D96A9DD48FCA4A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver__cctor_mD940A3DF23F49F26B5BAC4D5C1D96A9DD48FCA4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
bool L_0 = ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0012;
}
}
{
RuntimeObject* L_1 = ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17(/*hidden argument*/NULL);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_driver_0(L_1);
return;
}
IL_0012:
{
bool L_2 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
if (!L_2)
{
goto IL_0024;
}
}
{
RuntimeObject* L_3 = ConsoleDriver_CreateWindowsConsoleDriver_mB2C43CDD6BD7C2159D7B939D8EEBEA9BFC07F5DF(/*hidden argument*/NULL);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_driver_0(L_3);
return;
}
IL_0024:
{
String_t* L_4 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteralB3DB3AF9A0E0243F28ED20FCC3B1D5D1FAAAFBB6, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = V_0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral421771305044654A8E7CA3285DDD3E840861E121, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_004d;
}
}
{
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_is_console_1((bool)0);
RuntimeObject* L_7 = ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17(/*hidden argument*/NULL);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_driver_0(L_7);
return;
}
IL_004d:
{
String_t* L_8 = V_0;
RuntimeObject* L_9 = ConsoleDriver_CreateTermInfoDriver_m93B83A6BC60910A8FDFA247BE56A30055E687342(L_8, /*hidden argument*/NULL);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_driver_0(L_9);
return;
}
}
// System.IConsoleDriver System.ConsoleDriver::CreateNullConsoleDriver()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver_CreateNullConsoleDriver_mEBAC4A508B85C44CCA50312BDB64A1A1B30FDA17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D * L_0 = (NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D *)il2cpp_codegen_object_new(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var);
NullConsoleDriver__ctor_mEF6695F8B8CEE021CD5EC693237034A53D484CB2(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.IConsoleDriver System.ConsoleDriver::CreateWindowsConsoleDriver()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateWindowsConsoleDriver_mB2C43CDD6BD7C2159D7B939D8EEBEA9BFC07F5DF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver_CreateWindowsConsoleDriver_mB2C43CDD6BD7C2159D7B939D8EEBEA9BFC07F5DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 * L_0 = (WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 *)il2cpp_codegen_object_new(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42_il2cpp_TypeInfo_var);
WindowsConsoleDriver__ctor_m9C9E675288391C478152CCB5789D7726611BF70D(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.IConsoleDriver System.ConsoleDriver::CreateTermInfoDriver(System.String)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateTermInfoDriver_m93B83A6BC60910A8FDFA247BE56A30055E687342 (String_t* ___term0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver_CreateTermInfoDriver_m93B83A6BC60910A8FDFA247BE56A30055E687342_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___term0;
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_1 = (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 *)il2cpp_codegen_object_new(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.ConsoleKeyInfo System.ConsoleDriver::ReadKey(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ConsoleDriver_ReadKey_m26C9ECDAE36AEE4B923BFDD9420D341AB3DDA900 (bool ___intercept0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver_ReadKey_m26C9ECDAE36AEE4B923BFDD9420D341AB3DDA900_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_driver_0();
bool L_1 = ___intercept0;
NullCheck(L_0);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_2 = InterfaceFuncInvoker1< ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 , bool >::Invoke(0 /* System.ConsoleKeyInfo System.IConsoleDriver::ReadKey(System.Boolean) */, IConsoleDriver_t484163236D7810E338FC3D246EDF2DCAC42C0E37_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Boolean System.ConsoleDriver::get_IsConsole()
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B5_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_0 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_called_isatty_2();
if (!L_0)
{
goto IL_000d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_1 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_is_console_1();
return L_1;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
intptr_t L_2 = MonoIO_get_ConsoleOutput_m7E36914F192D603C50A8F39745F6443BB2882859(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_3 = ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37((intptr_t)L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0025;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
intptr_t L_4 = MonoIO_get_ConsoleInput_mFC797DF758331A0370296F8DF3136A6B9F1995DC(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_5 = ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37((intptr_t)L_4, /*hidden argument*/NULL);
G_B5_0 = ((int32_t)(L_5));
goto IL_0026;
}
IL_0025:
{
G_B5_0 = 0;
}
IL_0026:
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_is_console_1((bool)G_B5_0);
((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->set_called_isatty_2((bool)1);
bool L_6 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_is_console_1();
return L_6;
}
}
// System.Boolean System.ConsoleDriver::Isatty(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37 (intptr_t ___handle0, const RuntimeMethod* method)
{
typedef bool (*ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37_ftn) (intptr_t);
using namespace il2cpp::icalls;
return ((ConsoleDriver_Isatty_m61E5B553BD3DCEA32A5ECB06C14F638D980F8B37_ftn)mscorlib::System::ConsoleDriver::Isatty) (___handle0);
}
// System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468 (int32_t ___ms_timeout0, const RuntimeMethod* method)
{
typedef int32_t (*ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468_ftn) (int32_t);
using namespace il2cpp::icalls;
return ((ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468_ftn)mscorlib::System::ConsoleDriver::InternalKeyAvailable) (___ms_timeout0);
}
// System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]U26,System.Int32*U26)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49 (String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method)
{
typedef bool (*ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49_ftn) (String_t*, String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**, int32_t**);
using namespace il2cpp::icalls;
return ((ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49_ftn)mscorlib::System::ConsoleDriver::TtySetup) (___keypadXmit0, ___teardown1, ___control_characters2, ___address3);
}
// System.Boolean System.ConsoleDriver::SetEcho(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869 (bool ___wantEcho0, const RuntimeMethod* method)
{
typedef bool (*ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869_ftn) (bool);
using namespace il2cpp::icalls;
return ((ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869_ftn)mscorlib::System::ConsoleDriver::SetEcho) (___wantEcho0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ConsoleKeyInfo
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_pinvoke(const ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768& unmarshaled, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke& marshaled)
{
marshaled.____keyChar_0 = static_cast<uint8_t>(unmarshaled.get__keyChar_0());
marshaled.____key_1 = unmarshaled.get__key_1();
marshaled.____mods_2 = unmarshaled.get__mods_2();
}
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_pinvoke_back(const ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke& marshaled, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768& unmarshaled)
{
Il2CppChar unmarshaled__keyChar_temp_0 = 0x0;
unmarshaled__keyChar_temp_0 = static_cast<Il2CppChar>(marshaled.____keyChar_0);
unmarshaled.set__keyChar_0(unmarshaled__keyChar_temp_0);
int32_t unmarshaled__key_temp_1 = 0;
unmarshaled__key_temp_1 = marshaled.____key_1;
unmarshaled.set__key_1(unmarshaled__key_temp_1);
int32_t unmarshaled__mods_temp_2 = 0;
unmarshaled__mods_temp_2 = marshaled.____mods_2;
unmarshaled.set__mods_2(unmarshaled__mods_temp_2);
}
// Conversion method for clean up from marshalling of: System.ConsoleKeyInfo
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_pinvoke_cleanup(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ConsoleKeyInfo
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_com(const ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768& unmarshaled, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com& marshaled)
{
marshaled.____keyChar_0 = static_cast<uint8_t>(unmarshaled.get__keyChar_0());
marshaled.____key_1 = unmarshaled.get__key_1();
marshaled.____mods_2 = unmarshaled.get__mods_2();
}
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_com_back(const ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com& marshaled, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768& unmarshaled)
{
Il2CppChar unmarshaled__keyChar_temp_0 = 0x0;
unmarshaled__keyChar_temp_0 = static_cast<Il2CppChar>(marshaled.____keyChar_0);
unmarshaled.set__keyChar_0(unmarshaled__keyChar_temp_0);
int32_t unmarshaled__key_temp_1 = 0;
unmarshaled__key_temp_1 = marshaled.____key_1;
unmarshaled.set__key_1(unmarshaled__key_temp_1);
int32_t unmarshaled__mods_temp_2 = 0;
unmarshaled__mods_temp_2 = marshaled.____mods_2;
unmarshaled.set__mods_2(unmarshaled__mods_temp_2);
}
// Conversion method for clean up from marshalling of: System.ConsoleKeyInfo
extern "C" void ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshal_com_cleanup(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com& marshaled)
{
}
// System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___key1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___key1;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_0021;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral42CAA54DEC95448BFC9996931A9ABF8CD93DF00F, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98_RuntimeMethod_var);
}
IL_0021:
{
Il2CppChar L_4 = ___keyChar0;
__this->set__keyChar_0(L_4);
int32_t L_5 = ___key1;
__this->set__key_1(L_5);
__this->set__mods_2(0);
bool L_6 = ___shift2;
if (!L_6)
{
goto IL_0047;
}
}
{
int32_t L_7 = __this->get__mods_2();
__this->set__mods_2(((int32_t)((int32_t)L_7|(int32_t)2)));
}
IL_0047:
{
bool L_8 = ___alt3;
if (!L_8)
{
goto IL_0059;
}
}
{
int32_t L_9 = __this->get__mods_2();
__this->set__mods_2(((int32_t)((int32_t)L_9|(int32_t)1)));
}
IL_0059:
{
bool L_10 = ___control4;
if (!L_10)
{
goto IL_006b;
}
}
{
int32_t L_11 = __this->get__mods_2();
__this->set__mods_2(((int32_t)((int32_t)L_11|(int32_t)4)));
}
IL_006b:
{
return;
}
}
extern "C" void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98(_thisAdjusted, ___keyChar0, ___key1, ___shift2, ___alt3, ___control4, method);
}
// System.Char System.ConsoleKeyInfo::get_KeyChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = __this->get__keyChar_0();
return L_0;
}
}
extern "C" Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
return ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509(_thisAdjusted, method);
}
// System.ConsoleKey System.ConsoleKeyInfo::get_Key()
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__key_1();
return L_0;
}
}
extern "C" int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
return ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5(_thisAdjusted, method);
}
// System.Boolean System.ConsoleKeyInfo::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var)))
{
goto IL_0015;
}
}
{
RuntimeObject * L_1 = ___value0;
bool L_2 = ConsoleKeyInfo_Equals_m856A0CCC02F22515A8D33AB4B574FC2E7D42C13B((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)__this, ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_1, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_2;
}
IL_0015:
{
return (bool)0;
}
}
extern "C" bool ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
return ConsoleKeyInfo_Equals_m81C3BF521051E75DDAFCC076087758659260B867(_thisAdjusted, ___value0, method);
}
// System.Boolean System.ConsoleKeyInfo::Equals(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m856A0CCC02F22515A8D33AB4B574FC2E7D42C13B (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___obj0, const RuntimeMethod* method)
{
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = ___obj0;
Il2CppChar L_1 = L_0.get__keyChar_0();
Il2CppChar L_2 = __this->get__keyChar_0();
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_002b;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = ___obj0;
int32_t L_4 = L_3.get__key_1();
int32_t L_5 = __this->get__key_1();
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
{
goto IL_002b;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_6 = ___obj0;
int32_t L_7 = L_6.get__mods_2();
int32_t L_8 = __this->get__mods_2();
return (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0);
}
IL_002b:
{
return (bool)0;
}
}
extern "C" bool ConsoleKeyInfo_Equals_m856A0CCC02F22515A8D33AB4B574FC2E7D42C13B_AdjustorThunk (RuntimeObject * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___obj0, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
return ConsoleKeyInfo_Equals_m856A0CCC02F22515A8D33AB4B574FC2E7D42C13B(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.ConsoleKeyInfo::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_GetHashCode_mC17663E6043305F599B0AE2DC7534466C9CD6C28 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = __this->get__keyChar_0();
int32_t L_1 = __this->get__mods_2();
return ((int32_t)((int32_t)L_0|(int32_t)L_1));
}
}
extern "C" int32_t ConsoleKeyInfo_GetHashCode_mC17663E6043305F599B0AE2DC7534466C9CD6C28_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * _thisAdjusted = reinterpret_cast<ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *>(__this + 1);
return ConsoleKeyInfo_GetHashCode_mC17663E6043305F599B0AE2DC7534466C9CD6C28(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ContextBoundObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ContextBoundObject__ctor_m39DB4687A77E8C96932EEDE05C2E804610B24F5A (ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0 * __this, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ContextStaticAttribute::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ContextStaticAttribute__ctor_mD5E2915052C052139CB7FF4890A7D7DEEA6E45A6 (ContextStaticAttribute_tDE78CF42C2CA6949E7E99D3E63D35003A0660AA6 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeCode System.Convert::GetTypeCode(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D (RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int32_t)(0);
}
IL_0005:
{
RuntimeObject * L_1 = ___value0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var));
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.TypeCode System.IConvertible::GetTypeCode() */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_3);
return L_4;
}
IL_0016:
{
return (int32_t)(1);
}
}
// System.Object System.Convert::ChangeType(System.Object,System.TypeCode,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492 (RuntimeObject * ___value0, int32_t ___typeCode1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = ___typeCode1;
if (!L_1)
{
goto IL_000f;
}
}
{
int32_t L_2 = ___typeCode1;
if ((((int32_t)L_2) == ((int32_t)((int32_t)18))))
{
goto IL_000f;
}
}
{
int32_t L_3 = ___typeCode1;
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0011;
}
}
IL_000f:
{
return NULL;
}
IL_0011:
{
RuntimeObject * L_4 = ___value0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_0;
if (L_5)
{
goto IL_002b;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8E235C85706AEC625982AEEA41C686B14E89F326, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_7 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_8 = ___typeCode1;
switch (L_8)
{
case 0:
{
goto IL_0152;
}
case 1:
{
goto IL_0140;
}
case 2:
{
goto IL_0142;
}
case 3:
{
goto IL_0082;
}
case 4:
{
goto IL_008f;
}
case 5:
{
goto IL_009c;
}
case 6:
{
goto IL_00a9;
}
case 7:
{
goto IL_00b6;
}
case 8:
{
goto IL_00c3;
}
case 9:
{
goto IL_00d0;
}
case 10:
{
goto IL_00dd;
}
case 11:
{
goto IL_00ea;
}
case 12:
{
goto IL_00f7;
}
case 13:
{
goto IL_0104;
}
case 14:
{
goto IL_0111;
}
case 15:
{
goto IL_011e;
}
case 16:
{
goto IL_012b;
}
case 17:
{
goto IL_0162;
}
case 18:
{
goto IL_0138;
}
}
}
{
goto IL_0162;
}
IL_0082:
{
RuntimeObject* L_9 = V_0;
RuntimeObject* L_10 = ___provider2;
NullCheck(L_9);
bool L_11 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(1 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_9, L_10);
bool L_12 = L_11;
RuntimeObject * L_13 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_008f:
{
RuntimeObject* L_14 = V_0;
RuntimeObject* L_15 = ___provider2;
NullCheck(L_14);
Il2CppChar L_16 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_14, L_15);
Il2CppChar L_17 = L_16;
RuntimeObject * L_18 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_17);
return L_18;
}
IL_009c:
{
RuntimeObject* L_19 = V_0;
RuntimeObject* L_20 = ___provider2;
NullCheck(L_19);
int8_t L_21 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(3 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_19, L_20);
int8_t L_22 = L_21;
RuntimeObject * L_23 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_22);
return L_23;
}
IL_00a9:
{
RuntimeObject* L_24 = V_0;
RuntimeObject* L_25 = ___provider2;
NullCheck(L_24);
uint8_t L_26 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(4 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_24, L_25);
uint8_t L_27 = L_26;
RuntimeObject * L_28 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_00b6:
{
RuntimeObject* L_29 = V_0;
RuntimeObject* L_30 = ___provider2;
NullCheck(L_29);
int16_t L_31 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(5 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_29, L_30);
int16_t L_32 = L_31;
RuntimeObject * L_33 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_32);
return L_33;
}
IL_00c3:
{
RuntimeObject* L_34 = V_0;
RuntimeObject* L_35 = ___provider2;
NullCheck(L_34);
uint16_t L_36 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(6 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_34, L_35);
uint16_t L_37 = L_36;
RuntimeObject * L_38 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00d0:
{
RuntimeObject* L_39 = V_0;
RuntimeObject* L_40 = ___provider2;
NullCheck(L_39);
int32_t L_41 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_39, L_40);
int32_t L_42 = L_41;
RuntimeObject * L_43 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_42);
return L_43;
}
IL_00dd:
{
RuntimeObject* L_44 = V_0;
RuntimeObject* L_45 = ___provider2;
NullCheck(L_44);
uint32_t L_46 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_44, L_45);
uint32_t L_47 = L_46;
RuntimeObject * L_48 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_47);
return L_48;
}
IL_00ea:
{
RuntimeObject* L_49 = V_0;
RuntimeObject* L_50 = ___provider2;
NullCheck(L_49);
int64_t L_51 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_49, L_50);
int64_t L_52 = L_51;
RuntimeObject * L_53 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_52);
return L_53;
}
IL_00f7:
{
RuntimeObject* L_54 = V_0;
RuntimeObject* L_55 = ___provider2;
NullCheck(L_54);
uint64_t L_56 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(10 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_54, L_55);
uint64_t L_57 = L_56;
RuntimeObject * L_58 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_57);
return L_58;
}
IL_0104:
{
RuntimeObject* L_59 = V_0;
RuntimeObject* L_60 = ___provider2;
NullCheck(L_59);
float L_61 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(11 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_59, L_60);
float L_62 = L_61;
RuntimeObject * L_63 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_62);
return L_63;
}
IL_0111:
{
RuntimeObject* L_64 = V_0;
RuntimeObject* L_65 = ___provider2;
NullCheck(L_64);
double L_66 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(12 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_64, L_65);
double L_67 = L_66;
RuntimeObject * L_68 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_67);
return L_68;
}
IL_011e:
{
RuntimeObject* L_69 = V_0;
RuntimeObject* L_70 = ___provider2;
NullCheck(L_69);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_71 = InterfaceFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject* >::Invoke(13 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_69, L_70);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_72 = L_71;
RuntimeObject * L_73 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_72);
return L_73;
}
IL_012b:
{
RuntimeObject* L_74 = V_0;
RuntimeObject* L_75 = ___provider2;
NullCheck(L_74);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_76 = InterfaceFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject* >::Invoke(14 /* System.DateTime System.IConvertible::ToDateTime(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_74, L_75);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_77 = L_76;
RuntimeObject * L_78 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_77);
return L_78;
}
IL_0138:
{
RuntimeObject* L_79 = V_0;
RuntimeObject* L_80 = ___provider2;
NullCheck(L_79);
String_t* L_81 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(15 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_79, L_80);
return L_81;
}
IL_0140:
{
RuntimeObject * L_82 = ___value0;
return L_82;
}
IL_0142:
{
String_t* L_83 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55D1BE151653A5C241220EC0C5204A685F6D0FBA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_84 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_84, L_83, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, NULL, Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_RuntimeMethod_var);
}
IL_0152:
{
String_t* L_85 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral07BC1266D48DC029301AB121DA798327931365C6, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_86 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_86, L_85, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, NULL, Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_RuntimeMethod_var);
}
IL_0162:
{
String_t* L_87 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral40408F06D64C0A4EE51AF41707D5D544083B012D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_88 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_88, L_87, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, NULL, Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492_RuntimeMethod_var);
}
}
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___targetType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFA6B188D3101E2A5E782C1F0AF6FAFCA10C8BA53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___targetType1;
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0242;
}
}
{
RuntimeObject* L_6 = ___value0;
NullCheck(L_6);
Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_6, /*hidden argument*/NULL);
Type_t * L_8 = ___targetType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0037;
}
}
{
RuntimeObject* L_10 = ___value0;
return L_10;
}
IL_0037:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_12 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_12);
int32_t L_13 = 3;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_15 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_11, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0053;
}
}
{
RuntimeObject* L_16 = ___value0;
RuntimeObject* L_17 = ___provider2;
NullCheck(L_16);
bool L_18 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(1 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_16, L_17);
bool L_19 = L_18;
RuntimeObject * L_20 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_22 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_22);
int32_t L_23 = 4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_25 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_21, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_006f;
}
}
{
RuntimeObject* L_26 = ___value0;
RuntimeObject* L_27 = ___provider2;
NullCheck(L_26);
Il2CppChar L_28 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_26, L_27);
Il2CppChar L_29 = L_28;
RuntimeObject * L_30 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_29);
return L_30;
}
IL_006f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_32 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_32);
int32_t L_33 = 5;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_35 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_31, L_34, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_008b;
}
}
{
RuntimeObject* L_36 = ___value0;
RuntimeObject* L_37 = ___provider2;
NullCheck(L_36);
int8_t L_38 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(3 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_36, L_37);
int8_t L_39 = L_38;
RuntimeObject * L_40 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_39);
return L_40;
}
IL_008b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_41 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_42 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_42);
int32_t L_43 = 6;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_45 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_41, L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_00a7;
}
}
{
RuntimeObject* L_46 = ___value0;
RuntimeObject* L_47 = ___provider2;
NullCheck(L_46);
uint8_t L_48 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(4 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_46, L_47);
uint8_t L_49 = L_48;
RuntimeObject * L_50 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_49);
return L_50;
}
IL_00a7:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_51 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_52 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_52);
int32_t L_53 = 7;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_55 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_51, L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_00c3;
}
}
{
RuntimeObject* L_56 = ___value0;
RuntimeObject* L_57 = ___provider2;
NullCheck(L_56);
int16_t L_58 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(5 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_56, L_57);
int16_t L_59 = L_58;
RuntimeObject * L_60 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_59);
return L_60;
}
IL_00c3:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_61 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_62 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_62);
int32_t L_63 = 8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_65 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_61, L_64, /*hidden argument*/NULL);
if (!L_65)
{
goto IL_00df;
}
}
{
RuntimeObject* L_66 = ___value0;
RuntimeObject* L_67 = ___provider2;
NullCheck(L_66);
uint16_t L_68 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(6 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_66, L_67);
uint16_t L_69 = L_68;
RuntimeObject * L_70 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_69);
return L_70;
}
IL_00df:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_71 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_72 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_72);
int32_t L_73 = ((int32_t)9);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_75 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_71, L_74, /*hidden argument*/NULL);
if (!L_75)
{
goto IL_00fc;
}
}
{
RuntimeObject* L_76 = ___value0;
RuntimeObject* L_77 = ___provider2;
NullCheck(L_76);
int32_t L_78 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_76, L_77);
int32_t L_79 = L_78;
RuntimeObject * L_80 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_79);
return L_80;
}
IL_00fc:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_81 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_82 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_82);
int32_t L_83 = ((int32_t)10);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_84 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_85 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_81, L_84, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_0119;
}
}
{
RuntimeObject* L_86 = ___value0;
RuntimeObject* L_87 = ___provider2;
NullCheck(L_86);
uint32_t L_88 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_86, L_87);
uint32_t L_89 = L_88;
RuntimeObject * L_90 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_89);
return L_90;
}
IL_0119:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_91 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_92 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_92);
int32_t L_93 = ((int32_t)11);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_94 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_95 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_91, L_94, /*hidden argument*/NULL);
if (!L_95)
{
goto IL_0136;
}
}
{
RuntimeObject* L_96 = ___value0;
RuntimeObject* L_97 = ___provider2;
NullCheck(L_96);
int64_t L_98 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_96, L_97);
int64_t L_99 = L_98;
RuntimeObject * L_100 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_99);
return L_100;
}
IL_0136:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_101 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_102 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_102);
int32_t L_103 = ((int32_t)12);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_104 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_105 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_101, L_104, /*hidden argument*/NULL);
if (!L_105)
{
goto IL_0153;
}
}
{
RuntimeObject* L_106 = ___value0;
RuntimeObject* L_107 = ___provider2;
NullCheck(L_106);
uint64_t L_108 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(10 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_106, L_107);
uint64_t L_109 = L_108;
RuntimeObject * L_110 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_109);
return L_110;
}
IL_0153:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_111 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_112 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_112);
int32_t L_113 = ((int32_t)13);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_114 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_115 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_111, L_114, /*hidden argument*/NULL);
if (!L_115)
{
goto IL_0170;
}
}
{
RuntimeObject* L_116 = ___value0;
RuntimeObject* L_117 = ___provider2;
NullCheck(L_116);
float L_118 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(11 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_116, L_117);
float L_119 = L_118;
RuntimeObject * L_120 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_119);
return L_120;
}
IL_0170:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_121 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_122 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_122);
int32_t L_123 = ((int32_t)14);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_124 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_125 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_121, L_124, /*hidden argument*/NULL);
if (!L_125)
{
goto IL_018d;
}
}
{
RuntimeObject* L_126 = ___value0;
RuntimeObject* L_127 = ___provider2;
NullCheck(L_126);
double L_128 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(12 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_126, L_127);
double L_129 = L_128;
RuntimeObject * L_130 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_129);
return L_130;
}
IL_018d:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_131 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_132 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_132);
int32_t L_133 = ((int32_t)15);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_134 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_135 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_131, L_134, /*hidden argument*/NULL);
if (!L_135)
{
goto IL_01aa;
}
}
{
RuntimeObject* L_136 = ___value0;
RuntimeObject* L_137 = ___provider2;
NullCheck(L_136);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_138 = InterfaceFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject* >::Invoke(13 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_136, L_137);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_139 = L_138;
RuntimeObject * L_140 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_139);
return L_140;
}
IL_01aa:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_141 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_142 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_142);
int32_t L_143 = ((int32_t)16);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_144 = (L_142)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_145 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_141, L_144, /*hidden argument*/NULL);
if (!L_145)
{
goto IL_01c7;
}
}
{
RuntimeObject* L_146 = ___value0;
RuntimeObject* L_147 = ___provider2;
NullCheck(L_146);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_148 = InterfaceFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject* >::Invoke(14 /* System.DateTime System.IConvertible::ToDateTime(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_146, L_147);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_149 = L_148;
RuntimeObject * L_150 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_149);
return L_150;
}
IL_01c7:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_151 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_152 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_152);
int32_t L_153 = ((int32_t)18);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_154 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_153));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_155 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_151, L_154, /*hidden argument*/NULL);
if (!L_155)
{
goto IL_01df;
}
}
{
RuntimeObject* L_156 = ___value0;
RuntimeObject* L_157 = ___provider2;
NullCheck(L_156);
String_t* L_158 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(15 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_156, L_157);
return L_158;
}
IL_01df:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_159 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_160 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_160);
int32_t L_161 = 1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_162 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_161));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_163 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_159, L_162, /*hidden argument*/NULL);
if (!L_163)
{
goto IL_01f0;
}
}
{
RuntimeObject* L_164 = ___value0;
return L_164;
}
IL_01f0:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_165 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_166 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_EnumType_1();
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_167 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_165, L_166, /*hidden argument*/NULL);
if (!L_167)
{
goto IL_0204;
}
}
{
RuntimeObject* L_168 = ___value0;
return ((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_168, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var));
}
IL_0204:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_169 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_170 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_170);
int32_t L_171 = 2;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_172 = (L_170)->GetAt(static_cast<il2cpp_array_size_t>(L_171));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_173 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_169, L_172, /*hidden argument*/NULL);
if (!L_173)
{
goto IL_0223;
}
}
{
String_t* L_174 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55D1BE151653A5C241220EC0C5204A685F6D0FBA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_175 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_175, L_174, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_175, NULL, Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_RuntimeMethod_var);
}
IL_0223:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_176 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_177 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_177);
int32_t L_178 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_180 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_176, L_179, /*hidden argument*/NULL);
if (!L_180)
{
goto IL_0242;
}
}
{
String_t* L_181 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral07BC1266D48DC029301AB121DA798327931365C6, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_182 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_182, L_181, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_182, NULL, Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_RuntimeMethod_var);
}
IL_0242:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_183 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_184 = L_183;
RuntimeObject* L_185 = ___value0;
NullCheck(L_185);
Type_t * L_186 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_185, /*hidden argument*/NULL);
NullCheck(L_186);
String_t* L_187 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_186);
NullCheck(L_184);
ArrayElementTypeCheck (L_184, L_187);
(L_184)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_187);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_188 = L_184;
Type_t * L_189 = ___targetType1;
NullCheck(L_189);
String_t* L_190 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_189);
NullCheck(L_188);
ArrayElementTypeCheck (L_188, L_190);
(L_188)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_190);
String_t* L_191 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_188, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_192 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_192, L_191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_192, NULL, Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3_RuntimeMethod_var);
}
}
// System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
{
Type_t * L_0 = ___conversionType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral5D4EEE7520E3C4D7B6DAAA0FAF98E5446EEC12EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject * L_3 = ___value0;
if (L_3)
{
goto IL_0031;
}
}
{
Type_t * L_4 = ___conversionType1;
NullCheck(L_4);
bool L_5 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002f;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE7A77DDE1DCF7766A8F2B41123A23E1C33F262A8, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_7 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_RuntimeMethod_var);
}
IL_002f:
{
return NULL;
}
IL_0031:
{
RuntimeObject * L_8 = ___value0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var));
RuntimeObject* L_9 = V_0;
if (L_9)
{
goto IL_005b;
}
}
{
RuntimeObject * L_10 = ___value0;
NullCheck(L_10);
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
Type_t * L_12 = ___conversionType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_004b;
}
}
{
RuntimeObject * L_14 = ___value0;
return L_14;
}
IL_004b:
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8E235C85706AEC625982AEEA41C686B14E89F326, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_16 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926_RuntimeMethod_var);
}
IL_005b:
{
Type_t * L_17 = ___conversionType1;
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_17, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_19 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_19);
int32_t L_20 = 3;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_22 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_18, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_007e;
}
}
{
RuntimeObject* L_23 = V_0;
RuntimeObject* L_24 = ___provider2;
NullCheck(L_23);
bool L_25 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(1 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_23, L_24);
bool L_26 = L_25;
RuntimeObject * L_27 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_26);
return L_27;
}
IL_007e:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_28 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_29 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_29);
int32_t L_30 = 4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_32 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_28, L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_009a;
}
}
{
RuntimeObject* L_33 = V_0;
RuntimeObject* L_34 = ___provider2;
NullCheck(L_33);
Il2CppChar L_35 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_33, L_34);
Il2CppChar L_36 = L_35;
RuntimeObject * L_37 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_36);
return L_37;
}
IL_009a:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_38 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_39 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_39);
int32_t L_40 = 5;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_42 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_38, L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_00b6;
}
}
{
RuntimeObject* L_43 = V_0;
RuntimeObject* L_44 = ___provider2;
NullCheck(L_43);
int8_t L_45 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(3 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_43, L_44);
int8_t L_46 = L_45;
RuntimeObject * L_47 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_46);
return L_47;
}
IL_00b6:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_48 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_49 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_49);
int32_t L_50 = 6;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_51 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_52 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_48, L_51, /*hidden argument*/NULL);
if (!L_52)
{
goto IL_00d2;
}
}
{
RuntimeObject* L_53 = V_0;
RuntimeObject* L_54 = ___provider2;
NullCheck(L_53);
uint8_t L_55 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(4 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_53, L_54);
uint8_t L_56 = L_55;
RuntimeObject * L_57 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_56);
return L_57;
}
IL_00d2:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_58 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_59 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_59);
int32_t L_60 = 7;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_61 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_62 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_58, L_61, /*hidden argument*/NULL);
if (!L_62)
{
goto IL_00ee;
}
}
{
RuntimeObject* L_63 = V_0;
RuntimeObject* L_64 = ___provider2;
NullCheck(L_63);
int16_t L_65 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(5 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_63, L_64);
int16_t L_66 = L_65;
RuntimeObject * L_67 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_66);
return L_67;
}
IL_00ee:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_68 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_69 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_69);
int32_t L_70 = 8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_71 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_72 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_68, L_71, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_010a;
}
}
{
RuntimeObject* L_73 = V_0;
RuntimeObject* L_74 = ___provider2;
NullCheck(L_73);
uint16_t L_75 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(6 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_73, L_74);
uint16_t L_76 = L_75;
RuntimeObject * L_77 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_76);
return L_77;
}
IL_010a:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_78 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_79 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_79);
int32_t L_80 = ((int32_t)9);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_82 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_78, L_81, /*hidden argument*/NULL);
if (!L_82)
{
goto IL_0127;
}
}
{
RuntimeObject* L_83 = V_0;
RuntimeObject* L_84 = ___provider2;
NullCheck(L_83);
int32_t L_85 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_83, L_84);
int32_t L_86 = L_85;
RuntimeObject * L_87 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_86);
return L_87;
}
IL_0127:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_88 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_89 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_89);
int32_t L_90 = ((int32_t)10);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_91 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_92 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_88, L_91, /*hidden argument*/NULL);
if (!L_92)
{
goto IL_0144;
}
}
{
RuntimeObject* L_93 = V_0;
RuntimeObject* L_94 = ___provider2;
NullCheck(L_93);
uint32_t L_95 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_93, L_94);
uint32_t L_96 = L_95;
RuntimeObject * L_97 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_96);
return L_97;
}
IL_0144:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_98 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_99 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_99);
int32_t L_100 = ((int32_t)11);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_101 = (L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_102 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_98, L_101, /*hidden argument*/NULL);
if (!L_102)
{
goto IL_0161;
}
}
{
RuntimeObject* L_103 = V_0;
RuntimeObject* L_104 = ___provider2;
NullCheck(L_103);
int64_t L_105 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_103, L_104);
int64_t L_106 = L_105;
RuntimeObject * L_107 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_106);
return L_107;
}
IL_0161:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_108 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_109 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_109);
int32_t L_110 = ((int32_t)12);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_111 = (L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_112 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_108, L_111, /*hidden argument*/NULL);
if (!L_112)
{
goto IL_017e;
}
}
{
RuntimeObject* L_113 = V_0;
RuntimeObject* L_114 = ___provider2;
NullCheck(L_113);
uint64_t L_115 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(10 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_113, L_114);
uint64_t L_116 = L_115;
RuntimeObject * L_117 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_116);
return L_117;
}
IL_017e:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_118 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_119 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_119);
int32_t L_120 = ((int32_t)13);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_121 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_122 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_118, L_121, /*hidden argument*/NULL);
if (!L_122)
{
goto IL_019b;
}
}
{
RuntimeObject* L_123 = V_0;
RuntimeObject* L_124 = ___provider2;
NullCheck(L_123);
float L_125 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(11 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_123, L_124);
float L_126 = L_125;
RuntimeObject * L_127 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_126);
return L_127;
}
IL_019b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_128 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_129 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_129);
int32_t L_130 = ((int32_t)14);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_131 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_132 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_128, L_131, /*hidden argument*/NULL);
if (!L_132)
{
goto IL_01b8;
}
}
{
RuntimeObject* L_133 = V_0;
RuntimeObject* L_134 = ___provider2;
NullCheck(L_133);
double L_135 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(12 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_133, L_134);
double L_136 = L_135;
RuntimeObject * L_137 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_136);
return L_137;
}
IL_01b8:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_138 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_139 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_139);
int32_t L_140 = ((int32_t)15);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_141 = (L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_142 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_138, L_141, /*hidden argument*/NULL);
if (!L_142)
{
goto IL_01d5;
}
}
{
RuntimeObject* L_143 = V_0;
RuntimeObject* L_144 = ___provider2;
NullCheck(L_143);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_145 = InterfaceFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject* >::Invoke(13 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_143, L_144);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_146 = L_145;
RuntimeObject * L_147 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_146);
return L_147;
}
IL_01d5:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_148 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_149 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_149);
int32_t L_150 = ((int32_t)16);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_151 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_152 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_148, L_151, /*hidden argument*/NULL);
if (!L_152)
{
goto IL_01f2;
}
}
{
RuntimeObject* L_153 = V_0;
RuntimeObject* L_154 = ___provider2;
NullCheck(L_153);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_155 = InterfaceFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject* >::Invoke(14 /* System.DateTime System.IConvertible::ToDateTime(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_153, L_154);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_156 = L_155;
RuntimeObject * L_157 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_156);
return L_157;
}
IL_01f2:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_158 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_159 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_159);
int32_t L_160 = ((int32_t)18);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_161 = (L_159)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_162 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_158, L_161, /*hidden argument*/NULL);
if (!L_162)
{
goto IL_020a;
}
}
{
RuntimeObject* L_163 = V_0;
RuntimeObject* L_164 = ___provider2;
NullCheck(L_163);
String_t* L_165 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(15 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_163, L_164);
return L_165;
}
IL_020a:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_166 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_167 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_ConvertTypes_0();
NullCheck(L_167);
int32_t L_168 = 1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_169 = (L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_170 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_166, L_169, /*hidden argument*/NULL);
if (!L_170)
{
goto IL_021b;
}
}
{
RuntimeObject * L_171 = ___value0;
return L_171;
}
IL_021b:
{
RuntimeObject* L_172 = V_0;
Type_t * L_173 = ___conversionType1;
RuntimeObject* L_174 = ___provider2;
NullCheck(L_172);
RuntimeObject * L_175 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_172, L_173, L_174);
return L_175;
}
}
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(1 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (bool)0;
}
}
// System.Boolean System.Convert::ToBoolean(System.SByte)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44 (int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Byte)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mC149366F949BE8368C7C7C7BF3830DE15EA40AA8 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Int16)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m06007FC94CD66F1273731E389C6C7DC24B02B505 (int16_t ___value0, const RuntimeMethod* method)
{
{
int16_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m1AFE52438BC600124643ECEB4EDF9C3FE21171FE (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m30441623AE02A6C619CB77CD91B6A6199B90BC94 (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m26CFF98BC762FA7371C580FB19013250FD567F46 (uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Int64)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m6EB15B3E1D9AC269065DB500E880A81AA42AF5E7 (int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
return (bool)((!(((uint64_t)L_0) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m545BC5397A9E121A21E4891E2A76A8C2B31D59D2 (uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
return (bool)((!(((uint64_t)L_0) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
String_t* L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_2 = Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Convert::ToBoolean(System.Single)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mC00CC1575D48C5527CFADA8E1B2328E88341F86A (float ___value0, const RuntimeMethod* method)
{
{
float L_0 = ___value0;
return (bool)((((int32_t)((((float)L_0) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m23B521E072296AA7D4F9FA80D35E27C306B5ABDF (double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
return (bool)((((int32_t)((((double)L_0) == ((double)(0.0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Convert::ToBoolean(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4C852F7D316D28B27B202BC731B26EA79F2955E0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBoolean_m4C852F7D316D28B27B202BC731B26EA79F2955E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
bool L_2 = Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Char System.Convert::ToChar(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
Il2CppChar L_3 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return 0;
}
}
// System.Char System.Convert::ToChar(System.SByte)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C_RuntimeMethod_var);
}
IL_0014:
{
int8_t L_3 = ___value0;
return (((int32_t)((uint16_t)L_3)));
}
}
// System.Char System.Convert::ToChar(System.Byte)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2FF337FDDCAD52939473E0D7ED3FBFD49A4C2E18 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return L_0;
}
}
// System.Char System.Convert::ToChar(System.Int16)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m9F32E993218E9D544A9FCC6FE50D6501A838315F (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m9F32E993218E9D544A9FCC6FE50D6501A838315F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToChar_m9F32E993218E9D544A9FCC6FE50D6501A838315F_RuntimeMethod_var);
}
IL_0014:
{
int16_t L_3 = ___value0;
return (((int32_t)((uint16_t)L_3)));
}
}
// System.Char System.Convert::ToChar(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m14666E8E6027FFF4BFA6DA0563A4CAAEA6A6989B (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return L_0;
}
}
// System.Char System.Convert::ToChar(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535))))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_4 = ___value0;
return (((int32_t)((uint16_t)L_4)));
}
}
// System.Char System.Convert::ToChar(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m56A1099464A288FD3AB6F82B7433DB063F671B29 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m56A1099464A288FD3AB6F82B7433DB063F671B29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)65535)))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToChar_m56A1099464A288FD3AB6F82B7433DB063F671B29_RuntimeMethod_var);
}
IL_0018:
{
uint32_t L_3 = ___value0;
return (((int32_t)((uint16_t)L_3)));
}
}
// System.Char System.Convert::ToChar(System.Int64)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m9171D149D77DE0FBB36CB4D91EEBDC06B2DD6F29 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_m9171D149D77DE0FBB36CB4D91EEBDC06B2DD6F29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000e;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))
{
goto IL_001e;
}
}
IL_000e:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToChar_m9171D149D77DE0FBB36CB4D91EEBDC06B2DD6F29_RuntimeMethod_var);
}
IL_001e:
{
int64_t L_4 = ___value0;
return (((int32_t)((uint16_t)L_4)));
}
}
// System.Char System.Convert::ToChar(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mBFD88FBE8D41F3FEB4049B8EF556C2D996F5F531 (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_mBFD88FBE8D41F3FEB4049B8EF556C2D996F5F531_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)65535))))))))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB1681634D48A9755494C96B393FE12BE3E4C2409, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToChar_mBFD88FBE8D41F3FEB4049B8EF556C2D996F5F531_RuntimeMethod_var);
}
IL_0019:
{
uint64_t L_3 = ___value0;
return (((int32_t)((uint16_t)L_3)));
}
}
// System.Char System.Convert::ToChar(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_5 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF_RuntimeMethod_var);
}
IL_0027:
{
String_t* L_6 = ___value0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
return L_7;
}
}
// System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int8_t L_3 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(3 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (int8_t)0;
}
}
// System.SByte System.Convert::ToSByte(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mE5314E3F9BD2A1FB38C2E8F91065A515DB980349 (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int8_t)0;
}
IL_0005:
{
return (int8_t)1;
}
}
// System.SByte System.Convert::ToSByte(System.Char)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m0D0A382E0BFF2DAE7019CAB2F6309EB48EFFFD94 (Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m0D0A382E0BFF2DAE7019CAB2F6309EB48EFFFD94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)127))))
{
goto IL_0015;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToSByte_m0D0A382E0BFF2DAE7019CAB2F6309EB48EFFFD94_RuntimeMethod_var);
}
IL_0015:
{
Il2CppChar L_3 = ___value0;
return (((int8_t)((int8_t)L_3)));
}
}
// System.SByte System.Convert::ToSByte(System.Byte)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m750B83AD00E06419AEDFE4436323AF85520E3E00 (uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m750B83AD00E06419AEDFE4436323AF85520E3E00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)127))))
{
goto IL_0015;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToSByte_m750B83AD00E06419AEDFE4436323AF85520E3E00_RuntimeMethod_var);
}
IL_0015:
{
uint8_t L_3 = ___value0;
return (((int8_t)((int8_t)L_3)));
}
}
// System.SByte System.Convert::ToSByte(System.Int16)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mCC85C35F01295663A487DDA2C4855C5962ADA2AF (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_mCC85C35F01295663A487DDA2C4855C5962ADA2AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-128))))
{
goto IL_000a;
}
}
{
int16_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)127))))
{
goto IL_001a;
}
}
IL_000a:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToSByte_mCC85C35F01295663A487DDA2C4855C5962ADA2AF_RuntimeMethod_var);
}
IL_001a:
{
int16_t L_4 = ___value0;
return (((int8_t)((int8_t)L_4)));
}
}
// System.SByte System.Convert::ToSByte(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m4455F931B18E5D87DE1F99B2686F3D4770E9D177 (uint16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m4455F931B18E5D87DE1F99B2686F3D4770E9D177_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint16_t L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)127))))
{
goto IL_0015;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToSByte_m4455F931B18E5D87DE1F99B2686F3D4770E9D177_RuntimeMethod_var);
}
IL_0015:
{
uint16_t L_3 = ___value0;
return (((int8_t)((int8_t)L_3)));
}
}
// System.SByte System.Convert::ToSByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-128))))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)127))))
{
goto IL_001a;
}
}
IL_000a:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_4 = ___value0;
return (((int8_t)((int8_t)L_4)));
}
}
// System.SByte System.Convert::ToSByte(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2BA3408A7B10119B60B923928EFCFA17D3C46D50 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m2BA3408A7B10119B60B923928EFCFA17D3C46D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((((int64_t)(((int64_t)((uint64_t)L_0)))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_0017;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToSByte_m2BA3408A7B10119B60B923928EFCFA17D3C46D50_RuntimeMethod_var);
}
IL_0017:
{
uint32_t L_3 = ___value0;
return (((int8_t)((int8_t)L_3)));
}
}
// System.SByte System.Convert::ToSByte(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m1A4B3CD0081049789B368AE723C5214669A80767 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m1A4B3CD0081049789B368AE723C5214669A80767_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)((int32_t)-128)))))))
{
goto IL_000c;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToSByte_m1A4B3CD0081049789B368AE723C5214669A80767_RuntimeMethod_var);
}
IL_001c:
{
int64_t L_4 = ___value0;
return (((int8_t)((int8_t)L_4)));
}
}
// System.SByte System.Convert::ToSByte(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m5F3E822A40FB8BC9DCE9D39C07D0BFDB5CAE38C3 (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m5F3E822A40FB8BC9DCE9D39C07D0BFDB5CAE38C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)127))))))))
{
goto IL_0016;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToSByte_m5F3E822A40FB8BC9DCE9D39C07D0BFDB5CAE38C3_RuntimeMethod_var);
}
IL_0016:
{
uint64_t L_3 = ___value0;
return (((int8_t)((int8_t)L_3)));
}
}
// System.SByte System.Convert::ToSByte(System.Single)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int8_t L_1 = Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.SByte System.Convert::ToSByte(System.Double)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C(L_0, /*hidden argument*/NULL);
int8_t L_2 = Convert_ToSByte_m65A58DC38CC3A2E7B1D2546EC2FE0803AAB03F34(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.SByte System.Convert::ToSByte(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m97BA7655D1C139BC268A90E503AFD4489558BE32 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSByte_m97BA7655D1C139BC268A90E503AFD4489558BE32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
int8_t L_2 = Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m99276268DD000617F23A0B3445C4CA2A8B2BD275 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
RuntimeObject* L_1 = ___provider1;
int8_t L_2 = SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Byte System.Convert::ToByte(System.Object)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1 (RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint8_t L_2 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(4 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
return L_2;
}
IL_0010:
{
return (uint8_t)0;
}
}
// System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint8_t L_3 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(4 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (uint8_t)0;
}
}
// System.Byte System.Convert::ToByte(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2F75DB84C61D7D1D64393FD5756A9C9DE04FF716 (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (uint8_t)0;
}
IL_0005:
{
return (uint8_t)1;
}
}
// System.Byte System.Convert::ToByte(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mF058F63299585352A96AB211EF4DA55B9996ADA5 (Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mF058F63299585352A96AB211EF4DA55B9996ADA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)255))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToByte_mF058F63299585352A96AB211EF4DA55B9996ADA5_RuntimeMethod_var);
}
IL_0018:
{
Il2CppChar L_3 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_3)));
}
}
// System.Byte System.Convert::ToByte(System.SByte)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923 (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923_RuntimeMethod_var);
}
IL_0014:
{
int8_t L_3 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_3)));
}
}
// System.Byte System.Convert::ToByte(System.Int16)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2DDDB2A7442059FE2185B347BB71BF7577781807 (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m2DDDB2A7442059FE2185B347BB71BF7577781807_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int16_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToByte_m2DDDB2A7442059FE2185B347BB71BF7577781807_RuntimeMethod_var);
}
IL_001c:
{
int16_t L_4 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_4)));
}
}
// System.Byte System.Convert::ToByte(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m4D9F94693332601CE2F1CF8DB9933F7C0FE882B1 (uint16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m4D9F94693332601CE2F1CF8DB9933F7C0FE882B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint16_t L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)255))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToByte_m4D9F94693332601CE2F1CF8DB9933F7C0FE882B1_RuntimeMethod_var);
}
IL_0018:
{
uint16_t L_3 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_3)));
}
}
// System.Byte System.Convert::ToByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_4 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_4)));
}
}
// System.Byte System.Convert::ToByte(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m5B2E3D791EE1E14A7604D126C24AA62FE2587B60 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m5B2E3D791EE1E14A7604D126C24AA62FE2587B60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)255)))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToByte_m5B2E3D791EE1E14A7604D126C24AA62FE2587B60_RuntimeMethod_var);
}
IL_0018:
{
uint32_t L_3 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_3)));
}
}
// System.Byte System.Convert::ToByte(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000e;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255)))))))
{
goto IL_001e;
}
}
IL_000e:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935_RuntimeMethod_var);
}
IL_001e:
{
int64_t L_4 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_4)));
}
}
// System.Byte System.Convert::ToByte(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mBA74300A0EBF60E75A3ABED4AA4AAB62DF40014A (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mBA74300A0EBF60E75A3ABED4AA4AAB62DF40014A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)255))))))))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToByte_mBA74300A0EBF60E75A3ABED4AA4AAB62DF40014A_RuntimeMethod_var);
}
IL_0019:
{
uint64_t L_3 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_3)));
}
}
// System.Byte System.Convert::ToByte(System.Single)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_1 = Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Byte System.Convert::ToByte(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C(L_0, /*hidden argument*/NULL);
uint8_t L_2 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Byte System.Convert::ToByte(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mA8B21973561985CBAAAE340648DFCBE6B1A04771 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mA8B21973561985CBAAAE340648DFCBE6B1A04771_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
uint8_t L_2 = Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Byte System.Convert::ToByte(System.String)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (uint8_t)0;
}
IL_0005:
{
String_t* L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
uint8_t L_3 = Byte_Parse_mEFBC459D6ADA0FED490539CD8731E45AE2D2587C(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Byte System.Convert::ToByte(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (uint8_t)0;
}
IL_0005:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
uint8_t L_3 = Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int16_t L_3 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(5 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (int16_t)0;
}
}
// System.Int16 System.Convert::ToInt16(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mE5AC67CF54A1DC058F4FF94444E2BED13D4E41A1 (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int16_t)0;
}
IL_0005:
{
return (int16_t)1;
}
}
// System.Int16 System.Convert::ToInt16(System.Char)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mBAB0E578750A2DE0990F9B301C7CBE2397A61A35 (Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_mBAB0E578750A2DE0990F9B301C7CBE2397A61A35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)32767))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt16_mBAB0E578750A2DE0990F9B301C7CBE2397A61A35_RuntimeMethod_var);
}
IL_0018:
{
Il2CppChar L_3 = ___value0;
return (((int16_t)((int16_t)L_3)));
}
}
// System.Int16 System.Convert::ToInt16(System.SByte)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m53B289D51E0000689AD2D0D8B64C9FC52E25382D (int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
return L_0;
}
}
// System.Int16 System.Convert::ToInt16(System.Byte)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mEC55F68B89662CDBC0E1D7D596EC04153B377E60 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return L_0;
}
}
// System.Int16 System.Convert::ToInt16(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m57BC4B92DCAEAA22820CD1915778B407AC23D9C5 (uint16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m57BC4B92DCAEAA22820CD1915778B407AC23D9C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint16_t L_0 = ___value0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)32767))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt16_m57BC4B92DCAEAA22820CD1915778B407AC23D9C5_RuntimeMethod_var);
}
IL_0018:
{
uint16_t L_3 = ___value0;
return (((int16_t)((int16_t)L_3)));
}
}
// System.Int16 System.Convert::ToInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-32768))))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)32767))))
{
goto IL_0020;
}
}
IL_0010:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3_RuntimeMethod_var);
}
IL_0020:
{
int32_t L_4 = ___value0;
return (((int16_t)((int16_t)L_4)));
}
}
// System.Int16 System.Convert::ToInt16(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mE8E094D5AD321E5E6756E332116FAF1C084A1CD2 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_mE8E094D5AD321E5E6756E332116FAF1C084A1CD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((((int64_t)(((int64_t)((uint64_t)L_0)))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)32767)))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt16_mE8E094D5AD321E5E6756E332116FAF1C084A1CD2_RuntimeMethod_var);
}
IL_001a:
{
uint32_t L_3 = ___value0;
return (((int16_t)((int16_t)L_3)));
}
}
// System.Int16 System.Convert::ToInt16(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m452BBDF72FBBBF90915F464E0558DA82CE1F7DBF (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m452BBDF72FBBBF90915F464E0558DA82CE1F7DBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)((int32_t)-32768)))))))
{
goto IL_0012;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)32767)))))))
{
goto IL_0022;
}
}
IL_0012:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToInt16_m452BBDF72FBBBF90915F464E0558DA82CE1F7DBF_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_4 = ___value0;
return (((int16_t)((int16_t)L_4)));
}
}
// System.Int16 System.Convert::ToInt16(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mC121EAEA7C8458D987480F1669C6A40082AA93C1 (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_mC121EAEA7C8458D987480F1669C6A40082AA93C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)32767))))))))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt16_mC121EAEA7C8458D987480F1669C6A40082AA93C1_RuntimeMethod_var);
}
IL_0019:
{
uint64_t L_3 = ___value0;
return (((int16_t)((int16_t)L_3)));
}
}
// System.Int16 System.Convert::ToInt16(System.Single)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_1 = Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int16 System.Convert::ToInt16(System.Double)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C(L_0, /*hidden argument*/NULL);
int16_t L_2 = Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int16 System.Convert::ToInt16(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mBB1C4102314D1306F894C0E3CC7FC72900EE4E13 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt16_mBB1C4102314D1306F894C0E3CC7FC72900EE4E13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
int16_t L_2 = Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int16_t)0;
}
IL_0005:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
int16_t L_3 = Int16_Parse_m8974BEBECCE6184E1A2CA312D637E40B731F49B2(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint16_t L_3 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(6 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (uint16_t)0;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mE5DBE88FC67DB81359A27BEC9BC61EE1C4816F7E (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (uint16_t)0;
}
IL_0005:
{
return (uint16_t)1;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2F8D708D059B3A7FC317AD8A56D492253E359E24 (Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
return L_0;
}
}
// System.UInt16 System.Convert::ToUInt16(System.SByte)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE_RuntimeMethod_var);
}
IL_0014:
{
int8_t L_3 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_3)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.Byte)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m7251119DC9E451E9DB0AB5742769643B7F414876 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return L_0;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Int16)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3BC2069048E0E6C17C6B4C18BFB8FC949739BFFF (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m3BC2069048E0E6C17C6B4C18BFB8FC949739BFFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt16_m3BC2069048E0E6C17C6B4C18BFB8FC949739BFFF_RuntimeMethod_var);
}
IL_0014:
{
int16_t L_3 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_3)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535))))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_4 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_4)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m19D8F9B74EB5F96C835FA5045E925F000750A8B3 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m19D8F9B74EB5F96C835FA5045E925F000750A8B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)65535)))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt16_m19D8F9B74EB5F96C835FA5045E925F000750A8B3_RuntimeMethod_var);
}
IL_0018:
{
uint32_t L_3 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_3)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mA5386907A6E781E3D4261BDB7D6308FBD5B518F7 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_mA5386907A6E781E3D4261BDB7D6308FBD5B518F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000e;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))
{
goto IL_001e;
}
}
IL_000e:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToUInt16_mA5386907A6E781E3D4261BDB7D6308FBD5B518F7_RuntimeMethod_var);
}
IL_001e:
{
int64_t L_4 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_4)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mC540754A3F101A7A13FB26FD89836025507E7E80 (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_mC540754A3F101A7A13FB26FD89836025507E7E80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)65535))))))))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt16_mC540754A3F101A7A13FB26FD89836025507E7E80_RuntimeMethod_var);
}
IL_0019:
{
uint64_t L_3 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_3)));
}
}
// System.UInt16 System.Convert::ToUInt16(System.Single)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_1 = Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C(L_0, /*hidden argument*/NULL);
uint16_t L_2 = Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.UInt16 System.Convert::ToUInt16(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m022D5C7E373AE755EF157BE123D6856C9A931DFC (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt16_m022D5C7E373AE755EF157BE123D6856C9A931DFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
uint16_t L_2 = Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB588DD91980D07B2021231090F8C3EE517DDFFA1 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (uint16_t)0;
}
IL_0005:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
uint16_t L_3 = UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Convert::ToInt32(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86 (RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int32_t L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
return L_2;
}
IL_0010:
{
return 0;
}
}
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int32_t L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return 0;
}
}
// System.Int32 System.Convert::ToInt32(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m39901AE09C5431063E0EDBD286948E875E747B66 (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
return 1;
}
}
// System.Int32 System.Convert::ToInt32(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8BE65713C8D5E0AD45D53B82A5A7BD187BEBA917 (Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
return L_0;
}
}
// System.Int32 System.Convert::ToInt32(System.Byte)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m322C82C3EB50E7389A4A38C4601FD08705CA56CF (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return L_0;
}
}
// System.Int32 System.Convert::ToInt32(System.Int16)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB0AA47EFAB81D1DBA0C2153ECBD0E19DE230BE2C (int16_t ___value0, const RuntimeMethod* method)
{
{
int16_t L_0 = ___value0;
return L_0;
}
}
// System.Int32 System.Convert::ToInt32(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8A95C977AFB27DA577E58CAE3255F8B24EE79517 (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return L_0;
}
}
// System.Int32 System.Convert::ToInt32(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m966337716B0CC4A45307D82BC21BCA1F8BB22D1C (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m966337716B0CC4A45307D82BC21BCA1F8BB22D1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt32_m966337716B0CC4A45307D82BC21BCA1F8BB22D1C_RuntimeMethod_var);
}
IL_0018:
{
uint32_t L_3 = ___value0;
return L_3;
}
}
// System.Int32 System.Convert::ToInt32(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5CE30569A0A5B70CBD85954BEEF436F57D6FAE6B (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m5CE30569A0A5B70CBD85954BEEF436F57D6FAE6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL)))))))
{
goto IL_0012;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0022;
}
}
IL_0012:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToInt32_m5CE30569A0A5B70CBD85954BEEF436F57D6FAE6B_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_4 = ___value0;
return (((int32_t)((int32_t)L_4)));
}
}
// System.Int32 System.Convert::ToInt32(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m4E8E4BA500C8372D58B20E706C76C8126F7F5260 (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m4E8E4BA500C8372D58B20E706C76C8126F7F5260_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt32_m4E8E4BA500C8372D58B20E706C76C8126F7F5260_RuntimeMethod_var);
}
IL_0019:
{
uint64_t L_3 = ___value0;
return (((int32_t)((int32_t)L_3)));
}
}
// System.Int32 System.Convert::ToInt32(System.Single)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Convert::ToInt32(System.Double)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
double V_1 = 0.0;
int32_t V_2 = 0;
double V_3 = 0.0;
{
double L_0 = ___value0;
if ((!(((double)L_0) >= ((double)(0.0)))))
{
goto IL_0043;
}
}
{
double L_1 = ___value0;
if ((!(((double)L_1) < ((double)(2147483647.5)))))
{
goto IL_007a;
}
}
{
double L_2 = ___value0;
V_0 = (((int32_t)((int32_t)L_2)));
double L_3 = ___value0;
int32_t L_4 = V_0;
V_1 = ((double)il2cpp_codegen_subtract((double)L_3, (double)(((double)((double)L_4)))));
double L_5 = V_1;
if ((((double)L_5) > ((double)(0.5))))
{
goto IL_003d;
}
}
{
double L_6 = V_1;
if ((!(((double)L_6) == ((double)(0.5)))))
{
goto IL_0041;
}
}
{
int32_t L_7 = V_0;
if (!((int32_t)((int32_t)L_7&(int32_t)1)))
{
goto IL_0041;
}
}
IL_003d:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0041:
{
int32_t L_9 = V_0;
return L_9;
}
IL_0043:
{
double L_10 = ___value0;
if ((!(((double)L_10) >= ((double)(-2147483648.5)))))
{
goto IL_007a;
}
}
{
double L_11 = ___value0;
V_2 = (((int32_t)((int32_t)L_11)));
double L_12 = ___value0;
int32_t L_13 = V_2;
V_3 = ((double)il2cpp_codegen_subtract((double)L_12, (double)(((double)((double)L_13)))));
double L_14 = V_3;
if ((((double)L_14) < ((double)(-0.5))))
{
goto IL_0074;
}
}
{
double L_15 = V_3;
if ((!(((double)L_15) == ((double)(-0.5)))))
{
goto IL_0078;
}
}
{
int32_t L_16 = V_2;
if (!((int32_t)((int32_t)L_16&(int32_t)1)))
{
goto IL_0078;
}
}
IL_0074:
{
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
}
IL_0078:
{
int32_t L_18 = V_2;
return L_18;
}
IL_007a:
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_20 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C_RuntimeMethod_var);
}
}
// System.Int32 System.Convert::ToInt32(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m4D644EB3F03017202A65F4CADB3382BF81FF5D71 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m4D644EB3F03017202A65F4CADB3382BF81FF5D71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
int32_t L_1 = Decimal_FCallToInt32_m4B063BBD3E2F9CDA39F8C09A6E81C05567FC0C1A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
int32_t L_3 = Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Object)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m5CD74B1562CFEE536D3E9A9A89CEC1CB38CED427 (RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_m5CD74B1562CFEE536D3E9A9A89CEC1CB38CED427_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint32_t L_2 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
return L_2;
}
IL_0010:
{
return 0;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint32_t L_3 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return 0;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m0A1093A798B8004A58C7905A23886132BDC347ED (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
return 1;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m123C758E6CB699FCFD9E8ABCF1042C1CD70DE944 (Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
return L_0;
}
}
// System.UInt32 System.Convert::ToUInt32(System.SByte)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869 (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869_RuntimeMethod_var);
}
IL_0014:
{
int8_t L_3 = ___value0;
return L_3;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Byte)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m4D054799D266E79452F38327EF9D954E0D3F64D3 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return L_0;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Int16)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mC305AB953ECDC1EDEC3F76C2ED9C2898A6A2D8A8 (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mC305AB953ECDC1EDEC3F76C2ED9C2898A6A2D8A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt32_mC305AB953ECDC1EDEC3F76C2ED9C2898A6A2D8A8_RuntimeMethod_var);
}
IL_0014:
{
int16_t L_3 = ___value0;
return L_3;
}
}
// System.UInt32 System.Convert::ToUInt32(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mED4922B504189D92D2F6F52BB959895A5979EE40 (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return L_0;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mA22ABF80925CA54B6B4869939964184C7F344B41 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mA22ABF80925CA54B6B4869939964184C7F344B41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt32_mA22ABF80925CA54B6B4869939964184C7F344B41_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_3 = ___value0;
return L_3;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mD1B91075B4D330E0D2D4600A6D5283C2FA1586E4 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mD1B91075B4D330E0D2D4600A6D5283C2FA1586E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000a;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_001a;
}
}
IL_000a:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Convert_ToUInt32_mD1B91075B4D330E0D2D4600A6D5283C2FA1586E4_RuntimeMethod_var);
}
IL_001a:
{
int64_t L_4 = ___value0;
return (((int32_t)((uint32_t)L_4)));
}
}
// System.UInt32 System.Convert::ToUInt32(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m7DC544C6EB3CA7920C82A243D9C387B462697BAC (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_m7DC544C6EB3CA7920C82A243D9C387B462697BAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))
{
goto IL_0015;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt32_m7DC544C6EB3CA7920C82A243D9C387B462697BAC_RuntimeMethod_var);
}
IL_0015:
{
uint64_t L_3 = ___value0;
return (((int32_t)((uint32_t)L_3)));
}
}
// System.UInt32 System.Convert::ToUInt32(System.Single)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_1 = Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt32 System.Convert::ToUInt32(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
double V_1 = 0.0;
{
double L_0 = ___value0;
if ((!(((double)L_0) >= ((double)(-0.5)))))
{
goto IL_0044;
}
}
{
double L_1 = ___value0;
if ((!(((double)L_1) < ((double)(4294967295.5)))))
{
goto IL_0044;
}
}
{
double L_2 = ___value0;
V_0 = (((int32_t)((uint32_t)L_2)));
double L_3 = ___value0;
uint32_t L_4 = V_0;
V_1 = ((double)il2cpp_codegen_subtract((double)L_3, (double)(((double)((double)(((double)((uint32_t)L_4))))))));
double L_5 = V_1;
if ((((double)L_5) > ((double)(0.5))))
{
goto IL_003e;
}
}
{
double L_6 = V_1;
if ((!(((double)L_6) == ((double)(0.5)))))
{
goto IL_0042;
}
}
{
uint32_t L_7 = V_0;
if (!((int32_t)((int32_t)L_7&(int32_t)1)))
{
goto IL_0042;
}
}
IL_003e:
{
uint32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0042:
{
uint32_t L_9 = V_0;
return L_9;
}
IL_0044:
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_11 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF_RuntimeMethod_var);
}
}
// System.UInt32 System.Convert::ToUInt32(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2726353738A26D6688A1F8F074056C17A09B3A84 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt32_m2726353738A26D6688A1F8F074056C17A09B3A84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
uint32_t L_2 = Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mC50B44F279840348382A3715A480F4502464F20B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
uint32_t L_3 = UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int64_t L_3 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (((int64_t)((int64_t)0)));
}
}
// System.Int64 System.Convert::ToInt64(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mBF88328347C2C2FC83315E9B950ADD1CF473559E (bool ___value0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 1;
}
IL_0007:
{
return (((int64_t)((int64_t)G_B3_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.Char)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mAF15CED595F02814C73326AF76050B600CAED358 (Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.SByte)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mE4A030ED672D453F0704069D7024934D040D326A (int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
return (((int64_t)((int64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.Byte)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m503ADEC363722EBF6A65F9C9F5619150BF00DDCC (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.Int16)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2261BB84FA0B10E657E622163945B4ED9D3C2D11 (int16_t ___value0, const RuntimeMethod* method)
{
{
int16_t L_0 = ___value0;
return (((int64_t)((int64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mE191CDE636529E410288B04286028D56CBC8EE53 (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m61697621C2BC4FDADFE1742507EBA7B3C1D76475 (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
return (((int64_t)((int64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m32144C3A1499C6810428CC3F22BCB095EFFEE99F (uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.Int64 System.Convert::ToInt64(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m396C2B4FA8F12D0C76E0AA3A31872D93BF5EA11D (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m396C2B4FA8F12D0C76E0AA3A31872D93BF5EA11D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)std::numeric_limits<int64_t>::max())))))
{
goto IL_001c;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral952604412082661142BB4448D6792E048E0317FC, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToInt64_m396C2B4FA8F12D0C76E0AA3A31872D93BF5EA11D_RuntimeMethod_var);
}
IL_001c:
{
uint64_t L_3 = ___value0;
return L_3;
}
}
// System.Int64 System.Convert::ToInt64(System.Single)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_1 = Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int64 System.Convert::ToInt64(System.Double)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_1 = bankers_round(L_0);
if (L_1 > (double)(std::numeric_limits<int64_t>::max())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, NULL);
return (((int64_t)((int64_t)L_1)));
}
}
// System.Int64 System.Convert::ToInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m66912A2344452B0C97DD3EE60A8560A49248CF78 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m66912A2344452B0C97DD3EE60A8560A49248CF78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
int64_t L_2 = Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int64 System.Convert::ToInt64(System.String)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_0006:
{
String_t* L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
int64_t L_3 = Int64_Parse_m58A1CEB948FDC6C2ECCA27CA9D19CB904BF98FD4(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4D2C0087ADC13CEFB913E2E071E486EF9077A452 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_0006:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
int64_t L_3 = Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
uint64_t L_3 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(10 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (((int64_t)((int64_t)0)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m46350FEF6029990034BDFAB1FBC4F25EAF47B53B (bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_0006:
{
return (((int64_t)((int64_t)1)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mFCB74BC6F5D944A1894E875C4B8D3D53DE7EFA75 (Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.SByte)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729 (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729_RuntimeMethod_var);
}
IL_0014:
{
int8_t L_3 = ___value0;
return (((int64_t)((int64_t)L_3)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Byte)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mAD731FB7078B5949B0592212E8563C59F1CC7172 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Int16)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m97F318132CF70D2795CFB709BAB8789803BCC08A (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_m97F318132CF70D2795CFB709BAB8789803BCC08A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt64_m97F318132CF70D2795CFB709BAB8789803BCC08A_RuntimeMethod_var);
}
IL_0014:
{
int16_t L_3 = ___value0;
return (((int64_t)((int64_t)L_3)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m13A97BCFDAB847AC0D6379DA3FBE031509801944 (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3D60F8111B12E0D8BB538E433065340CF45EB772 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_m3D60F8111B12E0D8BB538E433065340CF45EB772_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt64_m3D60F8111B12E0D8BB538E433065340CF45EB772_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_3 = ___value0;
return (((int64_t)((int64_t)L_3)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mC8F7AEA2A46B8BEB45B65312F49EEE2540B596EC (uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
return (((int64_t)((uint64_t)L_0)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mE0A19C049B47AC33472017793E0B8FCF5A9CE098 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_mE0A19C049B47AC33472017793E0B8FCF5A9CE098_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0015;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Convert_ToUInt64_mE0A19C049B47AC33472017793E0B8FCF5A9CE098_RuntimeMethod_var);
}
IL_0015:
{
int64_t L_3 = ___value0;
return L_3;
}
}
// System.UInt64 System.Convert::ToUInt64(System.Single)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_1 = Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232((((double)((double)L_0))), /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt64 System.Convert::ToUInt64(System.Double)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_1 = bankers_round(L_0);
if (L_1 > (double)(std::numeric_limits<uint64_t>::max())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, NULL);
return (((uint64_t)((uint64_t)L_1)));
}
}
// System.UInt64 System.Convert::ToUInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m4A02F154C2265302484CD2741DF92C14531134F0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToUInt64_m4A02F154C2265302484CD2741DF92C14531134F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801(L_0, 0, /*hidden argument*/NULL);
uint64_t L_2 = Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m638AC1F743BB4D9617FF085EF7EB8E23BCA7B3C6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_0006:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
uint64_t L_3 = UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5(L_1, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
float L_3 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(11 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (0.0f);
}
}
// System.Single System.Convert::ToSingle(System.SByte)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4 (int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.Byte)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m0DC063AF835020D49B1FB600753AFCDA0205609A (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.Int16)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m419FC798EE52D4A39F7719FA060CC198EF94F2B0 (int16_t ___value0, const RuntimeMethod* method)
{
{
int16_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mFBCC3DBA2C1A176506B5B23193DD0F5F27085EAA (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.Int32)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m4D6202BB2F75526A5E01DA49A35D26007C76A21C (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m6F50A25E0020F35AEC587BE3A91E1A6D78351249 (uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
return (((float)((float)(((double)((uint32_t)L_0))))));
}
}
// System.Single System.Convert::ToSingle(System.Int64)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3A854A75BE60D077E283A444B4EEF3ED6E984F9A (int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mEB588F7F980A4BF31BDBACC733574C97A32E357A (uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
return (((float)((float)(((double)((uint64_t)L_0))))));
}
}
// System.Single System.Convert::ToSingle(System.Double)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mDADB8C1C52121EE8B0040D4E5FC7CFD2CFAD8B80 (double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
return (((float)((float)L_0)));
}
}
// System.Single System.Convert::ToSingle(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mB30A36F02973B8210209CA62F2DD7B212857845A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToSingle_mB30A36F02973B8210209CA62F2DD7B212857845A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
float L_1 = Decimal_op_Explicit_mC7ED730AE7C6D42F19F06246B242E8B60EDDAC62(L_0, /*hidden argument*/NULL);
return (((float)((float)L_1)));
}
}
// System.Single System.Convert::ToSingle(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m5F3E5F42FE95CB24ADF3164009FF7136DB1CE888 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
return (0.0f);
}
IL_0009:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
float L_3 = Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74(L_1, ((int32_t)231), L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Single System.Convert::ToSingle(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m8C04F9D9C974F7AD8B41E87B5419FFA9EB9C88E7 (bool ___value0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 1;
}
IL_0007:
{
return (((float)((float)G_B3_0)));
}
}
// System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
double L_3 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(12 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
return (0.0);
}
}
// System.Double System.Convert::ToDouble(System.SByte)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97 (int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.Byte)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_mFB12B649AA6A4D71FDA6BD62D88FD785E2452FA5 (uint8_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.Int16)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m9FFE6DC9FE9E17546E9681806ED4613D582A2D6C (int16_t ___value0, const RuntimeMethod* method)
{
{
int16_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m5427641E8803E839561F9C10071C3E33A1A6F854 (uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.Int32)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_mAE52754212671CD42E2C67BD9ABCE18DAEE443CC (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_mA48AAD04072EF9CD5A30C2B2EC69A796A0BA6194 (uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
return (((double)((double)(((double)((uint32_t)L_0))))));
}
}
// System.Double System.Convert::ToDouble(System.Int64)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m5948DF15E5B6EAE3A3D443BB5DAB6D6BF5D4E785 (int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m18E2BC69DA3D88A0C5CD258FFBF1DB5BA097C316 (uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
return (((double)((double)(((double)((uint64_t)L_0))))));
}
}
// System.Double System.Convert::ToDouble(System.Single)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m80148DF46C72C989F186F0616EDE71A34BA3A967 (float ___value0, const RuntimeMethod* method)
{
{
float L_0 = ___value0;
return (((double)((double)L_0)));
}
}
// System.Double System.Convert::ToDouble(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_mB31B6067B5E9336860641CBD4424E17CA42EC3FA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDouble_mB31B6067B5E9336860641CBD4424E17CA42EC3FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
double L_1 = Decimal_op_Explicit_mB7F34E3B2DFB6211CA5ACB5497DA6CDCB09FC6CE(L_0, /*hidden argument*/NULL);
return (((double)((double)L_1)));
}
}
// System.Double System.Convert::ToDouble(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000d;
}
}
{
return (0.0);
}
IL_000d:
{
String_t* L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
double L_3 = Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B(L_1, ((int32_t)231), L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Double System.Convert::ToDouble(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_mF6258103D74509D52040BECC84FB241B09B6CC62 (bool ___value0, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 1;
}
IL_0007:
{
return (((double)((double)G_B3_0)));
}
}
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!L_0)
{
goto IL_0010;
}
}
{
RuntimeObject * L_1 = ___value0;
RuntimeObject* L_2 = ___provider1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = InterfaceFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject* >::Invoke(13 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), L_2);
return L_3;
}
IL_0010:
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
return L_4;
}
}
// System.Decimal System.Convert::ToDecimal(System.SByte)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int8_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m8519381573914335A82DE5D3D06FA85E89D89197(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Byte)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m22A4086CA96BD7E3E1D23660A838AFA0F48946D6 (uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m22A4086CA96BD7E3E1D23660A838AFA0F48946D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m466EC50EE380238E9F804EE13EF1A2EF7B310DC6(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Int16)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mD9355C906353F7E283024449544616979EF4823E (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mD9355C906353F7E283024449544616979EF4823E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int16_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m9A27DB673EFE87795196E83A6D91139A491252E6(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mFD0BC78E6BE4EDBFD7A0767E7D95A39E40F0260F (uint16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mFD0BC78E6BE4EDBFD7A0767E7D95A39E40F0260F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint16_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_mEF0CA15B0C83BC57C2206E366FBAE3FF552FEF28(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m707FBD6E1B6D6F7F71D1D492C5F5AE981B561DEF (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m707FBD6E1B6D6F7F71D1D492C5F5AE981B561DEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m291E4FE569EB911F06EF4269522C1DA0BEB7CB5F (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m291E4FE569EB911F06EF4269522C1DA0BEB7CB5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m2220445E5E4C0CC7715EEC07C0F7417097FD4141(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Int64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mECE2EDC28EBA5F0B88702C15D0A3A1DABEE8D6A1 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mECE2EDC28EBA5F0B88702C15D0A3A1DABEE8D6A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mC4A6FC31B0F2C506D113380567B082CCB6A4FEED (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mC4A6FC31B0F2C506D113380567B082CCB6A4FEED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint64_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m2C34640E22DCDAB44B7135AE81E8D480C0CCF556(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Single)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Explicit_m9AE85BFCE75391680A7D4EA28FF4D42959F37E39(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.Double)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mF93A2E5C1006C59187BA8F1F17E66CEC2D8F7FCE (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mF93A2E5C1006C59187BA8F1F17E66CEC2D8F7FCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Explicit_m2EB423334931E2E5B03C2A91D98E1EB8E28FCC0A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
return L_1;
}
IL_0009:
{
String_t* L_2 = ___value0;
RuntimeObject* L_3 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_2, ((int32_t)111), L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Decimal System.Convert::ToDecimal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mF2C5F32DF4C8DC0938C223031CDDF4AC1E08A0CC (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDecimal_mF2C5F32DF4C8DC0938C223031CDDF4AC1E08A0CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 1;
}
IL_0007:
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415(G_B3_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000b;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1;
memset(&L_1, 0, sizeof(L_1));
DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C((&L_1), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
return L_1;
}
IL_000b:
{
String_t* L_2 = ___value0;
RuntimeObject* L_3 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Convert::ToString(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m10FC2E5535B944C2DFE83E6D2659122C9408F0FF (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToString_m10FC2E5535B944C2DFE83E6D2659122C9408F0FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
RuntimeObject* L_2 = V_0;
RuntimeObject* L_3 = ___provider1;
NullCheck(L_2);
String_t* L_4 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(15 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, L_2, L_3);
return L_4;
}
IL_0012:
{
RuntimeObject * L_5 = ___value0;
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_1;
if (!L_6)
{
goto IL_0025;
}
}
{
RuntimeObject* L_7 = V_1;
RuntimeObject* L_8 = ___provider1;
NullCheck(L_7);
String_t* L_9 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var, L_7, (String_t*)NULL, L_8);
return L_9;
}
IL_0025:
{
RuntimeObject * L_10 = ___value0;
if (!L_10)
{
goto IL_002f;
}
}
{
RuntimeObject * L_11 = ___value0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
return L_12;
}
IL_002f:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_13;
}
}
// System.String System.Convert::ToString(System.Char,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m19979FD8FCD84DC6CFBF835D7666956E5138467B (Il2CppChar ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider1;
String_t* L_1 = Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE((Il2CppChar*)(&___value0), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Convert::ToString(System.Int32,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m013DD2590D9DCBA00A8A4FEEBE7FC2DBD4DDBC70 (int32_t ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider1;
String_t* L_1 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___value0), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Convert::ToInt32(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___fromBase1;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0022;
}
}
{
int32_t L_1 = ___fromBase1;
if ((((int32_t)L_1) == ((int32_t)8)))
{
goto IL_0022;
}
}
{
int32_t L_2 = ___fromBase1;
if ((((int32_t)L_2) == ((int32_t)((int32_t)10))))
{
goto IL_0022;
}
}
{
int32_t L_3 = ___fromBase1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)16))))
{
goto IL_0022;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA7B479BCC9583E2D72A7A34D71FA9ACF67B076D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4_RuntimeMethod_var);
}
IL_0022:
{
String_t* L_6 = ___value0;
int32_t L_7 = ___fromBase1;
int32_t L_8 = ParseNumbers_StringToInt_m4EB636CC7D3D970B1409CA4AA0336AB33B2DF39F(L_6, L_7, ((int32_t)4096), /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.Convert::ToBase64String(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inArray0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inArray0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___inArray0;
NullCheck(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_4 = Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF(L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), 0, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32,System.Base64FormattingOptions)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offset1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
uint8_t* V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
String_t* G_B15_0 = NULL;
String_t* G_B14_0 = NULL;
String_t* G_B17_0 = NULL;
String_t* G_B16_0 = NULL;
String_t* G_B18_0 = NULL;
String_t* G_B19_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inArray0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___length2;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___offset1;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_8 = ___options3;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0048;
}
}
{
int32_t L_9 = ___options3;
if ((((int32_t)L_9) <= ((int32_t)1)))
{
goto IL_0067;
}
}
IL_0048:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
int32_t L_12 = ___options3;
int32_t L_13 = ((int32_t)L_12);
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_14);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
String_t* L_15 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654, L_11, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var);
}
IL_0067:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___inArray0;
NullCheck(L_17);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))));
int32_t L_18 = ___offset1;
int32_t L_19 = V_0;
int32_t L_20 = ___length2;
if ((((int32_t)L_18) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)))))
{
goto IL_0086;
}
}
{
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98CFE5E917B6BC87FA117F28F39F6E8B09499151, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, Convert_ToBase64String_m86FF376EC650C7A6E85EDD7BCF5BEC23EE5402DF_RuntimeMethod_var);
}
IL_0086:
{
int32_t L_23 = V_0;
if (L_23)
{
goto IL_008f;
}
}
{
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_24;
}
IL_008f:
{
int32_t L_25 = ___options3;
V_1 = (bool)((((int32_t)L_25) == ((int32_t)1))? 1 : 0);
int32_t L_26 = ___length2;
bool L_27 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_28 = Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6(L_26, L_27, /*hidden argument*/NULL);
String_t* L_29 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_28, /*hidden argument*/NULL);
String_t* L_30 = L_29;
V_3 = L_30;
String_t* L_31 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_31));
Il2CppChar* L_32 = V_2;
G_B14_0 = L_30;
if (!L_32)
{
G_B15_0 = L_30;
goto IL_00b0;
}
}
{
Il2CppChar* L_33 = V_2;
int32_t L_34 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34));
G_B15_0 = G_B14_0;
}
IL_00b0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___inArray0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = L_35;
V_5 = L_36;
G_B16_0 = G_B15_0;
if (!L_36)
{
G_B17_0 = G_B15_0;
goto IL_00bc;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_5;
NullCheck(L_37);
G_B17_0 = G_B16_0;
if ((((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))))
{
G_B18_0 = G_B16_0;
goto IL_00c2;
}
}
IL_00bc:
{
V_4 = (uint8_t*)(((uintptr_t)0));
G_B19_0 = G_B17_0;
goto IL_00cd;
}
IL_00c2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_5;
NullCheck(L_38);
V_4 = (uint8_t*)(((uintptr_t)((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B19_0 = G_B18_0;
}
IL_00cd:
{
Il2CppChar* L_39 = V_2;
uint8_t* L_40 = V_4;
int32_t L_41 = ___offset1;
int32_t L_42 = ___length2;
bool L_43 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Convert_ConvertToBase64Array_m2C6DC2EA273DB7F37A3A25116F18AF6DB5192E3B((Il2CppChar*)(Il2CppChar*)L_39, (uint8_t*)(uint8_t*)L_40, L_41, L_42, L_43, /*hidden argument*/NULL);
return G_B19_0;
}
}
// System.Int32 System.Convert::ConvertToBase64Array(System.Char*,System.Byte*,System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ConvertToBase64Array_m2C6DC2EA273DB7F37A3A25116F18AF6DB5192E3B (Il2CppChar* ___outChars0, uint8_t* ___inData1, int32_t ___offset2, int32_t ___length3, bool ___insertLineBreaks4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ConvertToBase64Array_m2C6DC2EA273DB7F37A3A25116F18AF6DB5192E3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Il2CppChar* V_5 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_6 = NULL;
{
int32_t L_0 = ___length3;
V_0 = ((int32_t)((int32_t)L_0%(int32_t)3));
int32_t L_1 = ___offset2;
int32_t L_2 = ___length3;
int32_t L_3 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))));
V_2 = 0;
V_3 = 0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->get_base64Table_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
V_6 = L_5;
if (!L_5)
{
goto IL_001e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_6;
NullCheck(L_6);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))
{
goto IL_0024;
}
}
IL_001e:
{
V_5 = (Il2CppChar*)(((uintptr_t)0));
goto IL_002f;
}
IL_0024:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_6;
NullCheck(L_7);
V_5 = (Il2CppChar*)(((uintptr_t)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_002f:
{
int32_t L_8 = ___offset2;
V_4 = L_8;
goto IL_00f4;
}
IL_0037:
{
bool L_9 = ___insertLineBreaks4;
if (!L_9)
{
goto IL_0060;
}
}
{
int32_t L_10 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)76)))))
{
goto IL_005c;
}
}
{
Il2CppChar* L_11 = ___outChars0;
int32_t L_12 = V_2;
int32_t L_13 = L_12;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2))))) = (int16_t)((int32_t)13);
Il2CppChar* L_14 = ___outChars0;
int32_t L_15 = V_2;
int32_t L_16 = L_15;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2))))) = (int16_t)((int32_t)10);
V_3 = 0;
}
IL_005c:
{
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4));
}
IL_0060:
{
Il2CppChar* L_18 = ___outChars0;
int32_t L_19 = V_2;
Il2CppChar* L_20 = V_5;
uint8_t* L_21 = ___inData1;
int32_t L_22 = V_4;
int32_t L_23 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)L_22)));
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)252)))>>(int32_t)2)))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2))))) = (int16_t)L_24;
Il2CppChar* L_25 = ___outChars0;
int32_t L_26 = V_2;
Il2CppChar* L_27 = V_5;
uint8_t* L_28 = ___inData1;
int32_t L_29 = V_4;
int32_t L_30 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)));
uint8_t* L_31 = ___inData1;
int32_t L_32 = V_4;
int32_t L_33 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)))));
int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_30&(int32_t)3))<<(int32_t)4))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_33&(int32_t)((int32_t)240)))>>(int32_t)4)))))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)))), (int32_t)2))))) = (int16_t)L_34;
Il2CppChar* L_35 = ___outChars0;
int32_t L_36 = V_2;
Il2CppChar* L_37 = V_5;
uint8_t* L_38 = ___inData1;
int32_t L_39 = V_4;
int32_t L_40 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)))));
uint8_t* L_41 = ___inData1;
int32_t L_42 = V_4;
int32_t L_43 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)))));
int32_t L_44 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)15)))<<(int32_t)2))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43&(int32_t)((int32_t)192)))>>(int32_t)6)))))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)2)))), (int32_t)2))))) = (int16_t)L_44;
Il2CppChar* L_45 = ___outChars0;
int32_t L_46 = V_2;
Il2CppChar* L_47 = V_5;
uint8_t* L_48 = ___inData1;
int32_t L_49 = V_4;
int32_t L_50 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)))));
int32_t L_51 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)L_50&(int32_t)((int32_t)63))))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3)))), (int32_t)2))))) = (int16_t)L_51;
int32_t L_52 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)4));
int32_t L_53 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)3));
}
IL_00f4:
{
int32_t L_54 = V_4;
int32_t L_55 = V_1;
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_0037;
}
}
{
int32_t L_56 = V_1;
V_4 = L_56;
bool L_57 = ___insertLineBreaks4;
if (!L_57)
{
goto IL_0125;
}
}
{
int32_t L_58 = V_0;
if (!L_58)
{
goto IL_0125;
}
}
{
int32_t L_59 = V_3;
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)76)))))
{
goto IL_0125;
}
}
{
Il2CppChar* L_60 = ___outChars0;
int32_t L_61 = V_2;
int32_t L_62 = L_61;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_62)), (int32_t)2))))) = (int16_t)((int32_t)13);
Il2CppChar* L_63 = ___outChars0;
int32_t L_64 = V_2;
int32_t L_65 = L_64;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_65)), (int32_t)2))))) = (int16_t)((int32_t)10);
}
IL_0125:
{
int32_t L_66 = V_0;
if ((((int32_t)L_66) == ((int32_t)1)))
{
goto IL_01a8;
}
}
{
int32_t L_67 = V_0;
if ((!(((uint32_t)L_67) == ((uint32_t)2))))
{
goto IL_0204;
}
}
{
Il2CppChar* L_68 = ___outChars0;
int32_t L_69 = V_2;
Il2CppChar* L_70 = V_5;
uint8_t* L_71 = ___inData1;
int32_t L_72 = V_4;
int32_t L_73 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_71, (int32_t)L_72)));
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_73&(int32_t)((int32_t)252)))>>(int32_t)2)))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_69)), (int32_t)2))))) = (int16_t)L_74;
Il2CppChar* L_75 = ___outChars0;
int32_t L_76 = V_2;
Il2CppChar* L_77 = V_5;
uint8_t* L_78 = ___inData1;
int32_t L_79 = V_4;
int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, (int32_t)L_79)));
uint8_t* L_81 = ___inData1;
int32_t L_82 = V_4;
int32_t L_83 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)))));
int32_t L_84 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_77, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_80&(int32_t)3))<<(int32_t)4))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83&(int32_t)((int32_t)240)))>>(int32_t)4)))))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)))), (int32_t)2))))) = (int16_t)L_84;
Il2CppChar* L_85 = ___outChars0;
int32_t L_86 = V_2;
Il2CppChar* L_87 = V_5;
uint8_t* L_88 = ___inData1;
int32_t L_89 = V_4;
int32_t L_90 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_88, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)))));
int32_t L_91 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90&(int32_t)((int32_t)15)))<<(int32_t)2)))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)2)))), (int32_t)2))))) = (int16_t)L_91;
Il2CppChar* L_92 = ___outChars0;
int32_t L_93 = V_2;
Il2CppChar* L_94 = V_5;
int32_t L_95 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_94, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)64))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)3)))), (int32_t)2))))) = (int16_t)L_95;
int32_t L_96 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)4));
goto IL_0204;
}
IL_01a8:
{
Il2CppChar* L_97 = ___outChars0;
int32_t L_98 = V_2;
Il2CppChar* L_99 = V_5;
uint8_t* L_100 = ___inData1;
int32_t L_101 = V_4;
int32_t L_102 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_100, (int32_t)L_101)));
int32_t L_103 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_99, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_102&(int32_t)((int32_t)252)))>>(int32_t)2)))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_98)), (int32_t)2))))) = (int16_t)L_103;
Il2CppChar* L_104 = ___outChars0;
int32_t L_105 = V_2;
Il2CppChar* L_106 = V_5;
uint8_t* L_107 = ___inData1;
int32_t L_108 = V_4;
int32_t L_109 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_107, (int32_t)L_108)));
int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_109&(int32_t)3))<<(int32_t)4)))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_104, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)))), (int32_t)2))))) = (int16_t)L_110;
Il2CppChar* L_111 = ___outChars0;
int32_t L_112 = V_2;
Il2CppChar* L_113 = V_5;
int32_t L_114 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_113, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)64))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)2)))), (int32_t)2))))) = (int16_t)L_114;
Il2CppChar* L_115 = ___outChars0;
int32_t L_116 = V_2;
Il2CppChar* L_117 = V_5;
int32_t L_118 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_117, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)64))), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)3)))), (int32_t)2))))) = (int16_t)L_118;
int32_t L_119 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)4));
}
IL_0204:
{
V_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
int32_t L_120 = V_2;
return L_120;
}
}
// System.Int32 System.Convert::ToBase64_CalculateAndValidateOutputLength(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6 (int32_t ___inputLength0, bool ___insertLineBreaks1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
int64_t G_B2_0 = 0;
int64_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int64_t G_B3_1 = 0;
{
int32_t L_0 = ___inputLength0;
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_0)))/(int64_t)(((int64_t)((int64_t)3))))), (int64_t)(((int64_t)((int64_t)4)))));
int64_t L_1 = V_0;
int32_t L_2 = ___inputLength0;
G_B1_0 = L_1;
if (((int32_t)((int32_t)L_2%(int32_t)3)))
{
G_B2_0 = L_1;
goto IL_0012;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 4;
G_B3_1 = G_B2_0;
}
IL_0013:
{
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)G_B3_1, (int64_t)(((int64_t)((int64_t)G_B3_0)))));
int64_t L_3 = V_0;
if (L_3)
{
goto IL_001b;
}
}
{
return 0;
}
IL_001b:
{
bool L_4 = ___insertLineBreaks1;
if (!L_4)
{
goto IL_0037;
}
}
{
int64_t L_5 = V_0;
V_1 = ((int64_t)((int64_t)L_5/(int64_t)(((int64_t)((int64_t)((int32_t)76))))));
int64_t L_6 = V_0;
if (((int64_t)((int64_t)L_6%(int64_t)(((int64_t)((int64_t)((int32_t)76)))))))
{
goto IL_0030;
}
}
{
int64_t L_7 = V_1;
V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_7, (int64_t)(((int64_t)((int64_t)1)))));
}
IL_0030:
{
int64_t L_8 = V_0;
int64_t L_9 = V_1;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)2)))))));
}
IL_0037:
{
int64_t L_10 = V_0;
if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0046;
}
}
{
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_11 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Convert_ToBase64_CalculateAndValidateOutputLength_m1FAAD592F5E302E59EAB90CB292DD02505C2A0E6_RuntimeMethod_var);
}
IL_0046:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Byte[] System.Convert::FromBase64String(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
V_1 = L_2;
String_t* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
}
IL_001e:
{
Il2CppChar* L_7 = V_0;
String_t* L_8 = ___s0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = Convert_FromBase64CharPtr_mBE2FEB558FE590EDCC320D6B864726889274B451((Il2CppChar*)(Il2CppChar*)L_7, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Byte[] System.Convert::FromBase64CharPtr(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64CharPtr_mBE2FEB558FE590EDCC320D6B864726889274B451 (Il2CppChar* ___inputPtr0, int32_t ___inputLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_FromBase64CharPtr_mBE2FEB558FE590EDCC320D6B864726889274B451_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
uint8_t* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B9_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B10_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B11_0 = NULL;
{
goto IL_0025;
}
IL_0002:
{
Il2CppChar* L_0 = ___inputPtr0;
int32_t L_1 = ___inputLength1;
int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))), (int32_t)2)))));
V_1 = L_2;
int32_t L_3 = V_1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)32))))
{
goto IL_0020;
}
}
{
int32_t L_4 = V_1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)10))))
{
goto IL_0020;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)13))))
{
goto IL_0020;
}
}
{
int32_t L_6 = V_1;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9)))))
{
goto IL_0029;
}
}
IL_0020:
{
int32_t L_7 = ___inputLength1;
___inputLength1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
}
IL_0025:
{
int32_t L_8 = ___inputLength1;
if ((((int32_t)L_8) > ((int32_t)0)))
{
goto IL_0002;
}
}
IL_0029:
{
Il2CppChar* L_9 = ___inputPtr0;
int32_t L_10 = ___inputLength1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_11 = Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622((Il2CppChar*)(Il2CppChar*)L_9, L_10, /*hidden argument*/NULL);
V_0 = L_11;
int32_t L_12 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
V_3 = L_15;
G_B8_0 = L_14;
if (!L_15)
{
G_B9_0 = L_14;
goto IL_0041;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_3;
NullCheck(L_16);
G_B9_0 = G_B8_0;
if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
{
G_B10_0 = G_B8_0;
goto IL_0046;
}
}
IL_0041:
{
V_2 = (uint8_t*)(((uintptr_t)0));
G_B11_0 = G_B9_0;
goto IL_004f;
}
IL_0046:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_3;
NullCheck(L_17);
V_2 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B11_0 = G_B10_0;
}
IL_004f:
{
Il2CppChar* L_18 = ___inputPtr0;
int32_t L_19 = ___inputLength1;
uint8_t* L_20 = V_2;
int32_t L_21 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82((Il2CppChar*)(Il2CppChar*)L_18, L_19, (uint8_t*)(uint8_t*)L_20, L_21, /*hidden argument*/NULL);
V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
return G_B11_0;
}
}
// System.Int32 System.Convert::FromBase64_Decode(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82 (Il2CppChar* ___startInputPtr0, int32_t ___inputLength1, uint8_t* ___startDestPtr2, int32_t ___destLength3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
uint8_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
uint8_t* V_3 = NULL;
uint32_t V_4 = 0;
uint32_t V_5 = 0;
int32_t V_6 = 0;
{
Il2CppChar* L_0 = ___startInputPtr0;
V_0 = (Il2CppChar*)L_0;
uint8_t* L_1 = ___startDestPtr2;
V_1 = (uint8_t*)L_1;
Il2CppChar* L_2 = V_0;
int32_t L_3 = ___inputLength1;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2))));
uint8_t* L_4 = V_1;
int32_t L_5 = ___destLength3;
V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5));
V_5 = ((int32_t)255);
}
IL_0016:
{
Il2CppChar* L_6 = V_0;
Il2CppChar* L_7 = V_2;
if ((!(((uintptr_t)L_6) < ((uintptr_t)L_7))))
{
goto IL_01c8;
}
}
{
Il2CppChar* L_8 = V_0;
int32_t L_9 = *((uint16_t*)L_8);
V_4 = L_9;
Il2CppChar* L_10 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2));
uint32_t L_11 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)65)))) <= ((uint32_t)((int32_t)25)))))
{
goto IL_0037;
}
}
{
uint32_t L_12 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)65)));
goto IL_00a7;
}
IL_0037:
{
uint32_t L_13 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
{
goto IL_0049;
}
}
{
uint32_t L_14 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)71)));
goto IL_00a7;
}
IL_0049:
{
uint32_t L_15 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)48)))) <= ((uint32_t)((int32_t)9)))))
{
goto IL_005b;
}
}
{
uint32_t L_16 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)-4)));
goto IL_00a7;
}
IL_005b:
{
uint32_t L_17 = V_4;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)32)))))
{
goto IL_0077;
}
}
{
uint32_t L_18 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)9)))) > ((uint32_t)1))))
{
goto IL_0016;
}
}
{
uint32_t L_19 = V_4;
if ((((int32_t)L_19) == ((int32_t)((int32_t)13))))
{
goto IL_0016;
}
}
{
uint32_t L_20 = V_4;
if ((((int32_t)L_20) == ((int32_t)((int32_t)32))))
{
goto IL_0016;
}
}
{
goto IL_0097;
}
IL_0077:
{
uint32_t L_21 = V_4;
if ((((int32_t)L_21) == ((int32_t)((int32_t)43))))
{
goto IL_008b;
}
}
{
uint32_t L_22 = V_4;
if ((((int32_t)L_22) == ((int32_t)((int32_t)47))))
{
goto IL_0091;
}
}
{
uint32_t L_23 = V_4;
if ((((int32_t)L_23) == ((int32_t)((int32_t)61))))
{
goto IL_00f1;
}
}
{
goto IL_0097;
}
IL_008b:
{
V_4 = ((int32_t)62);
goto IL_00a7;
}
IL_0091:
{
V_4 = ((int32_t)63);
goto IL_00a7;
}
IL_0097:
{
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8F7ECF552BF6FB86CD369CCC08EDC822619395BA, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_25 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var);
}
IL_00a7:
{
uint32_t L_26 = V_5;
uint32_t L_27 = V_4;
V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_26<<(int32_t)6))|(int32_t)L_27));
uint32_t L_28 = V_5;
if (!((int32_t)((int32_t)L_28&(int32_t)((int32_t)-2147483648LL))))
{
goto IL_0016;
}
}
{
uint8_t* L_29 = V_3;
uint8_t* L_30 = V_1;
if ((((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_29, (intptr_t)L_30))/(int32_t)1))))))))) >= ((int32_t)3)))
{
goto IL_00c9;
}
}
{
return (-1);
}
IL_00c9:
{
uint8_t* L_31 = V_1;
uint32_t L_32 = V_5;
*((int8_t*)L_31) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_32>>((int32_t)16))))));
uint8_t* L_33 = V_1;
uint32_t L_34 = V_5;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)1))) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_34>>8)))));
uint8_t* L_35 = V_1;
uint32_t L_36 = V_5;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2))) = (int8_t)(((int32_t)((uint8_t)L_36)));
uint8_t* L_37 = V_1;
V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)3));
V_5 = ((int32_t)255);
goto IL_0016;
}
IL_00f1:
{
Il2CppChar* L_38 = V_0;
Il2CppChar* L_39 = V_2;
if ((!(((uintptr_t)L_38) == ((uintptr_t)L_39))))
{
goto IL_0164;
}
}
{
uint32_t L_40 = V_5;
V_5 = ((int32_t)((int32_t)L_40<<(int32_t)6));
uint32_t L_41 = V_5;
if (((int32_t)((int32_t)L_41&(int32_t)((int32_t)-2147483648LL))))
{
goto IL_0115;
}
}
{
String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral223DE1BFCB7230443EA0B00CBFE02D9443CF6BB1, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_43 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_43, L_42, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, NULL, Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var);
}
IL_0115:
{
uint8_t* L_44 = V_3;
uint8_t* L_45 = V_1;
if ((((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_44, (intptr_t)L_45))/(int32_t)1))))))))) >= ((int32_t)2)))
{
goto IL_0121;
}
}
{
return (-1);
}
IL_0121:
{
uint8_t* L_46 = V_1;
uint8_t* L_47 = (uint8_t*)L_46;
V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)1));
uint32_t L_48 = V_5;
*((int8_t*)L_47) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_48>>((int32_t)16))))));
uint8_t* L_49 = V_1;
uint8_t* L_50 = (uint8_t*)L_49;
V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_50, (int32_t)1));
uint32_t L_51 = V_5;
*((int8_t*)L_50) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_51>>8)))));
V_5 = ((int32_t)255);
goto IL_01c8;
}
IL_0144:
{
Il2CppChar* L_52 = V_0;
int32_t L_53 = *((uint16_t*)L_52);
V_6 = L_53;
int32_t L_54 = V_6;
if ((((int32_t)L_54) == ((int32_t)((int32_t)32))))
{
goto IL_0160;
}
}
{
int32_t L_55 = V_6;
if ((((int32_t)L_55) == ((int32_t)((int32_t)10))))
{
goto IL_0160;
}
}
{
int32_t L_56 = V_6;
if ((((int32_t)L_56) == ((int32_t)((int32_t)13))))
{
goto IL_0160;
}
}
{
int32_t L_57 = V_6;
if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)9)))))
{
goto IL_016a;
}
}
IL_0160:
{
Il2CppChar* L_58 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)2));
}
IL_0164:
{
Il2CppChar* L_59 = V_0;
Il2CppChar* L_60 = V_2;
if ((!(((uintptr_t)L_59) >= ((uintptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_60, (int32_t)2))))))
{
goto IL_0144;
}
}
IL_016a:
{
Il2CppChar* L_61 = V_0;
Il2CppChar* L_62 = V_2;
if ((!(((uintptr_t)L_61) == ((uintptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_62, (int32_t)2))))))
{
goto IL_01b8;
}
}
{
Il2CppChar* L_63 = V_0;
int32_t L_64 = *((uint16_t*)L_63);
if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)61)))))
{
goto IL_01b8;
}
}
{
uint32_t L_65 = V_5;
V_5 = ((int32_t)((int32_t)L_65<<(int32_t)((int32_t)12)));
uint32_t L_66 = V_5;
if (((int32_t)((int32_t)L_66&(int32_t)((int32_t)-2147483648LL))))
{
goto IL_0197;
}
}
{
String_t* L_67 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral223DE1BFCB7230443EA0B00CBFE02D9443CF6BB1, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_68 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_68, L_67, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, NULL, Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var);
}
IL_0197:
{
uint8_t* L_69 = V_3;
uint8_t* L_70 = V_1;
if ((((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_69, (intptr_t)L_70))/(int32_t)1))))))))) >= ((int32_t)1)))
{
goto IL_01a3;
}
}
{
return (-1);
}
IL_01a3:
{
uint8_t* L_71 = V_1;
uint8_t* L_72 = (uint8_t*)L_71;
V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)1));
uint32_t L_73 = V_5;
*((int8_t*)L_72) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_73>>((int32_t)16))))));
V_5 = ((int32_t)255);
goto IL_01c8;
}
IL_01b8:
{
String_t* L_74 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8F7ECF552BF6FB86CD369CCC08EDC822619395BA, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_75 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_75, L_74, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, NULL, Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var);
}
IL_01c8:
{
uint32_t L_76 = V_5;
if ((((int32_t)L_76) == ((int32_t)((int32_t)255))))
{
goto IL_01e1;
}
}
{
String_t* L_77 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral223DE1BFCB7230443EA0B00CBFE02D9443CF6BB1, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_78 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_78, L_77, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, NULL, Convert_FromBase64_Decode_mB5184595EE5894141A3943224A628FA9427DBB82_RuntimeMethod_var);
}
IL_01e1:
{
uint8_t* L_79 = V_1;
uint8_t* L_80 = ___startDestPtr2;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_79, (intptr_t)L_80))/(int32_t)1))))))));
}
}
// System.Int32 System.Convert::FromBase64_ComputeResultLength(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622 (Il2CppChar* ___inputPtr0, int32_t ___inputLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint32_t V_3 = 0;
{
Il2CppChar* L_0 = ___inputPtr0;
int32_t L_1 = ___inputLength1;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
int32_t L_2 = ___inputLength1;
V_1 = L_2;
V_2 = 0;
goto IL_002d;
}
IL_000d:
{
Il2CppChar* L_3 = ___inputPtr0;
int32_t L_4 = *((uint16_t*)L_3);
V_3 = L_4;
Il2CppChar* L_5 = ___inputPtr0;
___inputPtr0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2));
uint32_t L_6 = V_3;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)32)))))
{
goto IL_0020;
}
}
{
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_002d;
}
IL_0020:
{
uint32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)61)))))
{
goto IL_002d;
}
}
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_002d:
{
Il2CppChar* L_11 = ___inputPtr0;
Il2CppChar* L_12 = V_0;
if ((!(((uintptr_t)L_11) >= ((uintptr_t)L_12))))
{
goto IL_000d;
}
}
{
int32_t L_13 = V_2;
if (!L_13)
{
goto IL_0054;
}
}
{
int32_t L_14 = V_2;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_003c;
}
}
{
V_2 = 2;
goto IL_0054;
}
IL_003c:
{
int32_t L_15 = V_2;
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
{
goto IL_0044;
}
}
{
V_2 = 1;
goto IL_0054;
}
IL_0044:
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8F7ECF552BF6FB86CD369CCC08EDC822619395BA, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, Convert_FromBase64_ComputeResultLength_mEE0DB67C66BAFD2BD1738DF94FDDD571E182B622_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_18 = V_1;
int32_t L_19 = V_2;
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_18/(int32_t)4)), (int32_t)3)), (int32_t)L_19));
}
}
// System.Void System.Convert::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Convert__cctor_m04895F6ACC7D3D4BC92FC0CB5F24EBBEDF7FA9D1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Convert__cctor_m04895F6ACC7D3D4BC92FC0CB5F24EBBEDF7FA9D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_0 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_1 = L_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_4 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_6, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_6, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_7 = L_4;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_10 = L_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_12, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_12, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_13 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_15, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_15, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_16 = L_13;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) };
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_18, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_18, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_19 = L_16;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_21, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_21, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_22 = L_19;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_25 = L_22;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var) };
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_27, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_27, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_28 = L_25;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_29, /*hidden argument*/NULL);
NullCheck(L_28);
ArrayElementTypeCheck (L_28, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_30, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_30, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_31 = L_28;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_32 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var) };
Type_t * L_33 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_32, /*hidden argument*/NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_33, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_33, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_34 = L_31;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_36, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_36, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_37 = L_34;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_39, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_39, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_40 = L_37;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_41 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
Type_t * L_42 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_41, /*hidden argument*/NULL);
NullCheck(L_40);
ArrayElementTypeCheck (L_40, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_42, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_42, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_43 = L_40;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var) };
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_45, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_45, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_46 = L_43;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_47 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var) };
Type_t * L_48 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_47, /*hidden argument*/NULL);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_48, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_48, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_49 = L_46;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_50 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
Type_t * L_51 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_50, /*hidden argument*/NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_51, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_51, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_52 = L_49;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_53 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_54 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_53, /*hidden argument*/NULL);
NullCheck(L_52);
ArrayElementTypeCheck (L_52, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_54, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_54, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_55 = L_52;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_56 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_57 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_56, /*hidden argument*/NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_57, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_57, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->set_ConvertTypes_0(L_55);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_58 = { reinterpret_cast<intptr_t> (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var) };
Type_t * L_59 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_58, /*hidden argument*/NULL);
((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->set_EnumType_1(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_59, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_61 = L_60;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_62 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A1319B706116AB2C6D44483F60A7D0ACEA543396_89_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_61, L_62, /*hidden argument*/NULL);
((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->set_base64Table_2(L_61);
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_63 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
((Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var))->set_DBNull_3(L_63);
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.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B2_0 = NULL;
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B3_1 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142(__this, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
NullCheck(L_0);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_1 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
__this->set__compareInfo_4(L_1);
bool L_2 = ___ignoreCase1;
__this->set__ignoreCase_5(L_2);
bool L_3 = ___ignoreCase1;
G_B1_0 = __this;
if (L_3)
{
G_B2_0 = __this;
goto IL_0020;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0021;
}
IL_0020:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0021:
{
NullCheck(G_B3_1);
G_B3_1->set__options_6(G_B3_0);
return;
}
}
// System.Int32 System.CultureAwareComparer::Compare(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_Compare_mFAC57FE09A32284BFD0A6341DAEDE699CD8F7875 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___x0;
String_t* L_1 = ___y1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
String_t* L_2 = ___x0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
String_t* L_3 = ___y1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = __this->get__compareInfo_4();
String_t* L_5 = ___x0;
String_t* L_6 = ___y1;
int32_t L_7 = __this->get__options_6();
NullCheck(L_4);
int32_t L_8 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, L_7);
return L_8;
}
}
// System.Boolean System.CultureAwareComparer::Equals(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_mB8AECEA6632EF58EAC9885DF10E85746F37D250F (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___x0;
String_t* L_1 = ___y1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
String_t* L_2 = ___x0;
if (!L_2)
{
goto IL_000c;
}
}
{
String_t* L_3 = ___y1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = __this->get__compareInfo_4();
String_t* L_5 = ___x0;
String_t* L_6 = ___y1;
int32_t L_7 = __this->get__options_6();
NullCheck(L_4);
int32_t L_8 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, L_7);
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 System.CultureAwareComparer::GetHashCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_RuntimeMethod_var);
}
IL_000e:
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_2 = __this->get__compareInfo_4();
String_t* L_3 = ___obj0;
int32_t L_4 = __this->get__options_6();
NullCheck(L_2);
int32_t L_5 = CompareInfo_GetHashCodeOfString_m91DE0691957416A2BBC9AADD8D4AE2A2885A5AB3(L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.CultureAwareComparer::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)IsInstSealed((RuntimeObject*)L_0, CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var));
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
bool L_2 = __this->get__ignoreCase_5();
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get__ignoreCase_5();
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_003e;
}
}
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_5 = __this->get__compareInfo_4();
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_6 = V_0;
NullCheck(L_6);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = L_6->get__compareInfo_4();
NullCheck(L_5);
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7);
if (!L_8)
{
goto IL_003c;
}
}
{
int32_t L_9 = __this->get__options_6();
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = L_10->get__options_6();
return (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0);
}
IL_003c:
{
return (bool)0;
}
IL_003e:
{
return (bool)0;
}
}
// System.Int32 System.CultureAwareComparer::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m79D2648739C821E743AEE4E15471D9C58F86BAF8 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get__compareInfo_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
V_0 = L_1;
bool L_2 = __this->get__ignoreCase_5();
if (L_2)
{
goto IL_0016;
}
}
{
int32_t L_3 = V_0;
return L_3;
}
IL_0016:
{
int32_t L_4 = V_0;
return ((~L_4));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.CurrentSystemTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4 (CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_il2cpp_TypeInfo_var);
TimeZone__ctor_mBD56855E65E61A15C21F434032207DF5469CEF31(__this, /*hidden argument*/NULL);
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_0 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
__this->set_LocalTimeZone_1(L_0);
return;
}
}
// System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]U26,System.String[]U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF (int32_t ___year0, Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** ___data1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___names2, bool* ___daylight_inverted3, const RuntimeMethod* method)
{
typedef bool (*CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF_ftn) (int32_t, Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, bool*);
using namespace il2cpp::icalls;
return ((CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF_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()
extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.DBNull::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0BD33FDF3EDF96B20C8F243E32B177CA52FB1519, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_RuntimeMethod_var);
}
}
// System.Void System.DBNull::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DBNull_GetObjectData_m016A085169FBF833FC9E299490B6BB5CE5D1BDDF (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E(L_0, 2, (String_t*)NULL, (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.String System.DBNull::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_0;
}
}
// System.String System.DBNull::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_0;
}
}
// System.TypeCode System.DBNull::GetTypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DBNull_GetTypeCode_mA65EEE6FD352AA9B71AD3C254EC4BE4AF28DB655 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Boolean System.DBNull::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_RuntimeMethod_var);
}
}
// System.Char System.DBNull::System.IConvertible.ToChar(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_RuntimeMethod_var);
}
}
// System.SByte System.DBNull::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_RuntimeMethod_var);
}
}
// System.Byte System.DBNull::System.IConvertible.ToByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_RuntimeMethod_var);
}
}
// System.Int16 System.DBNull::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_RuntimeMethod_var);
}
}
// System.UInt16 System.DBNull::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_RuntimeMethod_var);
}
}
// System.Int32 System.DBNull::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_RuntimeMethod_var);
}
}
// System.UInt32 System.DBNull::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_RuntimeMethod_var);
}
}
// System.Int64 System.DBNull::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_RuntimeMethod_var);
}
}
// System.UInt64 System.DBNull::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_RuntimeMethod_var);
}
}
// System.Single System.DBNull::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_RuntimeMethod_var);
}
}
// System.Double System.DBNull::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_RuntimeMethod_var);
}
}
// System.Decimal System.DBNull::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_RuntimeMethod_var);
}
}
// System.DateTime System.DBNull::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_RuntimeMethod_var);
}
}
// System.Object System.DBNull::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
RuntimeObject* L_1 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_2 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.DBNull::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)il2cpp_codegen_object_new(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996(L_0, /*hidden argument*/NULL);
((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->set_Value_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.DTSubString
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled)
{
marshaled.___s_0 = il2cpp_codegen_marshal_string(unmarshaled.get_s_0());
marshaled.___index_1 = unmarshaled.get_index_1();
marshaled.___length_2 = unmarshaled.get_length_2();
marshaled.___type_3 = unmarshaled.get_type_3();
marshaled.___value_4 = unmarshaled.get_value_4();
}
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke_back(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled)
{
unmarshaled.set_s_0(il2cpp_codegen_marshal_string_result(marshaled.___s_0));
int32_t unmarshaled_index_temp_1 = 0;
unmarshaled_index_temp_1 = marshaled.___index_1;
unmarshaled.set_index_1(unmarshaled_index_temp_1);
int32_t unmarshaled_length_temp_2 = 0;
unmarshaled_length_temp_2 = marshaled.___length_2;
unmarshaled.set_length_2(unmarshaled_length_temp_2);
int32_t unmarshaled_type_temp_3 = 0;
unmarshaled_type_temp_3 = marshaled.___type_3;
unmarshaled.set_type_3(unmarshaled_type_temp_3);
int32_t unmarshaled_value_temp_4 = 0;
unmarshaled_value_temp_4 = marshaled.___value_4;
unmarshaled.set_value_4(unmarshaled_value_temp_4);
}
// Conversion method for clean up from marshalling of: System.DTSubString
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke_cleanup(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___s_0);
marshaled.___s_0 = NULL;
}
// Conversion methods for marshalling of: System.DTSubString
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled)
{
marshaled.___s_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_s_0());
marshaled.___index_1 = unmarshaled.get_index_1();
marshaled.___length_2 = unmarshaled.get_length_2();
marshaled.___type_3 = unmarshaled.get_type_3();
marshaled.___value_4 = unmarshaled.get_value_4();
}
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com_back(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled)
{
unmarshaled.set_s_0(il2cpp_codegen_marshal_bstring_result(marshaled.___s_0));
int32_t unmarshaled_index_temp_1 = 0;
unmarshaled_index_temp_1 = marshaled.___index_1;
unmarshaled.set_index_1(unmarshaled_index_temp_1);
int32_t unmarshaled_length_temp_2 = 0;
unmarshaled_length_temp_2 = marshaled.___length_2;
unmarshaled.set_length_2(unmarshaled_length_temp_2);
int32_t unmarshaled_type_temp_3 = 0;
unmarshaled_type_temp_3 = marshaled.___type_3;
unmarshaled.set_type_3(unmarshaled_type_temp_3);
int32_t unmarshaled_value_temp_4 = 0;
unmarshaled_value_temp_4 = marshaled.___value_4;
unmarshaled.set_value_4(unmarshaled_value_temp_4);
}
// Conversion method for clean up from marshalling of: System.DTSubString
extern "C" void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com_cleanup(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___s_0);
marshaled.___s_0 = NULL;
}
// System.Char System.DTSubString::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99 (DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * __this, int32_t ___relativeIndex0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_s_0();
int32_t L_1 = __this->get_index_1();
int32_t L_2 = ___relativeIndex0;
NullCheck(L_0);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
extern "C" Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99_AdjustorThunk (RuntimeObject * __this, int32_t ___relativeIndex0, const RuntimeMethod* method)
{
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * _thisAdjusted = reinterpret_cast<DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *>(__this + 1);
return DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99(_thisAdjusted, ___relativeIndex0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.DateTime::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)(((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_0026;
}
}
IL_0011:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_RuntimeMethod_var);
}
IL_0026:
{
int64_t L_4 = ___ticks0;
__this->set_dateData_44(L_4);
return;
}
}
extern "C" void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C(_thisAdjusted, ___ticks0, method);
}
// System.Void System.DateTime::.ctor(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, uint64_t ___dateData0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___dateData0;
__this->set_dateData_44(L_0);
return;
}
}
extern "C" void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_AdjustorThunk (RuntimeObject * __this, uint64_t ___dateData0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E(_thisAdjusted, ___dateData0, method);
}
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)(((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_0026;
}
}
IL_0011:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_4 = ___kind1;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_5 = ___kind1;
if ((((int32_t)L_5) <= ((int32_t)2)))
{
goto IL_0043;
}
}
IL_002e:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var);
}
IL_0043:
{
int64_t L_8 = ___ticks0;
int32_t L_9 = ___kind1;
__this->set_dateData_44(((int64_t)((int64_t)L_8|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_9)))<<(int32_t)((int32_t)62))))));
return;
}
}
extern "C" void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F(_thisAdjusted, ___ticks0, ___kind1, method);
}
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t G_B5_0 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B5_1 = NULL;
int64_t G_B4_0 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B4_1 = NULL;
int64_t G_B6_0 = 0;
int64_t G_B6_1 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B6_2 = NULL;
{
int64_t L_0 = ___ticks0;
if ((((int64_t)L_0) < ((int64_t)(((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_0026;
}
}
IL_0011:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_RuntimeMethod_var);
}
IL_0026:
{
int64_t L_4 = ___ticks0;
bool L_5 = ___isAmbiguousDst2;
G_B4_0 = L_4;
G_B4_1 = __this;
if (L_5)
{
G_B5_0 = L_4;
G_B5_1 = __this;
goto IL_0036;
}
}
{
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_003f;
}
IL_0036:
{
G_B6_0 = ((int64_t)-4611686018427387904LL);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_003f:
{
G_B6_2->set_dateData_44(((int64_t)((int64_t)G_B6_1|(int64_t)G_B6_0)));
return;
}
}
extern "C" void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84(_thisAdjusted, ___ticks0, ___kind1, ___isAmbiguousDst2, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___year0;
int32_t L_1 = ___month1;
int32_t L_2 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_3 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_0, L_1, L_2, /*hidden argument*/NULL);
__this->set_dateData_44(L_3);
return;
}
}
extern "C" void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A(_thisAdjusted, ___year0, ___month1, ___day2, method);
}
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __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_method (DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___year0;
int32_t L_1 = ___month1;
int32_t L_2 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_3 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_0, L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = ___hour3;
int32_t L_5 = ___minute4;
int32_t L_6 = ___second5;
int64_t L_7 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_4, L_5, L_6, /*hidden argument*/NULL);
__this->set_dateData_44(((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)L_7)));
return;
}
}
extern "C" void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_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_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667(_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)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __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_method (DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_MetadataUsageId);
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_001f;
}
}
IL_000a:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_RuntimeMethod_var);
}
IL_001f:
{
int32_t L_4 = ___year0;
int32_t L_5 = ___month1;
int32_t L_6 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_7 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_4, L_5, L_6, /*hidden argument*/NULL);
int32_t L_8 = ___hour3;
int32_t L_9 = ___minute4;
int32_t L_10 = ___second5;
int64_t L_11 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_8, L_9, L_10, /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_11));
int64_t L_12 = V_0;
int32_t L_13 = ___kind6;
__this->set_dateData_44(((int64_t)((int64_t)L_12|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_13)))<<(int32_t)((int32_t)62))))));
return;
}
}
extern "C" void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_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_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE(_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)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_MetadataUsageId);
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_003f;
}
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
int32_t L_4 = 0;
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
int32_t L_7 = ((int32_t)999);
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var);
}
IL_003f:
{
int32_t L_11 = ___year0;
int32_t L_12 = ___month1;
int32_t L_13 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_14 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_11, L_12, L_13, /*hidden argument*/NULL);
int32_t L_15 = ___hour3;
int32_t L_16 = ___minute4;
int32_t L_17 = ___second5;
int64_t L_18 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_15, L_16, L_17, /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)L_18));
int64_t L_19 = V_0;
int32_t L_20 = ___millisecond6;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_20))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
int64_t L_21 = V_0;
if ((((int64_t)L_21) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0072;
}
}
{
int64_t L_22 = V_0;
if ((((int64_t)L_22) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0082;
}
}
IL_0072:
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var);
}
IL_0082:
{
int64_t L_25 = V_0;
__this->set_dateData_44(L_25);
return;
}
}
extern "C" void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_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_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, method);
}
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int64_t V_2 = 0;
uint64_t V_3 = 0;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_4 = NULL;
int64_t V_5 = 0;
String_t* V_6 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
}
IL_000e:
{
V_0 = (bool)0;
V_1 = (bool)0;
V_2 = (((int64_t)((int64_t)0)));
V_3 = (((int64_t)((int64_t)0)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_3 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_2, /*hidden argument*/NULL);
V_4 = L_3;
goto IL_0073;
}
IL_0022:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = V_4;
NullCheck(L_4);
String_t* L_5 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_4, /*hidden argument*/NULL);
V_6 = L_5;
String_t* L_6 = V_6;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0049;
}
}
{
String_t* L_8 = V_6;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
if (L_9)
{
goto IL_005f;
}
}
{
goto IL_0073;
}
IL_0049:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_10 = V_4;
NullCheck(L_10);
RuntimeObject * L_11 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_13 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_11, L_12, /*hidden argument*/NULL);
V_2 = L_13;
V_0 = (bool)1;
goto IL_0073;
}
IL_005f:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_14 = V_4;
NullCheck(L_14);
RuntimeObject * L_15 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_17 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_15, L_16, /*hidden argument*/NULL);
V_3 = L_17;
V_1 = (bool)1;
}
IL_0073:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_18 = V_4;
NullCheck(L_18);
bool L_19 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_18, /*hidden argument*/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->set_dateData_44(L_21);
goto IL_00a4;
}
IL_0088:
{
bool L_22 = V_0;
if (!L_22)
{
goto IL_0094;
}
}
{
int64_t L_23 = V_2;
__this->set_dateData_44(L_23);
goto IL_00a4;
}
IL_0094:
{
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral60C475AA86353C499DE2FA8877E87D44031CE593, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_25 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
}
IL_00a4:
{
int64_t L_26 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_5 = L_26;
int64_t L_27 = V_5;
if ((((int64_t)L_27) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00bf;
}
}
{
int64_t L_28 = V_5;
if ((((int64_t)L_28) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_00cf;
}
}
IL_00bf:
{
String_t* L_29 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral01A3CEF9C82C7345C59662510E0B421C6A6BDCFD, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_30 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_30, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NULL, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
}
IL_00cf:
{
return;
}
}
extern "C" void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E(_thisAdjusted, ___info0, ___context1, method);
}
// System.Int64 System.DateTime::get_InternalTicks()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_dateData_44();
return ((int64_t)((int64_t)L_0&(int64_t)((int64_t)4611686018427387903LL)));
}
}
extern "C" int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469(_thisAdjusted, method);
}
// System.UInt64 System.DateTime::get_InternalKind()
extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_dateData_44();
return ((int64_t)((int64_t)L_0&(int64_t)((int64_t)-4611686018427387904LL)));
}
}
extern "C" uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42(_thisAdjusted, method);
}
// System.DateTime System.DateTime::Add(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
int64_t L_1 = L_0.get__ticks_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
double G_B2_0 = 0.0;
double G_B1_0 = 0.0;
double G_B3_0 = 0.0;
double G_B3_1 = 0.0;
IL_0000:
try
{ // begin try (depth: 1)
{
double L_0 = ___value0;
int32_t L_1 = ___scale1;
double L_2 = ___value0;
G_B1_0 = ((double)il2cpp_codegen_multiply((double)L_0, (double)(((double)((double)L_1)))));
if ((((double)L_2) >= ((double)(0.0))))
{
G_B2_0 = ((double)il2cpp_codegen_multiply((double)L_0, (double)(((double)((double)L_1)))));
goto IL_001b;
}
}
IL_0010:
{
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:
{
if (((double)il2cpp_codegen_add((double)G_B3_1, (double)G_B3_0)) > (double)(std::numeric_limits<int64_t>::max())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, NULL);
V_0 = (((int64_t)((int64_t)((double)il2cpp_codegen_add((double)G_B3_1, (double)G_B3_0)))));
goto IL_003f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0029;
throw e;
}
CATCH_0029:
{ // begin catch(System.OverflowException)
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var);
} // end catch (depth: 1)
IL_003f:
{
int64_t L_5 = V_0;
if ((((int64_t)L_5) <= ((int64_t)((int64_t)-315537897600000LL))))
{
goto IL_0057;
}
}
{
int64_t L_6 = V_0;
if ((((int64_t)L_6) < ((int64_t)((int64_t)315537897600000LL))))
{
goto IL_006c;
}
}
IL_0057:
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var);
}
IL_006c:
{
int64_t L_9 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((int32_t)10000)))))), /*hidden argument*/NULL);
return L_10;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_AdjustorThunk (RuntimeObject * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524(_thisAdjusted, ___value0, ___scale1, method);
}
// System.DateTime System.DateTime::AddDays(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, ((int32_t)86400000), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, 1, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::AddMonths(System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___months0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
int32_t 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_0025;
}
}
IL_0010:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B5A448C29B008BE58461324EB08382F6A1DA419, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var);
}
IL_0025:
{
int32_t L_4 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 0, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 2, /*hidden argument*/NULL);
V_1 = L_5;
int32_t L_6 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 3, /*hidden argument*/NULL);
V_2 = L_6;
int32_t L_7 = V_1;
int32_t L_8 = ___months0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)L_8));
int32_t L_9 = V_3;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0057;
}
}
{
int32_t L_10 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)12))), (int32_t)1));
int32_t L_11 = V_0;
int32_t L_12 = V_3;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)12)))));
goto IL_006b;
}
IL_0057:
{
int32_t L_13 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))%(int32_t)((int32_t)12)))));
int32_t L_14 = V_0;
int32_t L_15 = V_3;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)11)))/(int32_t)((int32_t)12)))));
}
IL_006b:
{
int32_t L_16 = V_0;
if ((((int32_t)L_16) < ((int32_t)1)))
{
goto IL_0077;
}
}
{
int32_t L_17 = V_0;
if ((((int32_t)L_17) <= ((int32_t)((int32_t)9999))))
{
goto IL_008c;
}
}
IL_0077:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var);
}
IL_008c:
{
int32_t L_20 = V_0;
int32_t L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int32_t L_22 = DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90(L_20, L_21, /*hidden argument*/NULL);
V_4 = L_22;
int32_t L_23 = V_2;
int32_t L_24 = V_4;
if ((((int32_t)L_23) <= ((int32_t)L_24)))
{
goto IL_009d;
}
}
{
int32_t L_25 = V_4;
V_2 = L_25;
}
IL_009d:
{
int32_t L_26 = V_0;
int32_t L_27 = V_1;
int32_t L_28 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_29 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_26, L_27, L_28, /*hidden argument*/NULL);
int64_t L_30 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
uint64_t L_31 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32;
memset(&L_32, 0, sizeof(L_32));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_32), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)((int64_t)((int64_t)L_30%(int64_t)((int64_t)864000000000LL)))))|(int64_t)L_31)), /*hidden argument*/NULL);
return L_32;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_AdjustorThunk (RuntimeObject * __this, int32_t ___months0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC(_thisAdjusted, ___months0, method);
}
// System.DateTime System.DateTime::AddSeconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
{
{
double L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, ((int32_t)1000), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::AddTicks(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/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)((int64_t)3155378975999999999LL), (int64_t)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)(((int64_t)((int64_t)0))), (int64_t)L_4)))))
{
goto IL_0031;
}
}
IL_001c:
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_RuntimeMethod_var);
}
IL_0031:
{
int64_t L_7 = V_0;
int64_t L_8 = ___value0;
uint64_t L_9 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10;
memset(&L_10, 0, sizeof(L_10));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_10), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_8))|(int64_t)L_9)), /*hidden argument*/NULL);
return L_10;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::AddYears(System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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_0025;
}
}
IL_0010:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBA5566E02CA7D0FF07946B5BE9A254A7BA000156, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralE21EE77D500910A11959B5AF57FD48D7CF7F326A, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_RuntimeMethod_var);
}
IL_0025:
{
int32_t L_4 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
return L_5;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2(_thisAdjusted, ___value0, method);
}
// System.Int32 System.DateTime::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
memset(&V_2, 0, sizeof(V_2));
{
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_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0EEEC4869A9E258F65B3250DEAFDD0D174088EE5, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_RuntimeMethod_var);
}
IL_001d:
{
RuntimeObject * L_4 = ___value0;
V_2 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
int64_t L_5 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2), /*hidden argument*/NULL);
V_0 = L_5;
int64_t L_6 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_1 = L_6;
int64_t L_7 = V_1;
int64_t L_8 = V_0;
if ((((int64_t)L_7) <= ((int64_t)L_8)))
{
goto IL_0039;
}
}
{
return 1;
}
IL_0039:
{
int64_t L_9 = V_1;
int64_t L_10 = V_0;
if ((((int64_t)L_9) >= ((int64_t)L_10)))
{
goto IL_003f;
}
}
{
return (-1);
}
IL_003f:
{
return 0;
}
}
extern "C" int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C(_thisAdjusted, ___value0, method);
}
// System.Int32 System.DateTime::CompareTo(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
V_0 = L_0;
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_1 = L_1;
int64_t L_2 = V_1;
int64_t L_3 = V_0;
if ((((int64_t)L_2) <= ((int64_t)L_3)))
{
goto IL_0015;
}
}
{
return 1;
}
IL_0015:
{
int64_t L_4 = V_1;
int64_t L_5 = V_0;
if ((((int64_t)L_4) >= ((int64_t)L_5)))
{
goto IL_001b;
}
}
{
return (-1);
}
IL_001b:
{
return 0;
}
}
extern "C" int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E(_thisAdjusted, ___value0, method);
}
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_5 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0024;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
G_B7_0 = L_6;
goto IL_0029;
}
IL_0024:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = V_0;
int32_t L_15 = ___month1;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)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((int32_t)L_13, (int32_t)L_17)))))
{
goto IL_006c;
}
}
{
int32_t L_18 = ___year0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = V_0;
int32_t L_24 = ___month1;
NullCheck(L_23);
int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)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)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)((int32_t)365))), (int32_t)((int32_t)((int32_t)L_20/(int32_t)4)))), (int32_t)((int32_t)((int32_t)L_21/(int32_t)((int32_t)100))))), (int32_t)((int32_t)((int32_t)L_22/(int32_t)((int32_t)400))))), (int32_t)L_26)), (int32_t)L_27)), (int32_t)1))))), (int64_t)((int64_t)864000000000LL)));
}
IL_006c:
{
String_t* L_28 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6AA37D3F95B049989169366DE359545DDC19DDC5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_29 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_29, (String_t*)NULL, L_28, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, NULL, DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_RuntimeMethod_var);
}
}
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_MetadataUsageId);
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_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int64_t L_9 = TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632(L_6, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0024:
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCA4CB5523B49D5F62897296F6FCD5ABE68B27A24, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, (String_t*)NULL, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_RuntimeMethod_var);
}
}
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_001e;
}
}
IL_0009:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral38C1D791DA28CCACA40DF5E093EAB4D67B08C70D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral021710FA7866431C1DACAA6CD31EEEB47DCE64B6, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_RuntimeMethod_var);
}
IL_001e:
{
int32_t L_4 = ___year0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_5 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_002d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
G_B6_0 = L_6;
goto IL_0032;
}
IL_002d:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
G_B6_0 = L_7;
}
IL_0032:
{
V_0 = G_B6_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
int32_t L_9 = ___month1;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = V_0;
int32_t L_13 = ___month1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_15));
}
}
// System.Boolean System.DateTime::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___value0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
{
goto IL_001f;
}
}
{
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___value0;
V_0 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0);
}
IL_001f:
{
return (bool)0;
}
}
extern "C" bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB(_thisAdjusted, ___value0, method);
}
// System.Boolean System.DateTime::Equals(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
}
}
extern "C" bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42(_thisAdjusted, ___value0, method);
}
// System.DateTime System.DateTime::FromBinary(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973 (int64_t ___dateData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
bool V_1 = false;
int64_t V_2 = 0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
memset(&V_3, 0, sizeof(V_3));
bool V_4 = false;
{
int64_t L_0 = ___dateData0;
if (!((int64_t)((int64_t)L_0&(int64_t)((int64_t)std::numeric_limits<int64_t>::min()))))
{
goto IL_00d8;
}
}
{
int64_t L_1 = ___dateData0;
V_0 = ((int64_t)((int64_t)L_1&(int64_t)((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((int64_t)L_3, (int64_t)((int64_t)4611686018427387904LL)));
}
IL_0034:
{
V_1 = (bool)0;
int64_t L_4 = V_0;
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_5, 2, /*hidden argument*/NULL);
V_3 = L_6;
int64_t L_7 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_9, 2, /*hidden argument*/NULL);
V_3 = L_10;
int64_t L_11 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0094;
}
IL_0073:
{
int64_t L_12 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13;
memset(&L_13, 0, sizeof(L_13));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_13), L_12, 1, /*hidden argument*/NULL);
V_4 = (bool)0;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_14 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA(L_13, L_14, (bool*)(&V_4), (bool*)(&V_1), /*hidden argument*/NULL);
V_3 = L_15;
int64_t L_16 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/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((int64_t)L_17, (int64_t)L_18));
int64_t L_19 = V_0;
if ((((int64_t)L_19) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00a9;
}
}
{
int64_t L_20 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)864000000000LL)));
}
IL_00a9:
{
int64_t L_21 = V_0;
if ((((int64_t)L_21) < ((int64_t)(((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_00cf;
}
}
IL_00ba:
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_24, L_23, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_RuntimeMethod_var);
}
IL_00cf:
{
int64_t L_25 = V_0;
bool L_26 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_27;
memset(&L_27, 0, sizeof(L_27));
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_27), L_25, 2, L_26, /*hidden argument*/NULL);
return L_27;
}
IL_00d8:
{
int64_t L_28 = ___dateData0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F(L_28, /*hidden argument*/NULL);
return L_29;
}
}
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F (int64_t ___dateData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int64_t L_0 = ___dateData0;
V_0 = ((int64_t)((int64_t)L_0&(int64_t)((int64_t)4611686018427387903LL)));
int64_t L_1 = V_0;
if ((((int64_t)L_1) < ((int64_t)(((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_0032;
}
}
IL_001d:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, L_3, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_RuntimeMethod_var);
}
IL_0032:
{
int64_t L_5 = ___dateData0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6;
memset(&L_6, 0, sizeof(L_6));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_6), L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Void System.DateTime::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
NullCheck(L_2);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_2, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
uint64_t L_5 = __this->get_dateData_44();
NullCheck(L_4);
SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303(L_4, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, L_5, /*hidden argument*/NULL);
return;
}
}
extern "C" void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.DateTime::IsDaylightSavingTime()
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsDaylightSavingTime_m61FBACB93D11B52B100B2E19AF88875C72572B70 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_1 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = TimeZoneInfo_IsDaylightSavingTime_mD2CB4C1D8BE3E1142012E971B226A30C7CFD774C(L_1, (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), 2, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" bool DateTime_IsDaylightSavingTime_m61FBACB93D11B52B100B2E19AF88875C72572B70_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_IsDaylightSavingTime_m61FBACB93D11B52B100B2E19AF88875C72572B70(_thisAdjusted, method);
}
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, int32_t ___kind1, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
int32_t L_1 = ___kind1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2;
memset(&L_2, 0, sizeof(L_2));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_2), L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int64 System.DateTime::ToBinary()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinary_m88D533FDE94CAAC1296BF88791806B7F2025C4FA (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
int64_t V_1 = 0;
{
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0042;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), 2, /*hidden argument*/NULL);
V_0 = L_1;
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
int64_t L_3 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), /*hidden argument*/NULL);
V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3));
int64_t L_4 = V_1;
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0036;
}
}
{
int64_t L_5 = V_1;
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)4611686018427387904LL), (int64_t)L_5));
}
IL_0036:
{
int64_t L_6 = V_1;
return ((int64_t)((int64_t)L_6|(int64_t)((int64_t)std::numeric_limits<int64_t>::min())));
}
IL_0042:
{
uint64_t L_7 = __this->get_dateData_44();
return L_7;
}
}
extern "C" int64_t DateTime_ToBinary_m88D533FDE94CAAC1296BF88791806B7F2025C4FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToBinary_m88D533FDE94CAAC1296BF88791806B7F2025C4FA(_thisAdjusted, method);
}
// System.Int64 System.DateTime::ToBinaryRaw()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_dateData_44();
return L_0;
}
}
extern "C" int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E(_thisAdjusted, method);
}
// System.DateTime System.DateTime::get_Date()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
int64_t L_1 = L_0;
uint64_t L_2 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3;
memset(&L_3, 0, sizeof(L_3));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_3), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)L_1%(int64_t)((int64_t)864000000000LL)))))|(int64_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774(_thisAdjusted, method);
}
// System.Int32 System.DateTime::GetDatePart(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___part0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_5 = NULL;
int32_t V_6 = 0;
int32_t G_B13_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B16_0 = NULL;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))))));
int32_t L_1 = V_0;
V_1 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)146097)));
int32_t L_2 = V_0;
int32_t L_3 = V_1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)146097)))));
int32_t L_4 = V_0;
V_2 = ((int32_t)((int32_t)L_4/(int32_t)((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((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)((int32_t)36524)))));
int32_t L_8 = V_0;
V_3 = ((int32_t)((int32_t)L_8/(int32_t)((int32_t)1461)));
int32_t L_9 = V_0;
int32_t L_10 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)((int32_t)1461)))));
int32_t L_11 = V_0;
V_4 = ((int32_t)((int32_t)L_11/(int32_t)((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)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)((int32_t)400))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)100))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)4)))), (int32_t)L_17)), (int32_t)1));
}
IL_0078:
{
int32_t L_18 = V_0;
int32_t L_19 = V_4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)((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((int32_t)L_21, (int32_t)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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
G_B16_0 = L_25;
goto IL_00ad;
}
IL_00a8:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
G_B16_0 = L_26;
}
IL_00ad:
{
V_5 = G_B16_0;
int32_t L_27 = V_0;
V_6 = ((int32_t)((int32_t)L_27>>(int32_t)6));
goto IL_00bc;
}
IL_00b6:
{
int32_t L_28 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_00bc:
{
int32_t L_29 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_00b6;
}
}
{
int32_t L_34 = ___part0;
if ((!(((uint32_t)L_34) == ((uint32_t)2))))
{
goto IL_00cb;
}
}
{
int32_t L_35 = V_6;
return L_35;
}
IL_00cb:
{
int32_t L_36 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = V_5;
int32_t L_38 = V_6;
NullCheck(L_37);
int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_40)), (int32_t)1));
}
}
extern "C" int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_AdjustorThunk (RuntimeObject * __this, int32_t ___part0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41(_thisAdjusted, ___part0, method);
}
// System.Int32 System.DateTime::get_Day()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 3, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D(_thisAdjusted, method);
}
// System.DayOfWeek System.DateTime::get_DayOfWeek()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (int32_t)((((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))), (int64_t)(((int64_t)((int64_t)1)))))%(int64_t)(((int64_t)((int64_t)7)))))))));
}
}
extern "C" int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_DayOfYear()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfYear_m0B17F85B19C41AD9B6F9F49DBFCC3DD73365BDC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 1, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" int32_t DateTime_get_DayOfYear_m0B17F85B19C41AD9B6F9F49DBFCC3DD73365BDC7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_DayOfYear_m0B17F85B19C41AD9B6F9F49DBFCC3DD73365BDC7(_thisAdjusted, method);
}
// System.Int32 System.DateTime::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_0 = L_0;
int64_t L_1 = V_0;
int64_t L_2 = V_0;
return ((int32_t)((int32_t)(((int32_t)((int32_t)L_1)))^(int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)L_2>>(int32_t)((int32_t)32))))))));
}
}
extern "C" int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_Hour()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)36000000000LL)))%(int64_t)(((int64_t)((int64_t)((int32_t)24)))))))));
}
}
extern "C" int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3(_thisAdjusted, method);
}
// System.Boolean System.DateTime::IsAmbiguousDaylightSavingTime()
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsAmbiguousDaylightSavingTime_m4E7305F3B377A5BC0AFE81DE9ECE06A1C1FF8996 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (bool)((((int64_t)L_0) == ((int64_t)((int64_t)-4611686018427387904LL)))? 1 : 0);
}
}
extern "C" bool DateTime_IsAmbiguousDaylightSavingTime_m4E7305F3B377A5BC0AFE81DE9ECE06A1C1FF8996_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_IsAmbiguousDaylightSavingTime_m4E7305F3B377A5BC0AFE81DE9ECE06A1C1FF8996(_thisAdjusted, method);
}
// System.DateTimeKind System.DateTime::get_Kind()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint64_t L_0 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/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);
}
}
extern "C" int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_Millisecond()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)10000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)1000)))))))));
}
}
extern "C" int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_Minute()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
}
}
extern "C" int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_Month()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 2, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C(_thisAdjusted, method);
}
// System.DateTime System.DateTime::get_Now()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
bool V_1 = false;
int64_t V_2 = 0;
int64_t V_3 = 0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_4;
memset(&V_4, 0, sizeof(V_4));
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = V_0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m57199B9E169E531B6653648D8520F42F4DC70B7A(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
V_4 = L_2;
int64_t L_3 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_4), /*hidden argument*/NULL);
V_2 = L_3;
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
int64_t L_5 = V_2;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)L_5));
int64_t L_6 = V_3;
if ((((int64_t)L_6) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_0040;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
memset(&L_7, 0, sizeof(L_7));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&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)((int64_t)0))))))
{
goto IL_004e;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9;
memset(&L_9, 0, sizeof(L_9));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_9), (((int64_t)((int64_t)0))), 2, /*hidden argument*/NULL);
return L_9;
}
IL_004e:
{
int64_t L_10 = V_3;
bool L_11 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
memset(&L_12, 0, sizeof(L_12));
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_12), L_10, 2, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.DateTime System.DateTime::get_UtcNow()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_0 = DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7(/*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1;
memset(&L_1, 0, sizeof(L_1));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_1), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)((int64_t)504911232000000000LL)))|(int64_t)((int64_t)4611686018427387904LL))), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7 (const RuntimeMethod* method)
{
typedef int64_t (*DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7_ftn) ();
using namespace il2cpp::icalls;
return ((DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7_ftn)mscorlib::System::DateTime::GetSystemTimeAsFileTime) ();
}
// System.Int32 System.DateTime::get_Second()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
}
}
extern "C" int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951(_thisAdjusted, method);
}
// System.Int64 System.DateTime::get_Ticks()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60(_thisAdjusted, method);
}
// System.TimeSpan System.DateTime::get_TimeOfDay()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1;
memset(&L_1, 0, sizeof(L_1));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_1), ((int64_t)((int64_t)L_0%(int64_t)((int64_t)864000000000LL))), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543(_thisAdjusted, method);
}
// System.Int32 System.DateTime::get_Year()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 0, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E(_thisAdjusted, method);
}
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7 (int32_t ___year0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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_0021;
}
}
IL_000c:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral20129DCACE911064DD71D775424F848ED70E9328, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_RuntimeMethod_var);
}
IL_0021:
{
int32_t L_4 = ___year0;
if (((int32_t)((int32_t)L_4%(int32_t)4)))
{
goto IL_0039;
}
}
{
int32_t L_5 = ___year0;
if (((int32_t)((int32_t)L_5%(int32_t)((int32_t)100))))
{
goto IL_0037;
}
}
{
int32_t L_6 = ___year0;
return (bool)((((int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)400)))) == ((int32_t)0))? 1 : 0);
}
IL_0037:
{
return (bool)1;
}
IL_0039:
{
return (bool)0;
}
}
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
RuntimeObject* L_1 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A(L_0, L_2, 0, /*hidden argument*/NULL);
return L_3;
}
}
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
String_t* L_1 = ___format1;
RuntimeObject* L_2 = ___provider2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD(L_0, L_1, L_3, 0, /*hidden argument*/NULL);
return L_4;
}
}
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___style3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17(L_0, _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
String_t* L_2 = ___format1;
RuntimeObject* L_3 = ___provider2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_3, /*hidden argument*/NULL);
int32_t L_5 = ___style3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD(L_1, L_2, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Double System.DateTime::TicksToOADate(System.Int64)
extern "C" IL2CPP_METHOD_ATTR double DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0 = ___value0;
if (L_0)
{
goto IL_000d;
}
}
{
return (0.0);
}
IL_000d:
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0026;
}
}
{
int64_t L_2 = ___value0;
___value0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)599264352000000000LL)));
}
IL_0026:
{
int64_t L_3 = ___value0;
if ((((int64_t)L_3) >= ((int64_t)((int64_t)31241376000000000LL))))
{
goto IL_0042;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral56070A397DE0E8A33079EFD1E11C708B6639B391, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_5 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB_RuntimeMethod_var);
}
IL_0042:
{
int64_t L_6 = ___value0;
V_0 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)599264352000000000LL)))/(int64_t)(((int64_t)((int64_t)((int32_t)10000))))));
int64_t L_7 = V_0;
if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0074;
}
}
{
int64_t L_8 = V_0;
V_1 = ((int64_t)((int64_t)L_8%(int64_t)(((int64_t)((int64_t)((int32_t)86400000))))));
int64_t L_9 = V_1;
if (!L_9)
{
goto IL_0074;
}
}
{
int64_t L_10 = V_0;
int64_t L_11 = V_1;
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)86400000)))), (int64_t)L_11)), (int64_t)(((int64_t)((int64_t)2)))))));
}
IL_0074:
{
int64_t L_12 = V_0;
return ((double)((double)(((double)((double)L_12)))/(double)(86400000.0)));
}
}
// System.Double System.DateTime::ToOADate()
extern "C" IL2CPP_METHOD_ATTR double DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
double L_1 = DateTime_TicksToOADate_m7B814CD72658B6EC2303515BFC67D4BADCC544BB(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" double DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToOADate_mF1252C10D7EDC4EC5F0EEAE738530650D803B49A(_thisAdjusted, method);
}
// System.Int64 System.DateTime::ToFileTime()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_0 = L_0;
int64_t L_1 = DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD(_thisAdjusted, method);
}
// System.Int64 System.DateTime::ToFileTimeUtc()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
int64_t G_B3_0 = 0;
int64_t G_B5_0 = 0;
int64_t G_B4_0 = 0;
{
uint64_t L_0 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
if (((int64_t)((int64_t)L_0&(int64_t)((int64_t)std::numeric_limits<int64_t>::min()))))
{
goto IL_001a;
}
}
{
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0028;
}
IL_001a:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
V_0 = L_2;
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
G_B3_0 = L_3;
}
IL_0028:
{
int64_t L_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)G_B3_0, (int64_t)((int64_t)504911232000000000LL)));
G_B4_0 = L_4;
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
G_B5_0 = L_4;
goto IL_0048;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD6DCAE95E610BC8D0E5B3943E79F70AD76075C8D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, (String_t*)NULL, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_RuntimeMethod_var);
}
IL_0048:
{
return G_B5_0;
}
}
extern "C" int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F(_thisAdjusted, method);
}
// System.DateTime System.DateTime::ToLocalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171(_thisAdjusted, method);
}
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int64_t V_2 = 0;
int64_t V_3 = 0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_4;
memset(&V_4, 0, sizeof(V_4));
{
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0010;
}
}
{
return (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
}
IL_0010:
{
V_0 = (bool)0;
V_1 = (bool)0;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_1 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), L_1, (bool*)(&V_0), (bool*)(&V_1), /*hidden argument*/NULL);
V_4 = L_2;
int64_t L_3 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_4), /*hidden argument*/NULL);
V_2 = L_3;
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
int64_t L_5 = V_2;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)L_5));
int64_t L_6 = V_3;
if ((((int64_t)L_6) <= ((int64_t)((int64_t)3155378975999999999LL))))
{
goto IL_006a;
}
}
{
bool L_7 = ___throwOnOverflow0;
if (!L_7)
{
goto IL_005a;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var);
}
IL_005a:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10;
memset(&L_10, 0, sizeof(L_10));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_10), ((int64_t)3155378975999999999LL), 2, /*hidden argument*/NULL);
return L_10;
}
IL_006a:
{
int64_t L_11 = V_3;
if ((((int64_t)L_11) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_008b;
}
}
{
bool L_12 = ___throwOnOverflow0;
if (!L_12)
{
goto IL_0082;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var);
}
IL_0082:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15;
memset(&L_15, 0, sizeof(L_15));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_15), (((int64_t)((int64_t)0))), 2, /*hidden argument*/NULL);
return L_15;
}
IL_008b:
{
int64_t L_16 = V_3;
bool L_17 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18;
memset(&L_18, 0, sizeof(L_18));
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_18), L_16, 2, L_17, /*hidden argument*/NULL);
return L_18;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_AdjustorThunk (RuntimeObject * __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967(_thisAdjusted, ___throwOnOverflow0, method);
}
// System.String System.DateTime::ToLongDateString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_1 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToLongDateString_m4093E758B56C93775F852603275F35AE4CDB56B4(_thisAdjusted, method);
}
// System.String System.DateTime::ToLongTimeString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_1 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), _stringLiteralC2C53D66948214258A26CA9CA845D7AC0C17F8E7, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToLongTimeString_m633B964A51A60AFD7C5EC9D8AD7DF819A0A5EB5B(_thisAdjusted, method);
}
// System.String System.DateTime::ToShortDateString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_1 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToShortDateString_m74551FF8672F5A4D088C80D2B983F39FED48242D(_thisAdjusted, method);
}
// System.String System.DateTime::ToShortTimeString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_1 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToShortTimeString_m171DA0C1DB244AA21110CF513A21E9B17541C3C8(_thisAdjusted, method);
}
// System.String System.DateTime::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_1 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122(_thisAdjusted, method);
}
// System.String System.DateTime::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_2 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), (String_t*)NULL, L_1, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8(_thisAdjusted, ___provider0, method);
}
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format0;
RuntimeObject* L_1 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_3 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
extern "C" String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C(_thisAdjusted, ___format0, ___provider1, method);
}
// System.DateTime System.DateTime::ToUniversalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = TimeZoneInfo_ConvertTimeToUtc_m296EB8284D179E8F42849A9F02306B55CA009952((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), 2, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1(_thisAdjusted, method);
}
// System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17(L_0, _stringLiteralBF62280F159B1468FFF0C96540F3989D41279669, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
RuntimeObject* L_2 = ___provider1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___styles2;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_5 = ___result3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_6 = DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1(L_1, L_3, L_4, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
V_0 = L_0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___t1;
int64_t L_2 = L_1.get__ticks_3();
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)((int64_t)3155378975999999999LL), (int64_t)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)(((int64_t)((int64_t)0))), (int64_t)L_6)))))
{
goto IL_0039;
}
}
IL_0024:
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_RuntimeMethod_var);
}
IL_0039:
{
int64_t L_9 = V_0;
int64_t L_10 = V_1;
uint64_t L_11 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
memset(&L_12, 0, sizeof(L_12));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_12), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_10))|(int64_t)L_11)), /*hidden argument*/NULL);
return L_12;
}
}
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
V_0 = L_0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___t1;
int64_t L_2 = L_1.get__ticks_3();
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((int64_t)L_5, (int64_t)((int64_t)3155378975999999999LL)))) <= ((int64_t)L_6)))
{
goto IL_0036;
}
}
IL_0021:
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_RuntimeMethod_var);
}
IL_0036:
{
int64_t L_9 = V_0;
int64_t L_10 = V_1;
uint64_t L_11 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
memset(&L_12, 0, sizeof(L_12));
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E((&L_12), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)L_10))|(int64_t)L_11)), /*hidden argument*/NULL);
return L_12;
}
}
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2;
memset(&L_2, 0, sizeof(L_2));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_2), ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/NULL);
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/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)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
return (bool)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/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)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
return (bool)((((int64_t)L_0) > ((int64_t)L_1))? 1 : 0);
}
}
// System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_mEDD57FC8B24FAF4D6AA94CFE6AE190CF359B66B4 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
return (bool)((((int32_t)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.String[] System.DateTime::GetDateTimeFormats()
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_GetDateTimeFormats_m9AAC71A6A331BA7D25FE8E95355CF8090661CBA6(_thisAdjusted, method);
}
// System.String[] System.DateTime::GetDateTimeFormats(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = DateTimeFormat_GetAllDateTimes_m5B16220DC7E79BE3C54751C2389C461C0A66B0CF((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this), L_1, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_GetDateTimeFormats_m87CD8E35A8B11D4BD519D9AE40A3EA7627C3659D(_thisAdjusted, ___provider0, method);
}
// System.TypeCode System.DateTime::GetTypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)16));
}
}
extern "C" int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB(_thisAdjusted, method);
}
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_RuntimeMethod_var);
}
}
extern "C" bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43(_thisAdjusted, ___provider0, method);
}
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_RuntimeMethod_var);
}
}
extern "C" Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859(_thisAdjusted, ___provider0, method);
}
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_RuntimeMethod_var);
}
}
extern "C" int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078(_thisAdjusted, ___provider0, method);
}
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_RuntimeMethod_var);
}
}
extern "C" uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_RuntimeMethod_var);
}
}
extern "C" int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E(_thisAdjusted, ___provider0, method);
}
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_RuntimeMethod_var);
}
}
extern "C" uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_RuntimeMethod_var);
}
}
extern "C" int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_RuntimeMethod_var);
}
}
extern "C" uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_RuntimeMethod_var);
}
}
extern "C" int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_RuntimeMethod_var);
}
}
extern "C" uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E(_thisAdjusted, ___provider0, method);
}
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_RuntimeMethod_var);
}
}
extern "C" float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90(_thisAdjusted, ___provider0, method);
}
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_RuntimeMethod_var);
}
}
extern "C" double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_RuntimeMethod_var);
}
}
extern "C" Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
return (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3(_thisAdjusted, ___provider0, method);
}
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
RuntimeObject * L_1 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_0);
Type_t * L_2 = ___type0;
RuntimeObject* L_3 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
extern "C" RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1);
return DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5(_thisAdjusted, ___type0, ___provider1, method);
}
// System.Boolean System.DateTime::TryCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A (int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int64_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B8_0 = NULL;
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___result7;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_7 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0032;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
G_B8_0 = L_8;
goto IL_0037;
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = V_0;
int32_t L_17 = ___month1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)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((int32_t)L_15, (int32_t)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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
int64_t L_31 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_28, L_29, L_30, /*hidden argument*/NULL);
int32_t L_32 = ___hour3;
int32_t L_33 = ___minute4;
int32_t L_34 = ___second5;
int64_t L_35 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_32, L_33, L_34, /*hidden argument*/NULL);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_31, (int64_t)L_35));
int64_t L_36 = V_1;
int32_t L_37 = ___millisecond6;
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_36, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_37))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
int64_t L_38 = V_1;
if ((((int64_t)L_38) < ((int64_t)(((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_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_40 = ___result7;
int64_t L_41 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_42;
memset(&L_42, 0, sizeof(L_42));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_42), L_41, 0, /*hidden argument*/NULL);
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_40 = L_42;
return (bool)1;
}
}
// System.Void System.DateTime::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E92B39D8233061927D9ACDE54665E68E7535635A_127_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_DaysToMonth365_29(L_1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DD3AEFEADB1CD615F3017763F1568179FEE640B0_123_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_DaysToMonth366_30(L_4);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6;
memset(&L_6, 0, sizeof(L_6));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_6), (((int64_t)((int64_t)0))), 0, /*hidden argument*/NULL);
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_MinValue_31(L_6);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
memset(&L_7, 0, sizeof(L_7));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_7), ((int64_t)3155378975999999999LL), 0, /*hidden argument*/NULL);
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_MaxValue_32(L_7);
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)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t * L_0 = ___outputBuffer0;
int32_t L_1 = ___value1;
int32_t L_2 = ___len2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A (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*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)16))), (int32_t)2))));
int32_t L_4 = ___value1;
V_2 = L_4;
}
IL_001a:
{
Il2CppChar* L_5 = V_1;
Il2CppChar* L_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (int32_t)2));
V_1 = (Il2CppChar*)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)((int32_t)((int32_t)L_7%(int32_t)((int32_t)10))), (int32_t)((int32_t)48))))));
int32_t L_8 = V_2;
V_2 = ((int32_t)((int32_t)L_8/(int32_t)((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)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)16))), (int32_t)2)))), (intptr_t)L_13))/(int32_t)2))))))));
goto IL_0050;
}
IL_0044:
{
Il2CppChar* L_14 = V_1;
Il2CppChar* L_15 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_14, (int32_t)2));
V_1 = (Il2CppChar*)L_15;
*((int16_t*)L_15) = (int16_t)((int32_t)48);
int32_t L_16 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)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_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(L_21, (Il2CppChar*)(Il2CppChar*)L_22, L_23, /*hidden argument*/NULL);
return;
}
}
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC (StringBuilder_t * ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t * L_0 = ___outputBuffer0;
int32_t L_1 = ___digits1;
IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var);
String_t* L_2 = HebrewNumber_ToString_mCFDFB829050DAA0081F94AE7BA9176124852557F(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_0, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___format0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = ___pos1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
goto IL_0011;
}
IL_000d:
{
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0011:
{
int32_t L_4 = V_1;
int32_t L_5 = V_0;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_001f;
}
}
{
String_t* L_6 = ___format0;
int32_t L_7 = V_1;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
Il2CppChar L_9 = ___patternChar2;
if ((((int32_t)L_8) == ((int32_t)L_9)))
{
goto IL_000d;
}
}
IL_001f:
{
int32_t L_10 = V_1;
int32_t L_11 = ___pos1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11));
}
}
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___repeat1;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_000c;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi2;
int32_t L_2 = ___dayOfWeek0;
NullCheck(L_1);
String_t* L_3 = DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000c:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
int32_t L_5 = ___dayOfWeek0;
NullCheck(L_4);
String_t* L_6 = DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___repeatCount1;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_000c;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi2;
int32_t L_2 = ___month0;
NullCheck(L_1);
String_t* L_3 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000c:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
int32_t L_5 = ___month0;
NullCheck(L_4);
String_t* L_6 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
{
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi3;
NullCheck(L_0);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_0, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi3;
NullCheck(L_2);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_2, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = ___time0;
NullCheck(L_3);
int32_t L_5 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_3, L_4);
NullCheck(L_1);
bool L_6 = VirtFuncInvoker1< bool, int32_t >::Invoke(19 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32) */, L_1, L_5);
if (!L_6)
{
goto IL_0026;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi3;
int32_t L_8 = ___month1;
int32_t L_9 = ___repeatCount2;
NullCheck(L_7);
String_t* L_10 = DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77(L_7, L_8, 2, (bool)((((int32_t)L_9) == ((int32_t)3))? 1 : 0), /*hidden argument*/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((int32_t)L_12, (int32_t)1));
}
IL_002f:
{
int32_t L_13 = ___repeatCount2;
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
{
goto IL_003b;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi3;
int32_t L_15 = ___month1;
NullCheck(L_14);
String_t* L_16 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_003b:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi3;
int32_t L_18 = ___month1;
NullCheck(L_17);
String_t* L_19 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_17, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_MetadataUsageId);
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;
{
String_t* L_0 = ___format0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = ___pos1;
V_1 = L_2;
String_t* L_3 = ___format0;
int32_t L_4 = ___pos1;
int32_t L_5 = L_4;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
NullCheck(L_3);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL);
V_2 = L_6;
V_3 = (bool)0;
goto IL_0069;
}
IL_001a:
{
String_t* L_7 = ___format0;
int32_t L_8 = ___pos1;
int32_t L_9 = L_8;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
NullCheck(L_7);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_9, /*hidden argument*/NULL);
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_0031;
}
}
{
V_3 = (bool)1;
goto IL_006d;
}
IL_0031:
{
Il2CppChar L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)92)))))
{
goto IL_0060;
}
}
{
int32_t L_14 = ___pos1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_0050;
}
}
{
StringBuilder_t * L_16 = ___result2;
String_t* L_17 = ___format0;
int32_t L_18 = ___pos1;
int32_t L_19 = L_18;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
NullCheck(L_17);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_19, /*hidden argument*/NULL);
NullCheck(L_16);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_16, L_20, /*hidden argument*/NULL);
goto IL_0069;
}
IL_0050:
{
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var);
}
IL_0060:
{
StringBuilder_t * L_23 = ___result2;
Il2CppChar L_24 = V_4;
NullCheck(L_23);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, L_24, /*hidden argument*/NULL);
}
IL_0069:
{
int32_t L_25 = ___pos1;
int32_t L_26 = V_0;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_001a;
}
}
IL_006d:
{
bool L_27 = V_3;
if (L_27)
{
goto IL_0090;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_29 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F, /*hidden argument*/NULL);
Il2CppChar L_30 = V_2;
Il2CppChar L_31 = L_30;
RuntimeObject * L_32 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_31);
String_t* L_33 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_28, L_29, L_32, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_34 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_34, L_33, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, NULL, DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var);
}
IL_0090:
{
int32_t L_35 = ___pos1;
int32_t L_36 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
}
}
// System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos1;
String_t* L_1 = ___format0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))))
{
goto IL_000d;
}
}
{
return (-1);
}
IL_000d:
{
String_t* L_3 = ___format0;
int32_t L_4 = ___pos1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.String,System.Int32,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66 (String_t* ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method)
{
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((int32_t)L_0, (int32_t)1));
goto IL_000c;
}
IL_0008:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
String_t* L_3 = ___format0;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
Il2CppChar L_6 = ___patternToMatch3;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0008;
}
}
IL_001a:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003c;
}
}
{
goto IL_0024;
}
IL_0020:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0024:
{
int32_t L_9 = V_0;
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
V_0 = L_10;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_0036;
}
}
{
String_t* L_11 = ___format0;
int32_t L_12 = V_0;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
Il2CppChar L_14 = ___patternToMatch3;
if ((((int32_t)L_13) == ((int32_t)L_14)))
{
goto IL_0020;
}
}
IL_0036:
{
int32_t L_15 = V_1;
if ((((int32_t)L_15) > ((int32_t)1)))
{
goto IL_003c;
}
}
{
return (bool)1;
}
IL_003c:
{
int32_t L_16 = ___index1;
int32_t L_17 = ___tokenLen2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
goto IL_0046;
}
IL_0042:
{
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0046:
{
int32_t L_19 = V_0;
String_t* L_20 = ___format0;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_19) >= ((int32_t)L_21)))
{
goto IL_0059;
}
}
{
String_t* L_22 = ___format0;
int32_t L_23 = V_0;
NullCheck(L_22);
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL);
Il2CppChar L_25 = ___patternToMatch3;
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
{
goto IL_0042;
}
}
IL_0059:
{
int32_t L_26 = V_0;
String_t* L_27 = ___format0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_26) >= ((int32_t)L_28)))
{
goto IL_0087;
}
}
{
V_1 = 0;
goto IL_006a;
}
IL_0066:
{
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_006a:
{
int32_t L_30 = V_0;
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
V_0 = L_31;
String_t* L_32 = ___format0;
NullCheck(L_32);
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_32, /*hidden argument*/NULL);
if ((((int32_t)L_31) >= ((int32_t)L_33)))
{
goto IL_0081;
}
}
{
String_t* L_34 = ___format0;
int32_t L_35 = V_0;
NullCheck(L_34);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, L_35, /*hidden argument*/NULL);
Il2CppChar L_37 = ___patternToMatch3;
if ((((int32_t)L_36) == ((int32_t)L_37)))
{
goto IL_0066;
}
}
IL_0081:
{
int32_t L_38 = V_1;
if ((((int32_t)L_38) > ((int32_t)1)))
{
goto IL_0087;
}
}
{
return (bool)1;
}
IL_0087:
{
return (bool)0;
}
}
// System.String System.DateTimeFormat::FormatCustomized(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * V_0 = NULL;
StringBuilder_t * V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
StringBuilder_t * V_11 = NULL;
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;
StringBuilder_t * G_B60_0 = NULL;
StringBuilder_t * G_B59_0 = NULL;
String_t* G_B61_0 = NULL;
StringBuilder_t * G_B61_1 = NULL;
int32_t G_B78_0 = 0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B78_1 = NULL;
StringBuilder_t * G_B78_2 = NULL;
int32_t G_B77_0 = 0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B77_1 = NULL;
StringBuilder_t * G_B77_2 = NULL;
int32_t G_B79_0 = 0;
int32_t G_B79_1 = 0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B79_2 = NULL;
StringBuilder_t * G_B79_3 = NULL;
int32_t G_B85_0 = 0;
StringBuilder_t * G_B85_1 = NULL;
int32_t G_B84_0 = 0;
StringBuilder_t * G_B84_1 = NULL;
int32_t G_B86_0 = 0;
int32_t G_B86_1 = 0;
StringBuilder_t * G_B86_2 = NULL;
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi2;
NullCheck(L_0);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_0, /*hidden argument*/NULL);
V_0 = L_1;
StringBuilder_t * L_2 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)16), /*hidden argument*/NULL);
V_1 = L_2;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_3);
V_2 = (bool)((((int32_t)L_4) == ((int32_t)8))? 1 : 0);
V_3 = (bool)1;
V_4 = 0;
goto IL_05d3;
}
IL_0023:
{
String_t* L_5 = ___format1;
int32_t L_6 = V_4;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
V_7 = L_7;
Il2CppChar L_8 = V_7;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)75)))))
{
goto IL_00a1;
}
}
{
Il2CppChar L_9 = V_7;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)47)))))
{
goto IL_006d;
}
}
{
Il2CppChar L_10 = V_7;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)37)))))
{
goto IL_0056;
}
}
{
Il2CppChar L_11 = V_7;
if ((((int32_t)L_11) == ((int32_t)((int32_t)34))))
{
goto IL_052f;
}
}
{
Il2CppChar L_12 = V_7;
if ((((int32_t)L_12) == ((int32_t)((int32_t)37))))
{
goto IL_054d;
}
}
{
goto IL_05c0;
}
IL_0056:
{
Il2CppChar L_13 = V_7;
if ((((int32_t)L_13) == ((int32_t)((int32_t)39))))
{
goto IL_052f;
}
}
{
Il2CppChar L_14 = V_7;
if ((((int32_t)L_14) == ((int32_t)((int32_t)47))))
{
goto IL_051a;
}
}
{
goto IL_05c0;
}
IL_006d:
{
Il2CppChar L_15 = V_7;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)70)))))
{
goto IL_008a;
}
}
{
Il2CppChar L_16 = V_7;
if ((((int32_t)L_16) == ((int32_t)((int32_t)58))))
{
goto IL_0505;
}
}
{
Il2CppChar L_17 = V_7;
if ((((int32_t)L_17) == ((int32_t)((int32_t)70))))
{
goto IL_01d8;
}
}
{
goto IL_05c0;
}
IL_008a:
{
Il2CppChar L_18 = V_7;
if ((((int32_t)L_18) == ((int32_t)((int32_t)72))))
{
goto IL_0178;
}
}
{
Il2CppChar L_19 = V_7;
if ((((int32_t)L_19) == ((int32_t)((int32_t)75))))
{
goto IL_04f5;
}
}
{
goto IL_05c0;
}
IL_00a1:
{
Il2CppChar L_20 = V_7;
if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)109)))))
{
goto IL_00f0;
}
}
{
Il2CppChar L_21 = V_7;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)92)))))
{
goto IL_00c4;
}
}
{
Il2CppChar L_22 = V_7;
if ((((int32_t)L_22) == ((int32_t)((int32_t)77))))
{
goto IL_03bc;
}
}
{
Il2CppChar L_23 = V_7;
if ((((int32_t)L_23) == ((int32_t)((int32_t)92))))
{
goto IL_0592;
}
}
{
goto IL_05c0;
}
IL_00c4:
{
Il2CppChar L_24 = V_7;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)100))))
{
case 0:
{
goto IL_0368;
}
case 1:
{
goto IL_05c0;
}
case 2:
{
goto IL_01d8;
}
case 3:
{
goto IL_0124;
}
case 4:
{
goto IL_0149;
}
}
}
{
Il2CppChar L_25 = V_7;
if ((((int32_t)L_25) == ((int32_t)((int32_t)109))))
{
goto IL_0198;
}
}
{
goto IL_05c0;
}
IL_00f0:
{
Il2CppChar L_26 = V_7;
if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)116)))))
{
goto IL_010d;
}
}
{
Il2CppChar L_27 = V_7;
if ((((int32_t)L_27) == ((int32_t)((int32_t)115))))
{
goto IL_01b8;
}
}
{
Il2CppChar L_28 = V_7;
if ((((int32_t)L_28) == ((int32_t)((int32_t)116))))
{
goto IL_02d5;
}
}
{
goto IL_05c0;
}
IL_010d:
{
Il2CppChar L_29 = V_7;
if ((((int32_t)L_29) == ((int32_t)((int32_t)121))))
{
goto IL_0451;
}
}
{
Il2CppChar L_30 = V_7;
if ((((int32_t)L_30) == ((int32_t)((int32_t)122))))
{
goto IL_04d8;
}
}
{
goto IL_05c0;
}
IL_0124:
{
String_t* L_31 = ___format1;
int32_t L_32 = V_4;
Il2CppChar L_33 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_34 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_31, L_32, L_33, /*hidden argument*/NULL);
V_5 = L_34;
StringBuilder_t * L_35 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = ___dtfi2;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_37 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = ___dateTime0;
NullCheck(L_37);
int32_t L_39 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(14 /* System.Int32 System.Globalization.Calendar::GetEra(System.DateTime) */, L_37, L_38);
NullCheck(L_36);
String_t* L_40 = DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38(L_36, L_39, /*hidden argument*/NULL);
NullCheck(L_35);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, L_40, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0149:
{
String_t* L_41 = ___format1;
int32_t L_42 = V_4;
Il2CppChar L_43 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_44 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_41, L_42, L_43, /*hidden argument*/NULL);
V_5 = L_44;
int32_t L_45 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
V_6 = ((int32_t)((int32_t)L_45%(int32_t)((int32_t)12)));
int32_t L_46 = V_6;
if (L_46)
{
goto IL_0169;
}
}
{
V_6 = ((int32_t)12);
}
IL_0169:
{
StringBuilder_t * L_47 = V_1;
int32_t L_48 = V_6;
int32_t L_49 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_47, L_48, L_49, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0178:
{
String_t* L_50 = ___format1;
int32_t L_51 = V_4;
Il2CppChar L_52 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_53 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_50, L_51, L_52, /*hidden argument*/NULL);
V_5 = L_53;
StringBuilder_t * L_54 = V_1;
int32_t L_55 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
int32_t L_56 = V_5;
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_54, L_55, L_56, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0198:
{
String_t* L_57 = ___format1;
int32_t L_58 = V_4;
Il2CppChar L_59 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_60 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_57, L_58, L_59, /*hidden argument*/NULL);
V_5 = L_60;
StringBuilder_t * L_61 = V_1;
int32_t L_62 = DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
int32_t L_63 = V_5;
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_61, L_62, L_63, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_01b8:
{
String_t* L_64 = ___format1;
int32_t L_65 = V_4;
Il2CppChar L_66 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_67 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_64, L_65, L_66, /*hidden argument*/NULL);
V_5 = L_67;
StringBuilder_t * L_68 = V_1;
int32_t L_69 = DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
int32_t L_70 = V_5;
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_68, L_69, L_70, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_01d8:
{
String_t* L_71 = ___format1;
int32_t L_72 = V_4;
Il2CppChar L_73 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_74 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_71, L_72, L_73, /*hidden argument*/NULL);
V_5 = L_74;
int32_t L_75 = V_5;
if ((((int32_t)L_75) > ((int32_t)7)))
{
goto IL_02c5;
}
}
{
int64_t L_76 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
V_12 = ((int64_t)((int64_t)L_76%(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))));
int64_t L_77 = V_12;
int32_t L_78 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_79 = pow((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_78))))));
V_12 = ((int64_t)((int64_t)L_77/(int64_t)(((int64_t)((int64_t)L_79)))));
Il2CppChar L_80 = V_7;
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)102)))))
{
goto IL_0242;
}
}
{
StringBuilder_t * L_81 = V_1;
int64_t L_82 = V_12;
V_13 = (((int32_t)((int32_t)L_82)));
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
int32_t L_84 = V_5;
NullCheck(L_83);
int32_t L_85 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1));
String_t* L_86 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_87 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_88 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_13), L_86, L_87, /*hidden argument*/NULL);
NullCheck(L_81);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_81, L_88, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0242:
{
int32_t L_89 = V_5;
V_14 = L_89;
goto IL_025e;
}
IL_0248:
{
int64_t L_90 = V_12;
if (((int64_t)((int64_t)L_90%(int64_t)(((int64_t)((int64_t)((int32_t)10)))))))
{
goto IL_0263;
}
}
{
int64_t L_91 = V_12;
V_12 = ((int64_t)((int64_t)L_91/(int64_t)(((int64_t)((int64_t)((int32_t)10))))));
int32_t L_92 = V_14;
V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1));
}
IL_025e:
{
int32_t L_93 = V_14;
if ((((int32_t)L_93) > ((int32_t)0)))
{
goto IL_0248;
}
}
IL_0263:
{
int32_t L_94 = V_14;
if ((((int32_t)L_94) <= ((int32_t)0)))
{
goto IL_028f;
}
}
{
StringBuilder_t * L_95 = V_1;
int64_t L_96 = V_12;
V_13 = (((int32_t)((int32_t)L_96)));
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_97 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
int32_t L_98 = V_14;
NullCheck(L_97);
int32_t L_99 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1));
String_t* L_100 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_101 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_102 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_13), L_100, L_101, /*hidden argument*/NULL);
NullCheck(L_95);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_95, L_102, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_028f:
{
StringBuilder_t * L_103 = V_1;
NullCheck(L_103);
int32_t L_104 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_103, /*hidden argument*/NULL);
if ((((int32_t)L_104) <= ((int32_t)0)))
{
goto IL_05cc;
}
}
{
StringBuilder_t * L_105 = V_1;
StringBuilder_t * L_106 = V_1;
NullCheck(L_106);
int32_t L_107 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_106, /*hidden argument*/NULL);
NullCheck(L_105);
Il2CppChar L_108 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)46)))))
{
goto IL_05cc;
}
}
{
StringBuilder_t * L_109 = V_1;
StringBuilder_t * L_110 = V_1;
NullCheck(L_110);
int32_t L_111 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_110, /*hidden argument*/NULL);
NullCheck(L_109);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_109, ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)), 1, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_02c5:
{
String_t* L_112 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_113 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_113, L_112, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_113, NULL, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
}
IL_02d5:
{
String_t* L_114 = ___format1;
int32_t L_115 = V_4;
Il2CppChar L_116 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_117 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_114, L_115, L_116, /*hidden argument*/NULL);
V_5 = L_117;
int32_t L_118 = V_5;
if ((!(((uint32_t)L_118) == ((uint32_t)1))))
{
goto IL_0343;
}
}
{
int32_t L_119 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((((int32_t)L_119) >= ((int32_t)((int32_t)12))))
{
goto IL_031a;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_120 = ___dtfi2;
NullCheck(L_120);
String_t* L_121 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_120, /*hidden argument*/NULL);
NullCheck(L_121);
int32_t L_122 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_121, /*hidden argument*/NULL);
if ((((int32_t)L_122) < ((int32_t)1)))
{
goto IL_05cc;
}
}
{
StringBuilder_t * L_123 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_124 = ___dtfi2;
NullCheck(L_124);
String_t* L_125 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_124, /*hidden argument*/NULL);
NullCheck(L_125);
Il2CppChar L_126 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_125, 0, /*hidden argument*/NULL);
NullCheck(L_123);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_123, L_126, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_031a:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_127 = ___dtfi2;
NullCheck(L_127);
String_t* L_128 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_127, /*hidden argument*/NULL);
NullCheck(L_128);
int32_t L_129 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_128, /*hidden argument*/NULL);
if ((((int32_t)L_129) < ((int32_t)1)))
{
goto IL_05cc;
}
}
{
StringBuilder_t * L_130 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_131 = ___dtfi2;
NullCheck(L_131);
String_t* L_132 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_131, /*hidden argument*/NULL);
NullCheck(L_132);
Il2CppChar L_133 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_132, 0, /*hidden argument*/NULL);
NullCheck(L_130);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_130, L_133, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0343:
{
StringBuilder_t * L_134 = V_1;
int32_t L_135 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
G_B59_0 = L_134;
if ((((int32_t)L_135) < ((int32_t)((int32_t)12))))
{
G_B60_0 = L_134;
goto IL_0357;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_136 = ___dtfi2;
NullCheck(L_136);
String_t* L_137 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_136, /*hidden argument*/NULL);
G_B61_0 = L_137;
G_B61_1 = G_B59_0;
goto IL_035d;
}
IL_0357:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_138 = ___dtfi2;
NullCheck(L_138);
String_t* L_139 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_138, /*hidden argument*/NULL);
G_B61_0 = L_139;
G_B61_1 = G_B60_0;
}
IL_035d:
{
NullCheck(G_B61_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B61_1, G_B61_0, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0368:
{
String_t* L_140 = ___format1;
int32_t L_141 = V_4;
Il2CppChar L_142 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_143 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_140, L_141, L_142, /*hidden argument*/NULL);
V_5 = L_143;
int32_t L_144 = V_5;
if ((((int32_t)L_144) > ((int32_t)2)))
{
goto IL_039b;
}
}
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_145 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = ___dateTime0;
NullCheck(L_145);
int32_t L_147 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_145, L_146);
V_15 = L_147;
bool L_148 = V_2;
if (!L_148)
{
goto IL_038f;
}
}
{
StringBuilder_t * L_149 = V_1;
int32_t L_150 = V_15;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_149, L_150, /*hidden argument*/NULL);
goto IL_03b5;
}
IL_038f:
{
StringBuilder_t * L_151 = V_1;
int32_t L_152 = V_15;
int32_t L_153 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_151, L_152, L_153, /*hidden argument*/NULL);
goto IL_03b5;
}
IL_039b:
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_154 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_155 = ___dateTime0;
NullCheck(L_154);
int32_t L_156 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_154, L_155);
V_16 = L_156;
StringBuilder_t * L_157 = V_1;
int32_t L_158 = V_16;
int32_t L_159 = V_5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_160 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_161 = DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9(L_158, L_159, L_160, /*hidden argument*/NULL);
NullCheck(L_157);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_157, L_161, /*hidden argument*/NULL);
}
IL_03b5:
{
V_3 = (bool)0;
goto IL_05cc;
}
IL_03bc:
{
String_t* L_162 = ___format1;
int32_t L_163 = V_4;
Il2CppChar L_164 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_165 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_162, L_163, L_164, /*hidden argument*/NULL);
V_5 = L_165;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_166 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_167 = ___dateTime0;
NullCheck(L_166);
int32_t L_168 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(16 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_166, L_167);
V_9 = L_168;
int32_t L_169 = V_5;
if ((((int32_t)L_169) > ((int32_t)2)))
{
goto IL_03ef;
}
}
{
bool L_170 = V_2;
if (!L_170)
{
goto IL_03e3;
}
}
{
StringBuilder_t * L_171 = V_1;
int32_t L_172 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_171, L_172, /*hidden argument*/NULL);
goto IL_044a;
}
IL_03e3:
{
StringBuilder_t * L_173 = V_1;
int32_t L_174 = V_9;
int32_t L_175 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_173, L_174, L_175, /*hidden argument*/NULL);
goto IL_044a;
}
IL_03ef:
{
bool L_176 = V_2;
if (!L_176)
{
goto IL_0406;
}
}
{
StringBuilder_t * L_177 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_178 = ___dateTime0;
int32_t L_179 = V_9;
int32_t L_180 = V_5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_181 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_182 = DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6(L_178, L_179, L_180, L_181, /*hidden argument*/NULL);
NullCheck(L_177);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_177, L_182, /*hidden argument*/NULL);
goto IL_044a;
}
IL_0406:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_183 = ___dtfi2;
NullCheck(L_183);
int32_t L_184 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_183, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_184&(int32_t)1)))
{
goto IL_0439;
}
}
{
int32_t L_185 = V_5;
if ((((int32_t)L_185) < ((int32_t)4)))
{
goto IL_0439;
}
}
{
StringBuilder_t * L_186 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_187 = ___dtfi2;
int32_t L_188 = V_9;
String_t* L_189 = ___format1;
int32_t L_190 = V_4;
int32_t L_191 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
bool L_192 = DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66(L_189, L_190, L_191, ((int32_t)100), /*hidden argument*/NULL);
G_B77_0 = L_188;
G_B77_1 = L_187;
G_B77_2 = L_186;
if (L_192)
{
G_B78_0 = L_188;
G_B78_1 = L_187;
G_B78_2 = L_186;
goto IL_042a;
}
}
{
G_B79_0 = 0;
G_B79_1 = G_B77_0;
G_B79_2 = G_B77_1;
G_B79_3 = G_B77_2;
goto IL_042b;
}
IL_042a:
{
G_B79_0 = 1;
G_B79_1 = G_B78_0;
G_B79_2 = G_B78_1;
G_B79_3 = G_B78_2;
}
IL_042b:
{
NullCheck(G_B79_2);
String_t* L_193 = DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77(G_B79_2, G_B79_1, G_B79_0, (bool)0, /*hidden argument*/NULL);
NullCheck(G_B79_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B79_3, L_193, /*hidden argument*/NULL);
goto IL_044a;
}
IL_0439:
{
StringBuilder_t * L_194 = V_1;
int32_t L_195 = V_9;
int32_t L_196 = V_5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_197 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_198 = DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F(L_195, L_196, L_197, /*hidden argument*/NULL);
NullCheck(L_194);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_194, L_198, /*hidden argument*/NULL);
}
IL_044a:
{
V_3 = (bool)0;
goto IL_05cc;
}
IL_0451:
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_199 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_200 = ___dateTime0;
NullCheck(L_199);
int32_t L_201 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_199, L_200);
V_10 = L_201;
String_t* L_202 = ___format1;
int32_t L_203 = V_4;
Il2CppChar L_204 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_205 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_202, L_203, L_204, /*hidden argument*/NULL);
V_5 = L_205;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_206 = ___dtfi2;
NullCheck(L_206);
bool L_207 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B(L_206, /*hidden argument*/NULL);
if (!L_207)
{
goto IL_0482;
}
}
{
StringBuilder_t * L_208 = V_1;
int32_t L_209 = V_10;
int32_t L_210 = V_5;
G_B84_0 = L_209;
G_B84_1 = L_208;
if ((((int32_t)L_210) <= ((int32_t)2)))
{
G_B85_0 = L_209;
G_B85_1 = L_208;
goto IL_0479;
}
}
{
G_B86_0 = 2;
G_B86_1 = G_B84_0;
G_B86_2 = G_B84_1;
goto IL_047b;
}
IL_0479:
{
int32_t L_211 = V_5;
G_B86_0 = L_211;
G_B86_1 = G_B85_0;
G_B86_2 = G_B85_1;
}
IL_047b:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(G_B86_2, G_B86_1, G_B86_0, /*hidden argument*/NULL);
goto IL_04d1;
}
IL_0482:
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_212 = V_0;
NullCheck(L_212);
int32_t L_213 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_212);
if ((!(((uint32_t)L_213) == ((uint32_t)8))))
{
goto IL_0495;
}
}
{
StringBuilder_t * L_214 = V_1;
int32_t L_215 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_214, L_215, /*hidden argument*/NULL);
goto IL_04d1;
}
IL_0495:
{
int32_t L_216 = V_5;
if ((((int32_t)L_216) > ((int32_t)2)))
{
goto IL_04a9;
}
}
{
StringBuilder_t * L_217 = V_1;
int32_t L_218 = V_10;
int32_t L_219 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_217, ((int32_t)((int32_t)L_218%(int32_t)((int32_t)100))), L_219, /*hidden argument*/NULL);
goto IL_04d1;
}
IL_04a9:
{
int32_t L_220 = V_5;
int32_t L_221 = L_220;
RuntimeObject * L_222 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_221);
String_t* L_223 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F, L_222, /*hidden argument*/NULL);
V_17 = L_223;
StringBuilder_t * L_224 = V_1;
String_t* L_225 = V_17;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_226 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_227 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_10), L_225, L_226, /*hidden argument*/NULL);
NullCheck(L_224);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_224, L_227, /*hidden argument*/NULL);
}
IL_04d1:
{
V_3 = (bool)0;
goto IL_05cc;
}
IL_04d8:
{
String_t* L_228 = ___format1;
int32_t L_229 = V_4;
Il2CppChar L_230 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_231 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_228, L_229, L_230, /*hidden argument*/NULL);
V_5 = L_231;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_232 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_233 = ___offset3;
String_t* L_234 = ___format1;
int32_t L_235 = V_5;
bool L_236 = V_3;
StringBuilder_t * L_237 = V_1;
DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685(L_232, L_233, L_234, L_235, L_236, L_237, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_04f5:
{
V_5 = 1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_238 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_239 = ___offset3;
StringBuilder_t * L_240 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7(L_238, L_239, L_240, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_0505:
{
StringBuilder_t * L_241 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_242 = ___dtfi2;
NullCheck(L_242);
String_t* L_243 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58(L_242, /*hidden argument*/NULL);
NullCheck(L_241);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_241, L_243, /*hidden argument*/NULL);
V_5 = 1;
goto IL_05cc;
}
IL_051a:
{
StringBuilder_t * L_244 = V_1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_245 = ___dtfi2;
NullCheck(L_245);
String_t* L_246 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C(L_245, /*hidden argument*/NULL);
NullCheck(L_244);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_244, L_246, /*hidden argument*/NULL);
V_5 = 1;
goto IL_05cc;
}
IL_052f:
{
StringBuilder_t * L_247 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_247, /*hidden argument*/NULL);
V_11 = L_247;
String_t* L_248 = ___format1;
int32_t L_249 = V_4;
StringBuilder_t * L_250 = V_11;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_251 = DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60(L_248, L_249, L_250, /*hidden argument*/NULL);
V_5 = L_251;
StringBuilder_t * L_252 = V_1;
StringBuilder_t * L_253 = V_11;
NullCheck(L_252);
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_252, L_253, /*hidden argument*/NULL);
goto IL_05cc;
}
IL_054d:
{
String_t* L_254 = ___format1;
int32_t L_255 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_256 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_254, L_255, /*hidden argument*/NULL);
V_8 = L_256;
int32_t L_257 = V_8;
if ((((int32_t)L_257) < ((int32_t)0)))
{
goto IL_0582;
}
}
{
int32_t L_258 = V_8;
if ((((int32_t)L_258) == ((int32_t)((int32_t)37))))
{
goto IL_0582;
}
}
{
StringBuilder_t * L_259 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_260 = ___dateTime0;
int32_t L_261 = V_8;
V_18 = (((int32_t)((uint16_t)L_261)));
String_t* L_262 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_18), /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_263 = ___dtfi2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_264 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_265 = DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619(L_260, L_262, L_263, L_264, /*hidden argument*/NULL);
NullCheck(L_259);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_259, L_265, /*hidden argument*/NULL);
V_5 = 2;
goto IL_05cc;
}
IL_0582:
{
String_t* L_266 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_267 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_267, L_266, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_267, NULL, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
}
IL_0592:
{
String_t* L_268 = ___format1;
int32_t L_269 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
int32_t L_270 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_268, L_269, /*hidden argument*/NULL);
V_8 = L_270;
int32_t L_271 = V_8;
if ((((int32_t)L_271) < ((int32_t)0)))
{
goto IL_05b0;
}
}
{
StringBuilder_t * L_272 = V_1;
int32_t L_273 = V_8;
NullCheck(L_272);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_272, (((int32_t)((uint16_t)L_273))), /*hidden argument*/NULL);
V_5 = 2;
goto IL_05cc;
}
IL_05b0:
{
String_t* L_274 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_275 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_275, L_274, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_275, NULL, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
}
IL_05c0:
{
StringBuilder_t * L_276 = V_1;
Il2CppChar L_277 = V_7;
NullCheck(L_276);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_276, L_277, /*hidden argument*/NULL);
V_5 = 1;
}
IL_05cc:
{
int32_t L_278 = V_4;
int32_t L_279 = V_5;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_278, (int32_t)L_279));
}
IL_05d3:
{
int32_t L_280 = V_4;
String_t* L_281 = ___format1;
NullCheck(L_281);
int32_t L_282 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_281, /*hidden argument*/NULL);
if ((((int32_t)L_280) < ((int32_t)L_282)))
{
goto IL_0023;
}
}
{
StringBuilder_t * L_283 = V_1;
String_t* L_284 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_283, /*hidden argument*/NULL);
return L_284;
}
}
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.String,System.Int32,System.Boolean,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, String_t* ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t * ___result5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_2 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0060;
}
}
{
bool L_3 = ___timeOnly4;
if (!L_3)
{
goto IL_0032;
}
}
{
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((((int64_t)L_4) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0032;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_5, 2, /*hidden argument*/NULL);
___offset1 = L_6;
goto IL_0060;
}
IL_0032:
{
int32_t L_7 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0057;
}
}
{
String_t* L_8 = ___format2;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = ___dateTime0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D(L_8, L_9, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = ___dateTime0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_10, 2, /*hidden argument*/NULL);
___dateTime0 = L_11;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_12, 2, /*hidden argument*/NULL);
___offset1 = L_13;
goto IL_0060;
}
IL_0057:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_14, 2, /*hidden argument*/NULL);
___offset1 = L_15;
}
IL_0060:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_17 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
bool L_18 = TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B(L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0079;
}
}
{
StringBuilder_t * L_19 = ___result5;
NullCheck(L_19);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_19, ((int32_t)43), /*hidden argument*/NULL);
goto IL_008c;
}
IL_0079:
{
StringBuilder_t * L_20 = ___result5;
NullCheck(L_20);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, ((int32_t)45), /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_21 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
___offset1 = L_21;
}
IL_008c:
{
int32_t L_22 = ___tokenLen3;
if ((((int32_t)L_22) > ((int32_t)1)))
{
goto IL_00af;
}
}
{
StringBuilder_t * L_23 = ___result5;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_25 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
int32_t L_26 = L_25;
RuntimeObject * L_27 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_26);
NullCheck(L_23);
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_23, L_24, _stringLiteralBDEF35423BEEA3F7C34BDC3E75748DEA59050198, L_27, /*hidden argument*/NULL);
return;
}
IL_00af:
{
StringBuilder_t * L_28 = ___result5;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_30 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
int32_t L_31 = L_30;
RuntimeObject * L_32 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_28);
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_28, L_29, _stringLiteral250E34D0324F6809D28A6BCC386CC09FE5DB991C, L_32, /*hidden argument*/NULL);
int32_t L_33 = ___tokenLen3;
if ((((int32_t)L_33) < ((int32_t)3)))
{
goto IL_00ef;
}
}
{
StringBuilder_t * L_34 = ___result5;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_36 = TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
int32_t L_37 = L_36;
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
NullCheck(L_34);
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_34, L_35, _stringLiteral2E7074DA7ECD9C7BACE7E75734DE6D1D00895DFE, L_38, /*hidden argument*/NULL);
}
IL_00ef:
{
return;
}
}
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, StringBuilder_t * ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_2 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0036;
}
}
{
int32_t L_3 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/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_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_6, 2, /*hidden argument*/NULL);
___offset1 = L_7;
goto IL_0036;
}
IL_0028:
{
StringBuilder_t * L_8 = ___result2;
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
return;
}
IL_0035:
{
return;
}
IL_0036:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
bool L_11 = TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_004e;
}
}
{
StringBuilder_t * L_12 = ___result2;
NullCheck(L_12);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_12, ((int32_t)43), /*hidden argument*/NULL);
goto IL_0060;
}
IL_004e:
{
StringBuilder_t * L_13 = ___result2;
NullCheck(L_13);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_13, ((int32_t)45), /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_14 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
___offset1 = L_14;
}
IL_0060:
{
StringBuilder_t * L_15 = ___result2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_17 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
int32_t L_20 = TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
int32_t L_21 = L_20;
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_15);
StringBuilder_AppendFormat_m6253057BEFDE3B0EDC63B8C725CD573486720D4C(L_15, L_16, _stringLiteral69C6FA8468D332A8338354A74CE92AA8DA8A642A, L_19, L_22, /*hidden argument*/NULL);
return;
}
}
// System.String System.DateTimeFormat::GetRealFormat(System.String,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0 (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Il2CppChar V_1 = 0x0;
{
V_0 = (String_t*)NULL;
String_t* L_0 = ___format0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
V_1 = L_1;
Il2CppChar L_2 = V_1;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)85)))))
{
goto IL_005a;
}
}
{
Il2CppChar L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)68))))
{
case 0:
{
goto IL_00c9;
}
case 1:
{
goto IL_0159;
}
case 2:
{
goto IL_00ee;
}
case 3:
{
goto IL_0100;
}
}
}
{
Il2CppChar L_4 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)77))))
{
case 0:
{
goto IL_0109;
}
case 1:
{
goto IL_0159;
}
case 2:
{
goto IL_0112;
}
case 3:
{
goto IL_0159;
}
case 4:
{
goto IL_0159;
}
case 5:
{
goto IL_011a;
}
case 6:
{
goto IL_0159;
}
case 7:
{
goto IL_0135;
}
case 8:
{
goto IL_0147;
}
}
}
{
goto IL_0159;
}
IL_005a:
{
Il2CppChar L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)89))))
{
goto IL_0150;
}
}
{
Il2CppChar L_6 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)100))))
{
case 0:
{
goto IL_00bd;
}
case 1:
{
goto IL_0159;
}
case 2:
{
goto IL_00d5;
}
case 3:
{
goto IL_00f7;
}
}
}
{
Il2CppChar L_7 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)109))))
{
case 0:
{
goto IL_0109;
}
case 1:
{
goto IL_0159;
}
case 2:
{
goto IL_0112;
}
case 3:
{
goto IL_0159;
}
case 4:
{
goto IL_0159;
}
case 5:
{
goto IL_011a;
}
case 6:
{
goto IL_0123;
}
case 7:
{
goto IL_012c;
}
case 8:
{
goto IL_013e;
}
case 9:
{
goto IL_0159;
}
case 10:
{
goto IL_0159;
}
case 11:
{
goto IL_0159;
}
case 12:
{
goto IL_0150;
}
}
}
{
goto IL_0159;
}
IL_00bd:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
NullCheck(L_8);
String_t* L_9 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0169;
}
IL_00c9:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = ___dtfi1;
NullCheck(L_10);
String_t* L_11 = DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB(L_10, /*hidden argument*/NULL);
V_0 = L_11;
goto IL_0169;
}
IL_00d5:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi1;
NullCheck(L_12);
String_t* L_13 = DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB(L_12, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi1;
NullCheck(L_14);
String_t* L_15 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_14, /*hidden argument*/NULL);
String_t* L_16 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_13, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0169;
}
IL_00ee:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi1;
NullCheck(L_17);
String_t* L_18 = DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4(L_17, /*hidden argument*/NULL);
V_0 = L_18;
goto IL_0169;
}
IL_00f7:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_19 = ___dtfi1;
NullCheck(L_19);
String_t* L_20 = DateTimeFormatInfo_get_GeneralShortTimePattern_m6528409AA7B4B138D136F9F5C6C2CA16981EBAB8(L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_0169;
}
IL_0100:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_21 = ___dtfi1;
NullCheck(L_21);
String_t* L_22 = DateTimeFormatInfo_get_GeneralLongTimePattern_m4803CD35334AA775089F6E48DF03817B6068E130(L_21, /*hidden argument*/NULL);
V_0 = L_22;
goto IL_0169;
}
IL_0109:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_23 = ___dtfi1;
NullCheck(L_23);
String_t* L_24 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_23, /*hidden argument*/NULL);
V_0 = L_24;
goto IL_0169;
}
IL_0112:
{
V_0 = _stringLiteralD7F5BC0BFDF8E081DB31E631E37B15C3881B1317;
goto IL_0169;
}
IL_011a:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_25 = ___dtfi1;
NullCheck(L_25);
String_t* L_26 = DateTimeFormatInfo_get_RFC1123Pattern_m8216E79C7C862A9AE400D52FCF07EA0B0C9AD49E(L_25, /*hidden argument*/NULL);
V_0 = L_26;
goto IL_0169;
}
IL_0123:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
NullCheck(L_27);
String_t* L_28 = DateTimeFormatInfo_get_SortableDateTimePattern_mF3A3FA3102096383E0E18C01F7F7A5F50375EF1B(L_27, /*hidden argument*/NULL);
V_0 = L_28;
goto IL_0169;
}
IL_012c:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi1;
NullCheck(L_29);
String_t* L_30 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_29, /*hidden argument*/NULL);
V_0 = L_30;
goto IL_0169;
}
IL_0135:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi1;
NullCheck(L_31);
String_t* L_32 = DateTimeFormatInfo_get_LongTimePattern_m5304AFC0442E7F208D4D39392E3CE8C0B56F5266(L_31, /*hidden argument*/NULL);
V_0 = L_32;
goto IL_0169;
}
IL_013e:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_33 = ___dtfi1;
NullCheck(L_33);
String_t* L_34 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m2322E2915D3E6EB5A61DDCA1F6F9CC07C61D4141(L_33, /*hidden argument*/NULL);
V_0 = L_34;
goto IL_0169;
}
IL_0147:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_35 = ___dtfi1;
NullCheck(L_35);
String_t* L_36 = DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4(L_35, /*hidden argument*/NULL);
V_0 = L_36;
goto IL_0169;
}
IL_0150:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi1;
NullCheck(L_37);
String_t* L_38 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_37, /*hidden argument*/NULL);
V_0 = L_38;
goto IL_0169;
}
IL_0159:
{
String_t* L_39 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_40 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_40, L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, NULL, DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_RuntimeMethod_var);
}
IL_0169:
{
String_t* L_41 = V_0;
return L_41;
}
}
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.String,System.DateTimeU26,System.Globalization.DateTimeFormatInfoU26,System.TimeSpanU26)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___dateTime1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
String_t* L_0 = ___format0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
{
goto IL_001c;
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
{
goto IL_004e;
}
}
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
{
goto IL_005a;
}
}
{
goto IL_0160;
}
IL_001c:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
{
goto IL_00fb;
}
}
{
Il2CppChar L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)111))))
{
case 0:
{
goto IL_004e;
}
case 1:
{
goto IL_0160;
}
case 2:
{
goto IL_0160;
}
case 3:
{
goto IL_005a;
}
case 4:
{
goto IL_00a6;
}
case 5:
{
goto IL_0160;
}
case 6:
{
goto IL_00b2;
}
}
}
{
goto IL_0160;
}
IL_004e:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_7 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_7) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_8);
goto IL_0160;
}
IL_005a:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_9 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_11 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_9), L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0085;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_12 = ___dateTime1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_13 = ___dateTime1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_14 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_13), (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_14), /*hidden argument*/NULL);
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_12 = L_15;
goto IL_009a;
}
IL_0085:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_16 = ___dateTime1;
int32_t L_17 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_16, /*hidden argument*/NULL);
if ((!(((uint32_t)L_17) == ((uint32_t)2))))
{
goto IL_009a;
}
}
{
String_t* L_18 = ___format0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_19 = ___dateTime1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B(L_18, (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_19), /*hidden argument*/NULL);
}
IL_009a:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_20 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_21 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_20) = (RuntimeObject *)L_21;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_20, (RuntimeObject *)L_21);
goto IL_0160;
}
IL_00a6:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_22 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_23 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_22) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_22, (RuntimeObject *)L_23);
goto IL_0160;
}
IL_00b2:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_24 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_25 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_26 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_24), L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00dd;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_27 = ___dateTime1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_28 = ___dateTime1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_29 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_30 = DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_28), (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_29), /*hidden argument*/NULL);
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_27 = L_30;
goto IL_00f2;
}
IL_00dd:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_31 = ___dateTime1;
int32_t L_32 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_31, /*hidden argument*/NULL);
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_00f2;
}
}
{
String_t* L_33 = ___format0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_34 = ___dateTime1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B(L_33, (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_34), /*hidden argument*/NULL);
}
IL_00f2:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_35 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_35) = (RuntimeObject *)L_36;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_35, (RuntimeObject *)L_36);
goto IL_0160;
}
IL_00fb:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_37 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_38 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_39 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_37), L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_011d;
}
}
{
String_t* L_40 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_41 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_41, L_40, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, NULL, DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_RuntimeMethod_var);
}
IL_011d:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_42 = ___dtfi2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_43 = ___dtfi2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_44 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_43);
NullCheck(L_44);
RuntimeObject * L_45 = DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA(L_44, /*hidden argument*/NULL);
*((RuntimeObject **)L_42) = (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_45, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_42, (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_45, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var)));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_46 = ___dtfi2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_47 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_46);
NullCheck(L_47);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_48 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
Type_t * L_49 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_48, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_50 = { reinterpret_cast<intptr_t> (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_51 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_50, /*hidden argument*/NULL);
bool L_52 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_49, L_51, /*hidden argument*/NULL);
if (!L_52)
{
goto IL_0154;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_53 = ___dtfi2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_54 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_53);
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_55 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
NullCheck(L_54);
DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C(L_54, L_55, /*hidden argument*/NULL);
}
IL_0154:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_56 = ___dateTime1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_57 = ___dateTime1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_58 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_57, /*hidden argument*/NULL);
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_56 = L_58;
}
IL_0160:
{
String_t* L_59 = ___format0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_60 = ___dtfi2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_61 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_60);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_62 = DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0(L_59, L_61, /*hidden argument*/NULL);
___format0 = L_62;
String_t* L_63 = ___format0;
return L_63;
}
}
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___dateTime0;
String_t* L_1 = ___format1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
String_t* L_4 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
String_t* L_0 = ___format1;
if (!L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ___format1;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0099;
}
}
IL_000e:
{
V_0 = (bool)0;
int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((((int64_t)L_3) >= ((int64_t)((int64_t)864000000000LL))))
{
goto IL_0063;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
NullCheck(L_4);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_5 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_5);
V_1 = L_6;
int32_t L_7 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3)))
{
case 0:
{
goto IL_005a;
}
case 1:
{
goto IL_005a;
}
case 2:
{
goto IL_0063;
}
case 3:
{
goto IL_005a;
}
case 4:
{
goto IL_0063;
}
case 5:
{
goto IL_005a;
}
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)13))))
{
goto IL_005a;
}
}
{
int32_t L_9 = V_1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)22)))) <= ((uint32_t)1))))
{
goto IL_0063;
}
}
IL_005a:
{
V_0 = (bool)1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
___dtfi2 = L_10;
}
IL_0063:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_12 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_13 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_11, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0085;
}
}
{
bool L_14 = V_0;
if (!L_14)
{
goto IL_007c;
}
}
{
___format1 = _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
goto IL_0099;
}
IL_007c:
{
___format1 = _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
goto IL_0099;
}
IL_0085:
{
bool L_15 = V_0;
if (!L_15)
{
goto IL_0091;
}
}
{
___format1 = _stringLiteral53CE4A69C239125FEAFB3AAB705BEF29027E8CC9;
goto IL_0099;
}
IL_0091:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi2;
NullCheck(L_16);
String_t* L_17 = DateTimeFormatInfo_get_DateTimeOffsetPattern_mF5E6E8E53ED7C8B1262F04DCC2AC8E951FDF2060(L_16, /*hidden argument*/NULL);
___format1 = L_17;
}
IL_0099:
{
String_t* L_18 = ___format1;
NullCheck(L_18);
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_18, /*hidden argument*/NULL);
if ((!(((uint32_t)L_19) == ((uint32_t)1))))
{
goto IL_00b0;
}
}
{
String_t* L_20 = ___format1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_21 = DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A(L_20, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi2), (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset3), /*hidden argument*/NULL);
___format1 = L_21;
}
IL_00b0:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_22 = ___dateTime0;
String_t* L_23 = ___format1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_24 = ___dtfi2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_25 = ___offset3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_26 = DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619(L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
return L_26;
}
}
// System.String[] System.DateTimeFormat::GetAllDateTimes(System.DateTime,System.Char,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, Il2CppChar ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
memset(&V_2, 0, sizeof(V_2));
int32_t V_3 = 0;
int32_t V_4 = 0;
{
V_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
V_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
Il2CppChar L_0 = ___format1;
if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)85)))))
{
goto IL_0054;
}
}
{
Il2CppChar L_1 = ___format1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)68))))
{
case 0:
{
goto IL_00b4;
}
case 1:
{
goto IL_0140;
}
case 2:
{
goto IL_00b4;
}
case 3:
{
goto IL_00b4;
}
}
}
{
Il2CppChar L_2 = ___format1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)77))))
{
case 0:
{
goto IL_00b4;
}
case 1:
{
goto IL_0140;
}
case 2:
{
goto IL_011e;
}
case 3:
{
goto IL_0140;
}
case 4:
{
goto IL_0140;
}
case 5:
{
goto IL_011e;
}
case 6:
{
goto IL_0140;
}
case 7:
{
goto IL_00b4;
}
case 8:
{
goto IL_00e2;
}
}
}
{
goto IL_0140;
}
IL_0054:
{
Il2CppChar L_3 = ___format1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)89))))
{
goto IL_00b4;
}
}
{
Il2CppChar L_4 = ___format1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)100))))
{
case 0:
{
goto IL_00b4;
}
case 1:
{
goto IL_0140;
}
case 2:
{
goto IL_00b4;
}
case 3:
{
goto IL_00b4;
}
}
}
{
Il2CppChar L_5 = ___format1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)109))))
{
case 0:
{
goto IL_00b4;
}
case 1:
{
goto IL_0140;
}
case 2:
{
goto IL_011e;
}
case 3:
{
goto IL_0140;
}
case 4:
{
goto IL_0140;
}
case 5:
{
goto IL_011e;
}
case 6:
{
goto IL_011e;
}
case 7:
{
goto IL_00b4;
}
case 8:
{
goto IL_011e;
}
case 9:
{
goto IL_0140;
}
case 10:
{
goto IL_0140;
}
case 11:
{
goto IL_0140;
}
case 12:
{
goto IL_00b4;
}
}
}
{
goto IL_0140;
}
IL_00b4:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi2;
Il2CppChar L_7 = ___format1;
NullCheck(L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = DateTimeFormatInfo_GetAllDateTimePatterns_m2D5DEA982B0E5F45C317F2C3253473B5D112A440(L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_0;
NullCheck(L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))));
V_1 = L_10;
V_3 = 0;
goto IL_00da;
}
IL_00c9:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
int32_t L_12 = V_3;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = ___dateTime0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0;
int32_t L_15 = V_3;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_18 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_19 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_13, L_17, L_18, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_19);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (String_t*)L_19);
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_00da:
{
int32_t L_21 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = V_0;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))))))
{
goto IL_00c9;
}
}
{
goto IL_0150;
}
IL_00e2:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
V_2 = L_23;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_24 = ___dtfi2;
Il2CppChar L_25 = ___format1;
NullCheck(L_24);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = DateTimeFormatInfo_GetAllDateTimePatterns_m2D5DEA982B0E5F45C317F2C3253473B5D112A440(L_24, L_25, /*hidden argument*/NULL);
V_0 = L_26;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_0;
NullCheck(L_27);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))));
V_1 = L_28;
V_4 = 0;
goto IL_0115;
}
IL_0100:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_1;
int32_t L_30 = V_4;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_31 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = V_0;
int32_t L_33 = V_4;
NullCheck(L_32);
int32_t L_34 = L_33;
String_t* L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_37 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_31, L_35, L_36, /*hidden argument*/NULL);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_37);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (String_t*)L_37);
int32_t L_38 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
}
IL_0115:
{
int32_t L_39 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_0;
NullCheck(L_40);
if ((((int32_t)L_39) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))))))
{
goto IL_0100;
}
}
{
goto IL_0150;
}
IL_011e:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = L_41;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_43 = ___dateTime0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = L_44;
Il2CppChar L_46 = ___format1;
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_46);
String_t* L_47 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_45, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_49 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_43, L_47, L_48, /*hidden argument*/NULL);
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_49);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_49);
V_1 = L_42;
goto IL_0150;
}
IL_0140:
{
String_t* L_50 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_51 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_51, L_50, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, NULL, DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9_RuntimeMethod_var);
}
IL_0150:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_52 = V_1;
return L_52;
}
}
// System.String[] System.DateTimeFormat::GetAllDateTimes(System.DateTime,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormat_GetAllDateTimes_m5B16220DC7E79BE3C54751C2389C461C0A66B0CF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat_GetAllDateTimes_m5B16220DC7E79BE3C54751C2389C461C0A66B0CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL;
int32_t V_4 = 0;
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_m82C4D0710B1BD00E77EFC7B8B55F1CD0C02A5377(L_0, ((int32_t)132), /*hidden argument*/List_1__ctor_m82C4D0710B1BD00E77EFC7B8B55F1CD0C02A5377_RuntimeMethod_var);
V_0 = L_0;
V_2 = 0;
goto IL_003e;
}
IL_000f:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___dateTime0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_allStandardFormats_1();
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = DateTimeFormat_GetAllDateTimes_mED87B10B408E0EDF3978CD520AB267AAB4BF46C9(L_1, L_5, L_6, /*hidden argument*/NULL);
V_3 = L_7;
V_4 = 0;
goto IL_0033;
}
IL_0023:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_3;
int32_t L_10 = V_4;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_8, L_12, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0033:
{
int32_t L_14 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_3;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))
{
goto IL_0023;
}
}
{
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_003e:
{
int32_t L_17 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_allStandardFormats_1();
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_000f;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_19, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_1 = L_21;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_24 = V_0;
NullCheck(L_24);
int32_t L_25 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_24, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
NullCheck(L_22);
List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC(L_22, 0, L_23, 0, L_25, /*hidden argument*/List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC_RuntimeMethod_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_1;
return L_26;
}
}
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.String,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.DateTimeFormat::InvalidFormatForUtc(System.String,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.DateTimeFormat::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2();
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_NullOffset_0(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_allStandardFormats_1(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral6934105AD50010B814C933314B1DA6841431BC8B);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral6934105AD50010B814C933314B1DA6841431BC8B);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F);
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_fixedNumberFormats_2(L_11);
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)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
__this->set_m_offsetMinutes_3(L_1);
int64_t L_2 = ___ticks0;
DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_2, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = V_0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ___offset1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_3, L_4, /*hidden argument*/NULL);
__this->set_m_dateTime_2(L_5);
return;
}
}
extern "C" void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF(_thisAdjusted, ___ticks0, ___offset1, method);
}
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
{
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_1, 2, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_001d;
}
IL_0014:
{
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
}
IL_001d:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
int16_t L_4 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_3, /*hidden argument*/NULL);
__this->set_m_offsetMinutes_3(L_4);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_5, L_6, /*hidden argument*/NULL);
__this->set_m_dateTime_2(L_7);
return;
}
}
extern "C" void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69(_thisAdjusted, ___dateTime0, method);
}
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_002e;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___offset1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_2, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_4 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_1, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_005a;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral84438CC83C2D03D5D2522C478AF59E64437A2D38, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var);
}
IL_002e:
{
int32_t L_7 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_005a;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
bool L_10 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005a;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDF3F381429FAA63618037AF121057F7195B2716D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var);
}
IL_005a:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
int16_t L_14 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_13, /*hidden argument*/NULL);
__this->set_m_offsetMinutes_3(L_14);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = ___dateTime0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = ___offset1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_15, L_16, /*hidden argument*/NULL);
__this->set_m_dateTime_2(L_17);
return;
}
}
extern "C" void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02(_thisAdjusted, ___dateTime0, ___offset1, method);
}
// System.DateTime System.DateTimeOffset::get_DateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
return L_0;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328(_thisAdjusted, method);
}
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_dateTime_2();
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_0, 1, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8(_thisAdjusted, method);
}
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_0 = L_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7(_thisAdjusted, method);
}
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_dateTime_2();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4;
memset(&L_4, 0, sizeof(L_4));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_4), L_3, 0, /*hidden argument*/NULL);
return L_4;
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0(_thisAdjusted, method);
}
// System.TimeSpan System.DateTimeOffset::get_Offset()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
{
int16_t L_0 = __this->get_m_offsetMinutes_3();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1;
memset(&L_1, 0, sizeof(L_1));
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_1), 0, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0(_thisAdjusted, method);
}
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
memset(&V_1, 0, sizeof(V_1));
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 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_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD70FB7C8886594E6977911D655F2B7C2713DDC67, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_RuntimeMethod_var);
}
IL_001d:
{
RuntimeObject * L_4 = ___obj0;
V_2 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_4, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_2), /*hidden argument*/NULL);
V_0 = L_5;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_1 = L_6;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_9 = DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
return 1;
}
IL_003e:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_12 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0049;
}
}
{
return (-1);
}
IL_0049:
{
return 0;
}
}
extern "C" int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
memset(&V_1, 0, sizeof(V_1));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___other0), /*hidden argument*/NULL);
V_0 = L_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_1 = L_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_4 = DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_001a;
}
}
{
return 1;
}
IL_001a:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_7 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0025;
}
}
{
return (-1);
}
IL_0025:
{
return 0;
}
}
extern "C" int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17(_thisAdjusted, ___other0, method);
}
// System.Boolean System.DateTimeOffset::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_1;
memset(&V_1, 0, sizeof(V_1));
{
RuntimeObject * L_0 = ___obj0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = ___obj0;
V_1 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_2, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_1), /*hidden argument*/NULL);
bool L_4 = DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0025:
{
return (bool)0;
}
}
extern "C" bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_0 = L_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___other0), /*hidden argument*/NULL);
bool L_2 = DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3(_thisAdjusted, ___other0, method);
}
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
__this->set_m_offsetMinutes_3(L_1);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_2, L_3, /*hidden argument*/NULL);
__this->set_m_dateTime_2(L_4);
goto IL_003c;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB69220CE564D3318A9EEF1120FC119174ADBDEEA, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = V_0;
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921(L_7, L_5, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_RuntimeMethod_var);
} // end catch (depth: 1)
IL_003c:
{
return;
}
}
extern "C" void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5(_thisAdjusted, ___sender0, method);
}
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = __this->get_m_dateTime_2();
NullCheck(L_2);
SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770(L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
int16_t L_5 = __this->get_m_offsetMinutes_3();
NullCheck(L_4);
SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5(L_4, _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847, L_5, /*hidden argument*/NULL);
return;
}
}
extern "C" void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2(_thisAdjusted, ___info0, ___context1, method);
}
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F, L_4, /*hidden argument*/NULL);
__this->set_m_dateTime_2(((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_5, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847, L_8, /*hidden argument*/NULL);
__this->set_m_offsetMinutes_3(((*(int16_t*)((int16_t*)UnBox(L_9, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))));
return;
}
}
extern "C" void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5(_thisAdjusted, ___info0, ___context1, method);
}
// System.Int32 System.DateTimeOffset::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return L_1;
}
}
extern "C" int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2(_thisAdjusted, method);
}
// System.String System.DateTimeOffset::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_3 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, (String_t*)NULL, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
extern "C" String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B(_thisAdjusted, method);
}
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_5 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, L_1, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
extern "C" String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + 1);
return DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A(_thisAdjusted, ___format0, ___formatProvider1, method);
}
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int64_t L_0 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset0), /*hidden argument*/NULL);
V_0 = L_0;
int64_t L_1 = V_0;
if (!((int64_t)((int64_t)L_1%(int64_t)(((int64_t)((int64_t)((int32_t)600000000)))))))
{
goto IL_0027;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral05608D6BAF0E8D03507A8DA18BF32BFB7F9A89D2, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var);
}
IL_0027:
{
int64_t L_4 = V_0;
if ((((int64_t)L_4) < ((int64_t)((int64_t)-504000000000LL))))
{
goto IL_003f;
}
}
{
int64_t L_5 = V_0;
if ((((int64_t)L_5) <= ((int64_t)((int64_t)504000000000LL))))
{
goto IL_0054;
}
}
IL_003f:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral373200C310CFE7943ADAA3B9DFD615F20077301B, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var);
}
IL_0054:
{
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset0), /*hidden argument*/NULL);
return (((int16_t)((int16_t)((int64_t)((int64_t)L_8/(int64_t)(((int64_t)((int64_t)((int32_t)600000000)))))))));
}
}
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int64_t L_0 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
int64_t L_1 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1));
int64_t L_2 = V_0;
if ((((int64_t)L_2) < ((int64_t)(((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_0036;
}
}
IL_0021:
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6F994E8AE80101C35E892AF10D23C1F93935161, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_RuntimeMethod_var);
}
IL_0036:
{
int64_t L_6 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
memset(&L_7, 0, sizeof(L_7));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_7), L_6, 0, /*hidden argument*/NULL);
return L_7;
}
}
// System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_op_Implicit_m51C2D02E47F9ABFDEFF8F1F37D164418EFDA22DE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___dateTime0;
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1;
memset(&L_1, 0, sizeof(L_1));
DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.DateTimeOffset::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1;
memset(&L_1, 0, sizeof(L_1));
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF((&L_1), (((int64_t)((int64_t)0))), L_0, /*hidden argument*/NULL);
((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->set_MinValue_0(L_1);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_3;
memset(&L_3, 0, sizeof(L_3));
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF((&L_3), ((int64_t)3155378975999999999LL), L_2, /*hidden argument*/NULL);
((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->set_MaxValue_1(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime System.DateTimeParse::ParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
memset(&V_0, 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
String_t* L_0 = ___s0;
String_t* L_1 = ___format1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
int32_t L_3 = ___style3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_4 = DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE(L_0, L_1, L_2, L_3, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0023;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_5 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = L_5.get_parsedDate_11();
return L_6;
}
IL_0023:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
Exception_t * L_7 = DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_RuntimeMethod_var);
}
}
// System.Boolean System.DateTimeParse::TryParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_0018;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result4;
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
return (bool)0;
}
IL_0018:
{
String_t* L_2 = ___format1;
if (L_2)
{
goto IL_0030;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result4;
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
return (bool)0;
}
IL_0030:
{
String_t* L_4 = ___s0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0048;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0048:
{
String_t* L_7 = ___format1;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0060;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_9, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0060:
{
String_t* L_10 = ___s0;
String_t* L_11 = ___format1;
int32_t L_12 = ___style3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi2;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_15 = DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15(L_10, L_11, L_12, L_13, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Boolean System.DateTimeParse::MatchWord(System.__DTStringU26,System.String)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, String_t* ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
String_t* L_4 = L_3->get_Value_0();
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
int32_t L_7 = L_6->get_Index_1();
if ((((int32_t)L_2) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)))))
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
String_t* L_11 = L_10->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
int32_t L_13 = L_12->get_Index_1();
int32_t L_14 = V_0;
String_t* L_15 = ___target1;
int32_t L_16 = V_0;
NullCheck(L_9);
int32_t L_17 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, L_11, L_13, L_14, L_15, 0, L_16, 1);
if (!L_17)
{
goto IL_003e;
}
}
{
return (bool)0;
}
IL_003e:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
int32_t L_19 = L_18->get_Index_1();
String_t* L_20 = ___target1;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21));
int32_t L_22 = V_1;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_23 = ___str0;
String_t* L_24 = L_23->get_Value_0();
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_24, /*hidden argument*/NULL);
if ((((int32_t)L_22) >= ((int32_t)L_25)))
{
goto IL_006f;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str0;
String_t* L_27 = L_26->get_Value_0();
int32_t L_28 = V_1;
NullCheck(L_27);
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, L_28, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_30 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_006f;
}
}
{
return (bool)0;
}
IL_006f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str0;
int32_t L_32 = V_1;
L_31->set_Index_1(L_32);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_33 = ___str0;
int32_t L_34 = L_33->get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
int32_t L_36 = L_35->get_len_2();
if ((((int32_t)L_34) >= ((int32_t)L_36)))
{
goto IL_009b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
String_t* L_39 = L_38->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_40 = ___str0;
int32_t L_41 = L_40->get_Index_1();
NullCheck(L_39);
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, L_41, /*hidden argument*/NULL);
L_37->set_m_current_3(L_42);
}
IL_009b:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTStringU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_1 = DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (bool)1;
}
IL_000f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_3 = DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001e;
}
}
{
return (bool)1;
}
IL_001e:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
{
goto IL_000e;
}
}
{
Il2CppChar L_1 = ___ch0;
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_000e:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTStringU26,System.DoubleU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, double* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55_MetadataUsageId);
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.1);
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((double)L_3, (double)((double)il2cpp_codegen_multiply((double)(((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48)))))), (double)L_5))));
double L_6 = V_0;
V_0 = ((double)il2cpp_codegen_multiply((double)L_6, (double)(0.1)));
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0035:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
bool L_9 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_004c;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
Il2CppChar L_11 = L_10->get_m_current_3();
Il2CppChar L_12 = L_11;
V_2 = L_12;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_13 = DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A(L_12, /*hidden argument*/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.__DTStringU26,System.TimeSpanU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D 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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_1 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
V_2 = L_1;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_2 = V_2;
int32_t L_3 = L_2.get_length_2();
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
Il2CppChar L_4 = DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99((DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *)(&V_2), 0, /*hidden argument*/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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_7 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_8 = V_2;
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_7, L_8, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_10 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
V_2 = L_10;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_11 = V_2;
int32_t L_12 = L_11.get_type_3();
if ((((int32_t)L_12) == ((int32_t)2)))
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0044:
{
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_13 = V_2;
int32_t L_14 = L_13.get_value_4();
V_4 = L_14;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_15 = V_2;
int32_t L_16 = L_15.get_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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_20 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_21 = V_2;
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_20, L_21, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_22 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_23 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_22, /*hidden argument*/NULL);
V_2 = L_23;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_24 = V_2;
int32_t L_25 = L_24.get_length_2();
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
{
goto IL_00e0;
}
}
{
Il2CppChar L_26 = DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99((DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *)(&V_2), 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)58)))))
{
goto IL_00e0;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_27 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_28 = V_2;
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_27, L_28, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_30 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, /*hidden argument*/NULL);
V_2 = L_30;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_31 = V_2;
int32_t L_32 = L_31.get_type_3();
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_00ad;
}
}
{
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_33 = V_2;
int32_t L_34 = L_33.get_length_2();
if ((((int32_t)L_34) < ((int32_t)1)))
{
goto IL_00ad;
}
}
{
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_35 = V_2;
int32_t L_36 = L_35.get_length_2();
if ((((int32_t)L_36) <= ((int32_t)2)))
{
goto IL_00af;
}
}
IL_00ad:
{
return (bool)0;
}
IL_00af:
{
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_37 = V_2;
int32_t L_38 = L_37.get_value_4();
V_1 = L_38;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_40 = V_2;
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_39, L_40, /*hidden argument*/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)((int32_t)L_43/(int32_t)((int32_t)100)));
int32_t L_44 = V_4;
V_1 = ((int32_t)((int32_t)L_44%(int32_t)((int32_t)100)));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_45 = ___str0;
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_46 = V_2;
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_45, L_46, /*hidden argument*/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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_49 = ___result1;
int32_t L_50 = V_0;
int32_t L_51 = V_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_52;
memset(&L_52, 0, sizeof(L_52));
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_52), L_50, L_51, 0, /*hidden argument*/NULL);
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_49 = L_52;
Il2CppChar L_53 = V_3;
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)45)))))
{
goto IL_010a;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_54 = ___result1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_55 = ___result1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_56 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_55, /*hidden argument*/NULL);
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_54 = L_56;
}
IL_010a:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTStringU26,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
int32_t L_1 = L_0->get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
int32_t L_3 = L_2->get_len_2();
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))))
{
goto IL_00b9;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_4 = ___str0;
String_t* L_5 = L_4->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
int32_t L_7 = L_6->get_Index_1();
NullCheck(L_5);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
V_1 = 0;
goto IL_0041;
}
IL_0029:
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
String_t* L_11 = L_10->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
int32_t L_13 = L_12->get_Index_1();
int32_t L_14 = V_1;
NullCheck(L_11);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL);
V_0 = L_15;
}
IL_0041:
{
Il2CppChar L_16 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_17 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
int32_t L_19 = L_18->get_Index_1();
int32_t L_20 = V_1;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_21 = ___str0;
int32_t L_22 = L_21->get_len_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))))
{
goto IL_0029;
}
}
IL_005b:
{
Il2CppChar L_23 = V_0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)43))))
{
goto IL_0065;
}
}
{
Il2CppChar L_24 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)45)))))
{
goto IL_00b9;
}
}
IL_0065:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
int32_t* L_26 = L_25->get_address_of_Index_1();
int32_t* L_27 = L_26;
int32_t L_28 = *((int32_t*)L_27);
int32_t L_29 = V_1;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result1;
int32_t L_31 = L_30->get_flags_8();
if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)256))))
{
goto IL_008d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_008d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result1;
int32_t* L_34 = L_33->get_address_of_flags_8();
int32_t* L_35 = L_34;
int32_t L_36 = *((int32_t*)L_35);
*((int32_t*)L_35) = (int32_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)256)));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_39 = L_38->get_address_of_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_40 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_37, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_39, /*hidden argument*/NULL);
if (L_40)
{
goto IL_00b9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00b9:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::Lex(System.DateTimeParse_DS,System.__DTStringU26,System.DateTimeTokenU26,System.DateTimeRawInfoU26,System.DateTimeResultU26,System.Globalization.DateTimeFormatInfoU26,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622 (int32_t ___dps0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622_MetadataUsageId);
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;
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_6 = NULL;
bool V_7 = false;
int32_t V_8 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B42_0 = NULL;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B41_0 = NULL;
int32_t G_B43_0 = 0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B43_1 = NULL;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B88_0 = NULL;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B87_0 = NULL;
int32_t G_B89_0 = 0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B89_1 = NULL;
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_0 = ___dtok2;
L_0->set_dtt_0(((int32_t)18));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_2 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_2);
__DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), L_3, /*hidden argument*/NULL);
int32_t L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))
{
case 0:
{
goto IL_005e;
}
case 1:
{
goto IL_005e;
}
case 2:
{
goto IL_0993;
}
case 3:
{
goto IL_0993;
}
case 4:
{
goto IL_077b;
}
case 5:
{
goto IL_0987;
}
case 6:
{
goto IL_074e;
}
case 7:
{
goto IL_092d;
}
case 8:
{
goto IL_0878;
}
case 9:
{
goto IL_0a4d;
}
case 10:
{
goto IL_09b8;
}
case 11:
{
goto IL_05e3;
}
case 12:
{
goto IL_08a7;
}
case 13:
{
goto IL_08ea;
}
case 14:
{
goto IL_0a4d;
}
}
}
{
goto IL_0a4d;
}
IL_005e:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw3;
int32_t L_6 = L_5->get_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_007b;
}
}
IL_006b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_8, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_007b:
{
int32_t L_9 = ___dps0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)19)))))
{
goto IL_00b2;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str1;
int32_t L_11 = L_10->get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str1;
int32_t L_13 = L_12->get_len_2();
if ((((int32_t)L_11) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))))
{
goto IL_00b2;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str1;
String_t* L_15 = L_14->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str1;
int32_t L_17 = L_16->get_Index_1();
NullCheck(L_15);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)46)))))
{
goto IL_00b2;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw3;
double* L_21 = L_20->get_address_of_fraction_7();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_19, (double*)L_21, /*hidden argument*/NULL);
}
IL_00b2:
{
int32_t L_22 = ___dps0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)19))))
{
goto IL_00bc;
}
}
{
int32_t L_23 = ___dps0;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)18)))))
{
goto IL_00d8;
}
}
IL_00bc:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_24 = ___str1;
int32_t L_25 = L_24->get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str1;
int32_t L_27 = L_26->get_len_2();
if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)))))
{
goto IL_00d8;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_28 = ___str1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_30 = DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_28, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, /*hidden argument*/NULL);
if (L_30)
{
goto IL_00d8;
}
}
{
return (bool)0;
}
IL_00d8:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_31 = ___dtok2;
int32_t L_32 = V_1;
L_31->set_num_2(L_32);
int32_t L_33 = V_0;
if ((!(((uint32_t)L_33) == ((uint32_t)2))))
{
goto IL_02ed;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw3;
int32_t L_35 = L_34->get_year_3();
if ((!(((uint32_t)L_35) == ((uint32_t)(-1)))))
{
goto IL_02dd;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw3;
int32_t L_37 = V_1;
L_36->set_year_3(L_37);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_39 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_40 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_39);
int32_t L_41 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, L_40, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
int32_t L_42 = L_41;
V_4 = L_42;
V_5 = L_42;
int32_t L_43 = V_5;
if ((((int32_t)L_43) > ((int32_t)((int32_t)1792))))
{
goto IL_016f;
}
}
{
int32_t L_44 = V_5;
if ((((int32_t)L_44) > ((int32_t)((int32_t)1024))))
{
goto IL_0146;
}
}
{
int32_t L_45 = V_5;
if ((((int32_t)L_45) == ((int32_t)((int32_t)512))))
{
goto IL_01e4;
}
}
{
int32_t L_46 = V_5;
if ((((int32_t)L_46) == ((int32_t)((int32_t)768))))
{
goto IL_022d;
}
}
{
int32_t L_47 = V_5;
if ((((int32_t)L_47) == ((int32_t)((int32_t)1024))))
{
goto IL_01f1;
}
}
{
goto IL_02cb;
}
IL_0146:
{
int32_t L_48 = V_5;
if ((((int32_t)L_48) == ((int32_t)((int32_t)1280))))
{
goto IL_01f1;
}
}
{
int32_t L_49 = V_5;
if ((((int32_t)L_49) == ((int32_t)((int32_t)1536))))
{
goto IL_023a;
}
}
{
int32_t L_50 = V_5;
if ((((int32_t)L_50) == ((int32_t)((int32_t)1792))))
{
goto IL_0247;
}
}
{
goto IL_02cb;
}
IL_016f:
{
int32_t L_51 = V_5;
if ((((int32_t)L_51) > ((int32_t)((int32_t)2560))))
{
goto IL_01a1;
}
}
{
int32_t L_52 = V_5;
if ((((int32_t)L_52) == ((int32_t)((int32_t)2048))))
{
goto IL_02a7;
}
}
{
int32_t L_53 = V_5;
if ((((int32_t)L_53) == ((int32_t)((int32_t)2304))))
{
goto IL_02a7;
}
}
{
int32_t L_54 = V_5;
if ((((int32_t)L_54) == ((int32_t)((int32_t)2560))))
{
goto IL_02a7;
}
}
{
goto IL_02cb;
}
IL_01a1:
{
int32_t L_55 = V_5;
if ((((int32_t)L_55) > ((int32_t)((int32_t)3072))))
{
goto IL_01c7;
}
}
{
int32_t L_56 = V_5;
if ((((int32_t)L_56) == ((int32_t)((int32_t)2816))))
{
goto IL_02b9;
}
}
{
int32_t L_57 = V_5;
if ((((int32_t)L_57) == ((int32_t)((int32_t)3072))))
{
goto IL_02b9;
}
}
{
goto IL_02cb;
}
IL_01c7:
{
int32_t L_58 = V_5;
if ((((int32_t)L_58) == ((int32_t)((int32_t)3328))))
{
goto IL_02b9;
}
}
{
int32_t L_59 = V_5;
if ((((int32_t)L_59) == ((int32_t)((int32_t)3840))))
{
goto IL_0269;
}
}
{
goto IL_02cb;
}
IL_01e4:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_60 = ___dtok2;
L_60->set_dtt_0(((int32_t)14));
goto IL_02db;
}
IL_01f1:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_61 = ___raw3;
int32_t L_62 = L_61->get_timeMark_6();
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
{
goto IL_021a;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_63 = ___raw3;
int32_t L_64 = V_4;
G_B41_0 = L_63;
if ((((int32_t)L_64) == ((int32_t)((int32_t)1024))))
{
G_B42_0 = L_63;
goto IL_0207;
}
}
{
G_B43_0 = 1;
G_B43_1 = G_B41_0;
goto IL_0208;
}
IL_0207:
{
G_B43_0 = 0;
G_B43_1 = G_B42_0;
}
IL_0208:
{
G_B43_1->set_timeMark_6(G_B43_0);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_65 = ___dtok2;
L_65->set_dtt_0(((int32_t)12));
goto IL_02db;
}
IL_021a:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_66, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
goto IL_02db;
}
IL_022d:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_67 = ___dtok2;
L_67->set_dtt_0(((int32_t)12));
goto IL_02db;
}
IL_023a:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_68 = ___dtok2;
L_68->set_dtt_0(((int32_t)13));
goto IL_02db;
}
IL_0247:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_69 = ___raw3;
bool L_70 = L_69->get_hasSameDateAndTimeSeparators_8();
if (L_70)
{
goto IL_025f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_71 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_71, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_025f:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_72 = ___dtok2;
L_72->set_dtt_0(((int32_t)13));
goto IL_02db;
}
IL_0269:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_73 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_74 = ___dps0;
NullCheck(L_73);
int32_t L_75 = L_74;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_76 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
NullCheck(L_76);
int32_t L_77 = ((int32_t)13);
int32_t L_78 = (int32_t)(L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)20)))))
{
goto IL_029d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_79 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_80 = ___dps0;
NullCheck(L_79);
int32_t L_81 = L_80;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_82 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
NullCheck(L_82);
int32_t L_83 = ((int32_t)12);
int32_t L_84 = (int32_t)(L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
if ((((int32_t)L_84) <= ((int32_t)((int32_t)20))))
{
goto IL_029d;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_85 = ___str1;
int32_t L_86 = V_2;
L_85->set_Index_1(L_86);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_87 = ___str1;
Il2CppChar L_88 = V_3;
L_87->set_m_current_3(L_88);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_89 = ___dtok2;
L_89->set_dtt_0(((int32_t)12));
goto IL_02db;
}
IL_029d:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_90 = ___dtok2;
L_90->set_dtt_0(((int32_t)13));
goto IL_02db;
}
IL_02a7:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_91 = ___dtok2;
L_91->set_dtt_0(((int32_t)9));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_92 = ___dtok2;
int32_t L_93 = V_4;
L_92->set_suffix_1(L_93);
goto IL_02db;
}
IL_02b9:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_94 = ___dtok2;
L_94->set_dtt_0(((int32_t)10));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_95 = ___dtok2;
int32_t L_96 = V_4;
L_95->set_suffix_1(L_96);
goto IL_02db;
}
IL_02cb:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_97 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_97, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_02db:
{
return (bool)1;
}
IL_02dd:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_98 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_98, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_02ed:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_99 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_100 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_101 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_100);
int32_t L_102 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_99, L_101, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
int32_t L_103 = L_102;
V_4 = L_103;
V_5 = L_103;
int32_t L_104 = V_5;
if ((((int32_t)L_104) > ((int32_t)((int32_t)2048))))
{
goto IL_037d;
}
}
{
int32_t L_105 = V_5;
if ((((int32_t)L_105) > ((int32_t)((int32_t)1024))))
{
goto IL_033a;
}
}
{
int32_t L_106 = V_5;
if ((((int32_t)L_106) == ((int32_t)((int32_t)512))))
{
goto IL_03f2;
}
}
{
int32_t L_107 = V_5;
if ((((int32_t)L_107) == ((int32_t)((int32_t)768))))
{
goto IL_0481;
}
}
{
int32_t L_108 = V_5;
if ((((int32_t)L_108) == ((int32_t)((int32_t)1024))))
{
goto IL_040a;
}
}
{
goto IL_05d3;
}
IL_033a:
{
int32_t L_109 = V_5;
if ((((int32_t)L_109) > ((int32_t)((int32_t)1536))))
{
goto IL_0360;
}
}
{
int32_t L_110 = V_5;
if ((((int32_t)L_110) == ((int32_t)((int32_t)1280))))
{
goto IL_040a;
}
}
{
int32_t L_111 = V_5;
if ((((int32_t)L_111) == ((int32_t)((int32_t)1536))))
{
goto IL_0499;
}
}
{
goto IL_05d3;
}
IL_0360:
{
int32_t L_112 = V_5;
if ((((int32_t)L_112) == ((int32_t)((int32_t)1792))))
{
goto IL_04fa;
}
}
{
int32_t L_113 = V_5;
if ((((int32_t)L_113) == ((int32_t)((int32_t)2048))))
{
goto IL_054b;
}
}
{
goto IL_05d3;
}
IL_037d:
{
int32_t L_114 = V_5;
if ((((int32_t)L_114) > ((int32_t)((int32_t)2816))))
{
goto IL_03af;
}
}
{
int32_t L_115 = V_5;
if ((((int32_t)L_115) == ((int32_t)((int32_t)2304))))
{
goto IL_0590;
}
}
{
int32_t L_116 = V_5;
if ((((int32_t)L_116) == ((int32_t)((int32_t)2560))))
{
goto IL_0590;
}
}
{
int32_t L_117 = V_5;
if ((((int32_t)L_117) == ((int32_t)((int32_t)2816))))
{
goto IL_05a5;
}
}
{
goto IL_05d3;
}
IL_03af:
{
int32_t L_118 = V_5;
if ((((int32_t)L_118) > ((int32_t)((int32_t)3328))))
{
goto IL_03d5;
}
}
{
int32_t L_119 = V_5;
if ((((int32_t)L_119) == ((int32_t)((int32_t)3072))))
{
goto IL_05a5;
}
}
{
int32_t L_120 = V_5;
if ((((int32_t)L_120) == ((int32_t)((int32_t)3328))))
{
goto IL_05a5;
}
}
{
goto IL_05d3;
}
IL_03d5:
{
int32_t L_121 = V_5;
if ((((int32_t)L_121) == ((int32_t)((int32_t)3584))))
{
goto IL_05ba;
}
}
{
int32_t L_122 = V_5;
if ((((int32_t)L_122) == ((int32_t)((int32_t)3840))))
{
goto IL_04b1;
}
}
{
goto IL_05d3;
}
IL_03f2:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_123 = ___dtok2;
L_123->set_dtt_0(1);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_124 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_125 = ___dtok2;
int32_t L_126 = L_125->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_124, L_126, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_040a:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_127 = ___raw3;
int32_t L_128 = L_127->get_timeMark_6();
if ((!(((uint32_t)L_128) == ((uint32_t)(-1)))))
{
goto IL_0452;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_129 = ___raw3;
int32_t L_130 = V_4;
G_B87_0 = L_129;
if ((((int32_t)L_130) == ((int32_t)((int32_t)1024))))
{
G_B88_0 = L_129;
goto IL_0420;
}
}
{
G_B89_0 = 1;
G_B89_1 = G_B87_0;
goto IL_0421;
}
IL_0420:
{
G_B89_0 = 0;
G_B89_1 = G_B88_0;
}
IL_0421:
{
G_B89_1->set_timeMark_6(G_B89_0);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_131 = ___dtok2;
L_131->set_dtt_0(2);
int32_t L_132 = ___dps0;
if ((!(((uint32_t)L_132) == ((uint32_t)4))))
{
goto IL_0444;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_133 = ___result4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_134 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_135 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_136 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_135);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_137 = DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D(((int32_t)21), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_133, (int32_t*)(&___styles6), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_134, L_136, /*hidden argument*/NULL);
if (L_137)
{
goto IL_0444;
}
}
{
return (bool)0;
}
IL_0444:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_138 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_139 = ___dtok2;
int32_t L_140 = L_139->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_138, L_140, /*hidden argument*/NULL);
goto IL_0465;
}
IL_0452:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_141 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_141, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_0465:
{
int32_t L_142 = ___dps0;
if ((((int32_t)L_142) == ((int32_t)((int32_t)19))))
{
goto IL_0472;
}
}
{
int32_t L_143 = ___dps0;
if ((!(((uint32_t)L_143) == ((uint32_t)((int32_t)18)))))
{
goto IL_0a4d;
}
}
IL_0472:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_144 = ___str1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_146 = DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_144, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_145, /*hidden argument*/NULL);
if (L_146)
{
goto IL_0a4d;
}
}
{
return (bool)0;
}
IL_0481:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_147 = ___dtok2;
L_147->set_dtt_0(3);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_148 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_149 = ___dtok2;
int32_t L_150 = L_149->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_148, L_150, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_0499:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_151 = ___dtok2;
L_151->set_dtt_0(4);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_152 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_153 = ___dtok2;
int32_t L_154 = L_153->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_152, L_154, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_04b1:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_155 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_156 = ___dps0;
NullCheck(L_155);
int32_t L_157 = L_156;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_158 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_155)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
NullCheck(L_158);
int32_t L_159 = 4;
int32_t L_160 = (int32_t)(L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
if ((!(((uint32_t)L_160) == ((uint32_t)((int32_t)20)))))
{
goto IL_04e2;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_161 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_162 = ___dps0;
NullCheck(L_161);
int32_t L_163 = L_162;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_164 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_161)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
NullCheck(L_164);
int32_t L_165 = 3;
int32_t L_166 = (int32_t)(L_164)->GetAt(static_cast<il2cpp_array_size_t>(L_165));
if ((((int32_t)L_166) <= ((int32_t)((int32_t)20))))
{
goto IL_04e2;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_167 = ___str1;
int32_t L_168 = V_2;
L_167->set_Index_1(L_168);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_169 = ___str1;
Il2CppChar L_170 = V_3;
L_169->set_m_current_3(L_170);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_171 = ___dtok2;
L_171->set_dtt_0(3);
goto IL_04e9;
}
IL_04e2:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_172 = ___dtok2;
L_172->set_dtt_0(4);
}
IL_04e9:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_173 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_174 = ___dtok2;
int32_t L_175 = L_174->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_173, L_175, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_04fa:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_176 = ___raw3;
bool L_177 = L_176->get_hasSameDateAndTimeSeparators_8();
if (!L_177)
{
goto IL_0533;
}
}
{
int32_t L_178 = ___dps0;
if ((((int32_t)L_178) == ((int32_t)((int32_t)11))))
{
goto IL_051b;
}
}
{
int32_t L_179 = ___dps0;
if ((((int32_t)L_179) == ((int32_t)((int32_t)12))))
{
goto IL_051b;
}
}
{
int32_t L_180 = ___dps0;
if ((((int32_t)L_180) == ((int32_t)((int32_t)13))))
{
goto IL_051b;
}
}
{
int32_t L_181 = ___dps0;
if ((((int32_t)L_181) == ((int32_t)((int32_t)14))))
{
goto IL_051b;
}
}
{
int32_t L_182 = ___dps0;
if ((!(((uint32_t)L_182) == ((uint32_t)((int32_t)15)))))
{
goto IL_0533;
}
}
IL_051b:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_183 = ___dtok2;
L_183->set_dtt_0(4);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_184 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_185 = ___dtok2;
int32_t L_186 = L_185->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_184, L_186, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_0533:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_187 = ___dtok2;
L_187->set_dtt_0(5);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_188 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_189 = ___dtok2;
int32_t L_190 = L_189->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_188, L_190, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_054b:
{
}
IL_054c:
try
{ // begin try (depth: 1)
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_191 = ___dtok2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_192 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_193 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_192);
NullCheck(L_193);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_194 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_193, /*hidden argument*/NULL);
int32_t L_195 = V_1;
NullCheck(L_194);
int32_t L_196 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(27 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_194, L_195);
L_191->set_num_2(L_196);
goto IL_057b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0562;
throw e;
}
CATCH_0562:
{ // begin catch(System.ArgumentOutOfRangeException)
V_6 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_197 = ___result4;
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_198 = V_6;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_197, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, L_198, /*hidden argument*/NULL);
V_7 = (bool)0;
goto IL_0a4f;
} // end catch (depth: 1)
IL_057b:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_199 = ___dtok2;
L_199->set_dtt_0(((int32_t)9));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_200 = ___dtok2;
int32_t L_201 = V_4;
L_200->set_suffix_1(L_201);
goto IL_0a4d;
}
IL_0590:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_202 = ___dtok2;
L_202->set_dtt_0(((int32_t)9));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_203 = ___dtok2;
int32_t L_204 = V_4;
L_203->set_suffix_1(L_204);
goto IL_0a4d;
}
IL_05a5:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_205 = ___dtok2;
L_205->set_dtt_0(((int32_t)10));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_206 = ___dtok2;
int32_t L_207 = V_4;
L_206->set_suffix_1(L_207);
goto IL_0a4d;
}
IL_05ba:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_208 = ___dtok2;
L_208->set_dtt_0(((int32_t)19));
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_209 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_210 = ___dtok2;
int32_t L_211 = L_210->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_209, L_211, /*hidden argument*/NULL);
goto IL_0a4d;
}
IL_05d3:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_212 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_212, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_05e3:
{
int32_t L_213 = V_1;
if ((((int32_t)L_213) < ((int32_t)((int32_t)100))))
{
goto IL_0690;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_214 = ___raw3;
int32_t L_215 = L_214->get_year_3();
if ((!(((uint32_t)L_215) == ((uint32_t)(-1)))))
{
goto IL_0680;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_216 = ___raw3;
int32_t L_217 = V_1;
L_216->set_year_3(L_217);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_218 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_219 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_220 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_219);
int32_t L_221 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_218, L_220, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
int32_t L_222 = L_221;
V_4 = L_222;
V_5 = L_222;
int32_t L_223 = V_5;
if ((((int32_t)L_223) == ((int32_t)((int32_t)512))))
{
goto IL_062d;
}
}
{
int32_t L_224 = V_5;
if ((((int32_t)L_224) == ((int32_t)((int32_t)768))))
{
goto IL_063a;
}
}
{
int32_t L_225 = V_5;
if ((((int32_t)L_225) == ((int32_t)((int32_t)3840))))
{
goto IL_0647;
}
}
{
goto IL_0670;
}
IL_062d:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_226 = ___dtok2;
L_226->set_dtt_0(((int32_t)14));
goto IL_0a4d;
}
IL_063a:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_227 = ___dtok2;
L_227->set_dtt_0(((int32_t)12));
goto IL_0a4d;
}
IL_0647:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_228 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_229 = ___dps0;
NullCheck(L_228);
int32_t L_230 = L_229;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_231 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_228)->GetAt(static_cast<il2cpp_array_size_t>(L_230));
NullCheck(L_231);
int32_t L_232 = ((int32_t)12);
int32_t L_233 = (int32_t)(L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
if ((((int32_t)L_233) <= ((int32_t)((int32_t)20))))
{
goto IL_0670;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_234 = ___str1;
int32_t L_235 = V_2;
L_234->set_Index_1(L_235);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_236 = ___str1;
Il2CppChar L_237 = V_3;
L_236->set_m_current_3(L_237);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_238 = ___dtok2;
L_238->set_dtt_0(((int32_t)12));
goto IL_0a4d;
}
IL_0670:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_239 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_239, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0680:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_240 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_240, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0690:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_241 = ___dtok2;
int32_t L_242 = V_1;
L_241->set_num_2(L_242);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_243 = ___raw3;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_244 = ___dtok2;
int32_t L_245 = L_244->get_num_2();
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_243, L_245, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_246 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_247 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_248 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_247);
int32_t L_249 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_246, L_248, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
int32_t L_250 = L_249;
V_4 = L_250;
V_5 = L_250;
int32_t L_251 = V_5;
if ((((int32_t)L_251) > ((int32_t)((int32_t)768))))
{
goto IL_06d2;
}
}
{
int32_t L_252 = V_5;
if ((((int32_t)L_252) == ((int32_t)((int32_t)512))))
{
goto IL_06e6;
}
}
{
int32_t L_253 = V_5;
if ((((int32_t)L_253) == ((int32_t)((int32_t)768))))
{
goto IL_06f2;
}
}
{
goto IL_073e;
}
IL_06d2:
{
int32_t L_254 = V_5;
if ((((int32_t)L_254) == ((int32_t)((int32_t)1536))))
{
goto IL_06f2;
}
}
{
int32_t L_255 = V_5;
if ((((int32_t)L_255) == ((int32_t)((int32_t)3840))))
{
goto IL_06fe;
}
}
{
goto IL_073e;
}
IL_06e6:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_256 = ___dtok2;
L_256->set_dtt_0(1);
goto IL_0a4d;
}
IL_06f2:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_257 = ___dtok2;
L_257->set_dtt_0(4);
goto IL_0a4d;
}
IL_06fe:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_258 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_259 = ___dps0;
NullCheck(L_258);
int32_t L_260 = L_259;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_261 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_260));
NullCheck(L_261);
int32_t L_262 = 4;
int32_t L_263 = (int32_t)(L_261)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
if ((!(((uint32_t)L_263) == ((uint32_t)((int32_t)20)))))
{
goto IL_0732;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_264 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_265 = ___dps0;
NullCheck(L_264);
int32_t L_266 = L_265;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_267 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
NullCheck(L_267);
int32_t L_268 = 3;
int32_t L_269 = (int32_t)(L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
if ((((int32_t)L_269) <= ((int32_t)((int32_t)20))))
{
goto IL_0732;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_270 = ___str1;
int32_t L_271 = V_2;
L_270->set_Index_1(L_271);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_272 = ___str1;
Il2CppChar L_273 = V_3;
L_272->set_m_current_3(L_273);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_274 = ___dtok2;
L_274->set_dtt_0(3);
goto IL_0a4d;
}
IL_0732:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_275 = ___dtok2;
L_275->set_dtt_0(4);
goto IL_0a4d;
}
IL_073e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_276 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_276, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_074e:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_277 = ___raw3;
int32_t L_278 = L_277->get_dayOfWeek_4();
if ((!(((uint32_t)L_278) == ((uint32_t)(-1)))))
{
goto IL_076b;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_279 = ___raw3;
int32_t L_280 = V_1;
L_279->set_dayOfWeek_4(L_280);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_281 = ___dtok2;
L_281->set_dtt_0(((int32_t)11));
goto IL_0a4d;
}
IL_076b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_282 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_282, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_077b:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_283 = ___raw3;
int32_t L_284 = L_283->get_month_2();
if ((!(((uint32_t)L_284) == ((uint32_t)(-1)))))
{
goto IL_0868;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_285 = ___str1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_286 = ___dtfi5;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_287 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_286);
int32_t L_288 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_285, L_287, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
int32_t L_289 = L_288;
V_4 = L_289;
V_5 = L_289;
int32_t L_290 = V_5;
if ((((int32_t)L_290) > ((int32_t)((int32_t)768))))
{
goto IL_07b9;
}
}
{
int32_t L_291 = V_5;
if ((((int32_t)L_291) == ((int32_t)((int32_t)512))))
{
goto IL_07d6;
}
}
{
int32_t L_292 = V_5;
if ((((int32_t)L_292) == ((int32_t)((int32_t)768))))
{
goto IL_07df;
}
}
{
goto IL_084c;
}
IL_07b9:
{
int32_t L_293 = V_5;
if ((((int32_t)L_293) == ((int32_t)((int32_t)1536))))
{
goto IL_07e8;
}
}
{
int32_t L_294 = V_5;
if ((((int32_t)L_294) == ((int32_t)((int32_t)1792))))
{
goto IL_07f1;
}
}
{
int32_t L_295 = V_5;
if ((((int32_t)L_295) == ((int32_t)((int32_t)3840))))
{
goto IL_0812;
}
}
{
goto IL_084c;
}
IL_07d6:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_296 = ___dtok2;
L_296->set_dtt_0(6);
goto IL_085c;
}
IL_07df:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_297 = ___dtok2;
L_297->set_dtt_0(7);
goto IL_085c;
}
IL_07e8:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_298 = ___dtok2;
L_298->set_dtt_0(8);
goto IL_085c;
}
IL_07f1:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_299 = ___raw3;
bool L_300 = L_299->get_hasSameDateAndTimeSeparators_8();
if (L_300)
{
goto IL_0809;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_301 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_301, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0809:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_302 = ___dtok2;
L_302->set_dtt_0(8);
goto IL_085c;
}
IL_0812:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_303 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_304 = ___dps0;
NullCheck(L_303);
int32_t L_305 = L_304;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_306 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_303)->GetAt(static_cast<il2cpp_array_size_t>(L_305));
NullCheck(L_306);
int32_t L_307 = 8;
int32_t L_308 = (int32_t)(L_306)->GetAt(static_cast<il2cpp_array_size_t>(L_307));
if ((!(((uint32_t)L_308) == ((uint32_t)((int32_t)20)))))
{
goto IL_0843;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_309 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_310 = ___dps0;
NullCheck(L_309);
int32_t L_311 = L_310;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_312 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_309)->GetAt(static_cast<il2cpp_array_size_t>(L_311));
NullCheck(L_312);
int32_t L_313 = 7;
int32_t L_314 = (int32_t)(L_312)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
if ((((int32_t)L_314) <= ((int32_t)((int32_t)20))))
{
goto IL_0843;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_315 = ___str1;
int32_t L_316 = V_2;
L_315->set_Index_1(L_316);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_317 = ___str1;
Il2CppChar L_318 = V_3;
L_317->set_m_current_3(L_318);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_319 = ___dtok2;
L_319->set_dtt_0(7);
goto IL_085c;
}
IL_0843:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_320 = ___dtok2;
L_320->set_dtt_0(8);
goto IL_085c;
}
IL_084c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_321 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_321, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_085c:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_322 = ___raw3;
int32_t L_323 = V_1;
L_322->set_month_2(L_323);
goto IL_0a4d;
}
IL_0868:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_324 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_324, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0878:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_325 = ___result4;
int32_t L_326 = L_325->get_era_7();
if ((((int32_t)L_326) == ((int32_t)(-1))))
{
goto IL_0897;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_327 = ___result4;
int32_t L_328 = V_1;
L_327->set_era_7(L_328);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_329 = ___dtok2;
L_329->set_dtt_0(((int32_t)16));
goto IL_0a4d;
}
IL_0897:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_330 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_330, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_08a7:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_331 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_332 = JapaneseCalendar_GetDefaultInstance_m2B83AF1289B7F75DC65BAAA788EEA02DEF9F021F(/*hidden argument*/NULL);
L_331->set_calendar_10(L_332);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_333 = ___dtfi5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_334 = DateTimeFormatInfo_GetJapaneseCalendarDTFI_mF905895C24DE13A3A53CE23530B4958DEE6EB50F(/*hidden argument*/NULL);
*((RuntimeObject **)L_333) = (RuntimeObject *)L_334;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_333, (RuntimeObject *)L_334);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_335 = ___result4;
int32_t L_336 = L_335->get_era_7();
if ((((int32_t)L_336) == ((int32_t)(-1))))
{
goto IL_08da;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_337 = ___result4;
int32_t L_338 = V_1;
L_337->set_era_7(L_338);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_339 = ___dtok2;
L_339->set_dtt_0(((int32_t)16));
goto IL_0a4d;
}
IL_08da:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_340 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_340, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_08ea:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_341 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(TaiwanCalendar_t9531ECDB6DFA9E0D0F4123935DB61D0E97D43658_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_342 = TaiwanCalendar_GetDefaultInstance_mF5CD5C63640380B1122F443A98A15C8A68BFC1EF(/*hidden argument*/NULL);
L_341->set_calendar_10(L_342);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_343 = ___dtfi5;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_344 = DateTimeFormatInfo_GetTaiwanCalendarDTFI_mB5B91430A2881BCBF7ADD581F1960B1BA6BBBB7B(/*hidden argument*/NULL);
*((RuntimeObject **)L_343) = (RuntimeObject *)L_344;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_343, (RuntimeObject *)L_344);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_345 = ___result4;
int32_t L_346 = L_345->get_era_7();
if ((((int32_t)L_346) == ((int32_t)(-1))))
{
goto IL_091d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_347 = ___result4;
int32_t L_348 = V_1;
L_347->set_era_7(L_348);
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_349 = ___dtok2;
L_349->set_dtt_0(((int32_t)16));
goto IL_0a4d;
}
IL_091d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_350 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_350, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_092d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_351 = ___result4;
int32_t L_352 = L_351->get_flags_8();
if (!((int32_t)((int32_t)L_352&(int32_t)((int32_t)256))))
{
goto IL_094c;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_353 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_353, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_094c:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_354 = ___dtok2;
L_354->set_dtt_0(((int32_t)15));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_355 = ___result4;
int32_t* L_356 = L_355->get_address_of_flags_8();
int32_t* L_357 = L_356;
int32_t L_358 = *((int32_t*)L_357);
*((int32_t*)L_357) = (int32_t)((int32_t)((int32_t)L_358|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_359 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_360;
memset(&L_360, 0, sizeof(L_360));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_360), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
L_359->set_timeZoneOffset_9(L_360);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_361 = ___result4;
int32_t* L_362 = L_361->get_address_of_flags_8();
int32_t* L_363 = L_362;
int32_t L_364 = *((int32_t*)L_363);
*((int32_t*)L_363) = (int32_t)((int32_t)((int32_t)L_364|(int32_t)((int32_t)512)));
goto IL_0a4d;
}
IL_0987:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_365 = ___dtok2;
L_365->set_dtt_0(0);
goto IL_0a4d;
}
IL_0993:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_366 = ___raw3;
int32_t L_367 = L_366->get_timeMark_6();
if ((!(((uint32_t)L_367) == ((uint32_t)(-1)))))
{
goto IL_09a8;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_368 = ___raw3;
int32_t L_369 = V_1;
L_368->set_timeMark_6(L_369);
goto IL_0a4d;
}
IL_09a8:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_370 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_370, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_09b8:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_371 = ___str1;
Il2CppChar L_372 = L_371->get_m_current_3();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_373 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_372, /*hidden argument*/NULL);
if (!L_373)
{
goto IL_09df;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_374 = ___result4;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_375 = ___str1;
int32_t L_376 = L_375->get_Index_1();
int32_t L_377 = L_376;
RuntimeObject * L_378 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_377);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_374, 3, _stringLiteral84B98C10F6DEA1BB27F4A35E553BA97F41DFF0E2, L_378, /*hidden argument*/NULL);
return (bool)0;
}
IL_09df:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_379 = ___str1;
Il2CppChar L_380 = L_379->get_m_current_3();
if ((((int32_t)L_380) == ((int32_t)((int32_t)45))))
{
goto IL_09f3;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_381 = ___str1;
Il2CppChar L_382 = L_381->get_m_current_3();
if ((!(((uint32_t)L_382) == ((uint32_t)((int32_t)43)))))
{
goto IL_0a33;
}
}
IL_09f3:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_383 = ___result4;
int32_t L_384 = L_383->get_flags_8();
if (((int32_t)((int32_t)L_384&(int32_t)((int32_t)256))))
{
goto IL_0a33;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_385 = ___str1;
int32_t L_386 = L_385->get_Index_1();
V_8 = L_386;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_387 = ___str1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_388 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_389 = L_388->get_address_of_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_390 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_387, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_389, /*hidden argument*/NULL);
if (!L_390)
{
goto IL_0a2b;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_391 = ___result4;
int32_t* L_392 = L_391->get_address_of_flags_8();
int32_t* L_393 = L_392;
int32_t L_394 = *((int32_t*)L_393);
*((int32_t*)L_393) = (int32_t)((int32_t)((int32_t)L_394|(int32_t)((int32_t)256)));
return (bool)1;
}
IL_0a2b:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_395 = ___str1;
int32_t L_396 = V_8;
L_395->set_Index_1(L_396);
}
IL_0a33:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_397 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_398 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_397, /*hidden argument*/NULL);
if (!L_398)
{
goto IL_0a3d;
}
}
{
return (bool)1;
}
IL_0a3d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_399 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_399, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0a4d:
{
return (bool)1;
}
IL_0a4f:
{
bool L_400 = V_7;
return L_400;
}
}
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTStringU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99_MetadataUsageId);
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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
String_t* L_1 = L_0->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
int32_t L_3 = L_2->get_Index_1();
NullCheck(L_1);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
Il2CppChar L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35)))))
{
goto IL_0076;
}
}
{
V_1 = (bool)0;
V_2 = (bool)0;
V_3 = 0;
goto IL_005f;
}
IL_001f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
String_t* L_7 = L_6->get_Value_0();
int32_t L_8 = V_3;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
V_0 = L_9;
Il2CppChar L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)35)))))
{
goto IL_0041;
}
}
{
bool L_11 = V_1;
if (!L_11)
{
goto IL_003d;
}
}
{
bool L_12 = V_2;
if (!L_12)
{
goto IL_0039;
}
}
{
return (bool)0;
}
IL_0039:
{
V_2 = (bool)1;
goto IL_005b;
}
IL_003d:
{
V_1 = (bool)1;
goto IL_005b;
}
IL_0041:
{
Il2CppChar L_13 = V_0;
if (L_13)
{
goto IL_0049;
}
}
{
bool L_14 = V_2;
if (L_14)
{
goto IL_005b;
}
}
{
return (bool)0;
}
IL_0049:
{
Il2CppChar L_15 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_16 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_005b;
}
}
{
bool L_17 = V_1;
bool L_18 = V_2;
if (!((int32_t)((int32_t)((((int32_t)L_17) == ((int32_t)0))? 1 : 0)|(int32_t)L_18)))
{
goto IL_005b;
}
}
{
return (bool)0;
}
IL_005b:
{
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005f:
{
int32_t L_20 = V_3;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_21 = ___str0;
int32_t L_22 = L_21->get_len_2();
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_001f;
}
}
{
bool L_23 = V_2;
if (L_23)
{
goto IL_006d;
}
}
{
return (bool)0;
}
IL_006d:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_24 = ___str0;
__DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_24, /*hidden argument*/NULL);
return (bool)1;
}
IL_0076:
{
Il2CppChar L_25 = V_0;
if (L_25)
{
goto IL_00b2;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str0;
int32_t L_27 = L_26->get_Index_1();
V_4 = L_27;
goto IL_009a;
}
IL_0083:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_28 = ___str0;
String_t* L_29 = L_28->get_Value_0();
int32_t L_30 = V_4;
NullCheck(L_29);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_0094;
}
}
{
return (bool)0;
}
IL_0094:
{
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_009a:
{
int32_t L_33 = V_4;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_34 = ___str0;
int32_t L_35 = L_34->get_len_2();
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
goto IL_0083;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_36 = ___str0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
int32_t L_38 = L_37->get_len_2();
L_36->set_Index_1(L_38);
return (bool)1;
}
IL_00b2:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776 (String_t* ___datePattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/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((int32_t)L_5, (int32_t)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((int32_t)L_12, (int32_t)1));
V_0 = L_12;
goto IL_0062;
}
IL_005c:
{
int32_t L_13 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0062:
{
int32_t L_14 = V_5;
String_t* L_15 = ___datePattern0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/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((int32_t)L_22, (int32_t)1));
V_1 = L_22;
goto IL_0092;
}
IL_008c:
{
int32_t L_23 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0092:
{
int32_t L_24 = V_5;
String_t* L_25 = ___datePattern0;
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_25, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_29) == ((int32_t)((int32_t)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((int32_t)L_31, (int32_t)1));
int32_t L_32 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_00c5:
{
int32_t L_33 = V_5;
String_t* L_34 = ___datePattern0;
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_34, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)), /*hidden argument*/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((int32_t)L_41, (int32_t)1));
V_2 = L_41;
}
IL_00ea:
{
int32_t L_42 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00f0:
{
int32_t L_43 = V_5;
String_t* L_44 = ___datePattern0;
NullCheck(L_44);
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_44, /*hidden argument*/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.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/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((int32_t)L_5, (int32_t)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((int32_t)L_12, (int32_t)1));
V_0 = L_12;
goto IL_0056;
}
IL_0050:
{
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0056:
{
int32_t L_14 = V_4;
String_t* L_15 = ___pattern0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/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((int32_t)L_22, (int32_t)1));
V_1 = L_22;
goto IL_0086;
}
IL_0080:
{
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0086:
{
int32_t L_24 = V_4;
String_t* L_25 = ___pattern0;
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_25, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_29) == ((int32_t)((int32_t)77))))
{
goto IL_0080;
}
}
IL_00a0:
{
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_00a6:
{
int32_t L_31 = V_4;
String_t* L_32 = ___pattern0;
NullCheck(L_32);
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_32, /*hidden argument*/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.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583 (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/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((int32_t)L_5, (int32_t)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((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_005c:
{
int32_t L_13 = V_4;
String_t* L_14 = ___pattern0;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/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((int32_t)L_21, (int32_t)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((int32_t)L_24, (int32_t)1));
V_0 = L_24;
goto IL_0097;
}
IL_0091:
{
int32_t L_25 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0097:
{
int32_t L_26 = V_4;
String_t* L_27 = ___pattern0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)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 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/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((int32_t)L_32, (int32_t)1));
}
IL_00b7:
{
int32_t L_33 = V_4;
String_t* L_34 = ___pattern0;
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_34, /*hidden argument*/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.DateTimeResultU26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = ___year1;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)100))))
{
goto IL_001d;
}
}
IL_0005:
try
{ // begin try (depth: 1)
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = L_1->get_calendar_10();
int32_t L_3 = ___year1;
NullCheck(L_2);
int32_t L_4 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(27 /* 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)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(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;
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.DateTimeResultU26,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method)
{
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = L_0->get_calendar_10();
int32_t L_2 = ___year1;
int32_t L_3 = ___month2;
int32_t L_4 = ___day3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
int32_t L_6 = L_5->get_era_7();
NullCheck(L_1);
bool L_7 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result0;
int32_t L_9 = ___year1;
int32_t L_10 = ___month2;
int32_t L_11 = ___day3;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
return (bool)1;
}
IL_0021:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResultU26,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___month1, int32_t ___day2, int32_t ___year3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = ___year3;
int32_t L_2 = ___month1;
int32_t L_3 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.DateTimeParse::SetDateDMY(System.DateTimeResultU26,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___day1, int32_t ___month2, int32_t ___year3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = ___year3;
int32_t L_2 = ___month2;
int32_t L_3 = ___day1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.DateTimeParse::SetDateYDM(System.DateTimeResultU26,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___day2, int32_t ___month3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = ___year1;
int32_t L_2 = ___month3;
int32_t L_3 = ___day2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResultU26,System.Globalization.DateTimeStylesU26)
extern "C" IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = L_1->get_calendar_10();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
int32_t* L_4 = ___styles1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, (int32_t*)L_4, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_6 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_2, L_5);
L_0->set_Year_0(L_6);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
int32_t* L_8 = L_7->get_address_of_flags_8();
int32_t* L_9 = L_8;
int32_t L_10 = *((int32_t*)L_9);
*((int32_t*)L_9) = (int32_t)((int32_t)((int32_t)L_10|(int32_t)((int32_t)4096)));
return;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResultU26,System.Globalization.DateTimeStylesU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw2;
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
V_0 = L_4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw2;
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
V_1 = L_6;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
int32_t* L_8 = ___styles1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, (int32_t*)L_8, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi3;
NullCheck(L_9);
String_t* L_10 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_9, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
bool L_12 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_10, L_11, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_12)
{
goto IL_0058;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi3;
NullCheck(L_14);
String_t* L_15 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_14, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_15, /*hidden argument*/NULL);
return (bool)0;
}
IL_0058:
{
int32_t L_16 = V_2;
if ((!(((uint32_t)L_16) == ((uint32_t)6))))
{
goto IL_007d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
int32_t L_19 = L_18->get_Year_0();
int32_t L_20 = V_0;
int32_t L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_22 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, L_19, L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_009e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t* L_24 = L_23->get_address_of_flags_8();
int32_t* L_25 = L_24;
int32_t L_26 = *((int32_t*)L_25);
*((int32_t*)L_25) = (int32_t)((int32_t)((int32_t)L_26|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_007d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
int32_t L_29 = L_28->get_Year_0();
int32_t L_30 = V_1;
int32_t L_31 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_32 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_27, L_29, L_30, L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_009e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
int32_t* L_34 = L_33->get_address_of_flags_8();
int32_t* L_35 = L_34;
int32_t L_36 = *((int32_t*)L_35);
*((int32_t*)L_35) = (int32_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_009e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_37, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
V_0 = L_4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
V_1 = L_6;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 2, /*hidden argument*/NULL);
V_2 = L_8;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
NullCheck(L_9);
String_t* L_10 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_9, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_12 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_10, L_11, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (L_12)
{
goto IL_0059;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi2;
NullCheck(L_14);
String_t* L_15 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_14, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_15, /*hidden argument*/NULL);
return (bool)0;
}
IL_0059:
{
int32_t L_16 = V_3;
if (L_16)
{
goto IL_008a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
int32_t L_18 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_19 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, L_18, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_19)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
int32_t L_21 = V_4;
int32_t L_22 = V_1;
int32_t L_23 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_24 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_20, L_21, L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
int32_t* L_26 = L_25->get_address_of_flags_8();
int32_t* L_27 = L_26;
int32_t L_28 = *((int32_t*)L_27);
*((int32_t*)L_27) = (int32_t)((int32_t)((int32_t)L_28|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_008a:
{
int32_t L_29 = V_3;
if ((!(((uint32_t)L_29) == ((uint32_t)1))))
{
goto IL_00b6;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
int32_t L_31 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_32 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_30, L_31, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_32)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
int32_t L_34 = V_0;
int32_t L_35 = V_1;
int32_t L_36 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_37 = DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result0;
int32_t* L_39 = L_38->get_address_of_flags_8();
int32_t* L_40 = L_39;
int32_t L_41 = *((int32_t*)L_40);
*((int32_t*)L_40) = (int32_t)((int32_t)((int32_t)L_41|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_00b6:
{
int32_t L_42 = V_3;
if ((!(((uint32_t)L_42) == ((uint32_t)2))))
{
goto IL_00e2;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result0;
int32_t L_44 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_45 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_43, L_44, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_45)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result0;
int32_t L_47 = V_0;
int32_t L_48 = V_1;
int32_t L_49 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_50 = DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, L_47, L_48, L_49, /*hidden argument*/NULL);
if (!L_50)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
int32_t* L_52 = L_51->get_address_of_flags_8();
int32_t* L_53 = L_52;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_53) = (int32_t)((int32_t)((int32_t)L_54|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_00e2:
{
int32_t L_55 = V_3;
if ((!(((uint32_t)L_55) == ((uint32_t)3))))
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
int32_t L_57 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_58 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, L_57, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_58)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result0;
int32_t L_60 = V_4;
int32_t L_61 = V_1;
int32_t L_62 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_63 = DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, L_60, L_61, L_62, /*hidden argument*/NULL);
if (!L_63)
{
goto IL_010e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_64 = ___result0;
int32_t* L_65 = L_64->get_address_of_flags_8();
int32_t* L_66 = L_65;
int32_t L_67 = *((int32_t*)L_66);
*((int32_t*)L_66) = (int32_t)((int32_t)((int32_t)L_67|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_010e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_68 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_68, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResultU26,System.Globalization.DateTimeStylesU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi3;
NullCheck(L_3);
String_t* L_4 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_3, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_6 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_6)
{
goto IL_0041;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi3;
NullCheck(L_8);
String_t* L_9 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_8, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_9, /*hidden argument*/NULL);
return (bool)0;
}
IL_0041:
{
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)7))))
{
goto IL_009f;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
NullCheck(L_11);
String_t* L_12 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_11, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_14 = DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C(L_12, L_13, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_14)
{
goto IL_0069;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi3;
NullCheck(L_16);
String_t* L_17 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_16, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_17, /*hidden argument*/NULL);
return (bool)0;
}
IL_0069:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)5))))
{
goto IL_009f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw2;
int32_t L_21 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_20, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_22 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, L_21, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (!L_22)
{
goto IL_008e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t L_24 = V_2;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw2;
int32_t L_26 = L_25->get_month_2();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_23, L_24, L_26, 1, /*hidden argument*/NULL);
if (L_27)
{
goto IL_009d;
}
}
IL_008e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_009d:
{
return (bool)1;
}
IL_009f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result0;
int32_t* L_30 = ___styles1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, (int32_t*)L_30, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
int32_t L_33 = L_32->get_Year_0();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw2;
int32_t L_35 = L_34->get_month_2();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw2;
int32_t L_37 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, 0, /*hidden argument*/NULL);
bool L_38 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_31, L_33, L_35, L_37, /*hidden argument*/NULL);
if (L_38)
{
goto IL_00d0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_39, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00d0:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi2;
NullCheck(L_0);
String_t* L_1 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_0, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_3 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_3)
{
goto IL_0024;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi2;
NullCheck(L_5);
String_t* L_6 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_5, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_6, /*hidden argument*/NULL);
return (bool)0;
}
IL_0024:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_8 = ___raw1;
int32_t L_9 = L_8->get_month_2();
L_7->set_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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_13 = L_12->get_calendar_10();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result0;
int32_t L_15 = L_14->get_Year_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_16 = ___result0;
int32_t L_17 = L_16->get_Month_1();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_18 = ___raw1;
int32_t L_19 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_18, 0, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
int32_t L_21 = L_20->get_era_7();
NullCheck(L_13);
bool L_22 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_24 = ___raw1;
int32_t L_25 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_24, 0, /*hidden argument*/NULL);
L_23->set_Day_2(L_25);
return (bool)1;
}
IL_006d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResultU26,System.Globalization.DateTimeStylesU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi3;
NullCheck(L_3);
String_t* L_4 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_3, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_6 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_6)
{
goto IL_0041;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi3;
NullCheck(L_8);
String_t* L_9 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_8, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_9, /*hidden argument*/NULL);
return (bool)0;
}
IL_0041:
{
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)6))))
{
goto IL_009f;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
NullCheck(L_11);
String_t* L_12 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_11, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_14 = DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C(L_12, L_13, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_14)
{
goto IL_0069;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi3;
NullCheck(L_16);
String_t* L_17 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_16, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_17, /*hidden argument*/NULL);
return (bool)0;
}
IL_0069:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)4))))
{
goto IL_009f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw2;
int32_t L_21 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_20, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_22 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, L_21, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (!L_22)
{
goto IL_008e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t L_24 = V_2;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw2;
int32_t L_26 = L_25->get_month_2();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_23, L_24, L_26, 1, /*hidden argument*/NULL);
if (L_27)
{
goto IL_009d;
}
}
IL_008e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_009d:
{
return (bool)1;
}
IL_009f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result0;
int32_t* L_30 = ___styles1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, (int32_t*)L_30, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
int32_t L_33 = L_32->get_Year_0();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw2;
int32_t L_35 = L_34->get_month_2();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw2;
int32_t L_37 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, 0, /*hidden argument*/NULL);
bool L_38 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_31, L_33, L_35, L_37, /*hidden argument*/NULL);
if (L_38)
{
goto IL_00d0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_39, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00d0:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
V_0 = L_4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
V_1 = L_6;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_0051;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi2;
NullCheck(L_12);
String_t* L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_12, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_13, /*hidden argument*/NULL);
return (bool)0;
}
IL_0051:
{
int32_t L_14 = V_2;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_00e8;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
int32_t L_16 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_17 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, L_16, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_17)
{
goto IL_009d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_19 = L_18->get_calendar_10();
int32_t L_20 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_21 = ___raw1;
int32_t L_22 = L_21->get_month_2();
int32_t L_23 = V_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
int32_t L_25 = L_24->get_era_7();
NullCheck(L_19);
bool L_26 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_009d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
int32_t L_28 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_29 = ___raw1;
int32_t L_30 = L_29->get_month_2();
int32_t L_31 = V_0;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_27, L_28, L_30, L_31, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
int32_t* L_33 = L_32->get_address_of_flags_8();
int32_t* L_34 = L_33;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_34) = (int32_t)((int32_t)((int32_t)L_35|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_009d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
int32_t L_37 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_38 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, L_37, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_38)
{
goto IL_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_40 = L_39->get_calendar_10();
int32_t L_41 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw1;
int32_t L_43 = L_42->get_month_2();
int32_t L_44 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result0;
int32_t L_46 = L_45->get_era_7();
NullCheck(L_40);
bool L_47 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result0;
int32_t L_49 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_50 = ___raw1;
int32_t L_51 = L_50->get_month_2();
int32_t L_52 = V_1;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_48, L_49, L_51, L_52, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
int32_t* L_54 = L_53->get_address_of_flags_8();
int32_t* L_55 = L_54;
int32_t L_56 = *((int32_t*)L_55);
*((int32_t*)L_55) = (int32_t)((int32_t)((int32_t)L_56|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_00e8:
{
int32_t L_57 = V_2;
if (L_57)
{
goto IL_017e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_58 = ___result0;
int32_t L_59 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_60 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_58, L_59, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_60)
{
goto IL_0133;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_61 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_62 = L_61->get_calendar_10();
int32_t L_63 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_64 = ___raw1;
int32_t L_65 = L_64->get_month_2();
int32_t L_66 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result0;
int32_t L_68 = L_67->get_era_7();
NullCheck(L_62);
bool L_69 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_0133;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_70 = ___result0;
int32_t L_71 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_72 = ___raw1;
int32_t L_73 = L_72->get_month_2();
int32_t L_74 = V_1;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_70, L_71, L_73, L_74, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result0;
int32_t* L_76 = L_75->get_address_of_flags_8();
int32_t* L_77 = L_76;
int32_t L_78 = *((int32_t*)L_77);
*((int32_t*)L_77) = (int32_t)((int32_t)((int32_t)L_78|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0133:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_79 = ___result0;
int32_t L_80 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_81 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_79, L_80, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_81)
{
goto IL_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_82 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_83 = L_82->get_calendar_10();
int32_t L_84 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_85 = ___raw1;
int32_t L_86 = L_85->get_month_2();
int32_t L_87 = V_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_88 = ___result0;
int32_t L_89 = L_88->get_era_7();
NullCheck(L_83);
bool L_90 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_91 = ___result0;
int32_t L_92 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_93 = ___raw1;
int32_t L_94 = L_93->get_month_2();
int32_t L_95 = V_0;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_91, L_92, L_94, L_95, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_96 = ___result0;
int32_t* L_97 = L_96->get_address_of_flags_8();
int32_t* L_98 = L_97;
int32_t L_99 = *((int32_t*)L_98);
*((int32_t*)L_98) = (int32_t)((int32_t)((int32_t)L_99|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_017e:
{
int32_t L_100 = V_2;
if ((!(((uint32_t)L_100) == ((uint32_t)2))))
{
goto IL_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result0;
int32_t L_102 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_103 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_101, L_102, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_103)
{
goto IL_01ca;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_105 = L_104->get_calendar_10();
int32_t L_106 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_107 = ___raw1;
int32_t L_108 = L_107->get_month_2();
int32_t L_109 = V_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_110 = ___result0;
int32_t L_111 = L_110->get_era_7();
NullCheck(L_105);
bool L_112 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_01ca;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_113 = ___result0;
int32_t L_114 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_115 = ___raw1;
int32_t L_116 = L_115->get_month_2();
int32_t L_117 = V_0;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_113, L_114, L_116, L_117, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result0;
int32_t* L_119 = L_118->get_address_of_flags_8();
int32_t* L_120 = L_119;
int32_t L_121 = *((int32_t*)L_120);
*((int32_t*)L_120) = (int32_t)((int32_t)((int32_t)L_121|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_01ca:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result0;
int32_t L_123 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_124 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_122, L_123, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (!L_124)
{
goto IL_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_125 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_126 = L_125->get_calendar_10();
int32_t L_127 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_128 = ___raw1;
int32_t L_129 = L_128->get_month_2();
int32_t L_130 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_131 = ___result0;
int32_t L_132 = L_131->get_era_7();
NullCheck(L_126);
bool L_133 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(25 /* 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_020f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_134 = ___result0;
int32_t L_135 = V_3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_136 = ___raw1;
int32_t L_137 = L_136->get_month_2();
int32_t L_138 = V_1;
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_134, L_135, L_137, L_138, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_139 = ___result0;
int32_t* L_140 = L_139->get_address_of_flags_8();
int32_t* L_141 = L_140;
int32_t L_142 = *((int32_t*)L_141);
*((int32_t*)L_141) = (int32_t)((int32_t)((int32_t)L_142|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_020f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_143 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_143, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
V_0 = L_4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
V_1 = L_6;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0062;
}
}
{
int32_t L_11 = V_2;
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_0062;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_13 = ___raw1;
int32_t L_14 = L_13->get_year_3();
int32_t L_15 = V_1;
int32_t L_16 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_17 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, L_14, L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0083;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
int32_t* L_19 = L_18->get_address_of_flags_8();
int32_t* L_20 = L_19;
int32_t L_21 = *((int32_t*)L_20);
*((int32_t*)L_20) = (int32_t)((int32_t)((int32_t)L_21|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0062:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_23 = ___raw1;
int32_t L_24 = L_23->get_year_3();
int32_t L_25 = V_0;
int32_t L_26 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_22, L_24, L_25, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0083;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
int32_t* L_29 = L_28->get_address_of_flags_8();
int32_t* L_30 = L_29;
int32_t L_31 = *((int32_t*)L_30);
*((int32_t*)L_30) = (int32_t)((int32_t)((int32_t)L_31|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0083:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
V_0 = L_4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
V_1 = L_6;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
NullCheck(L_7);
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_0051;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi2;
NullCheck(L_12);
String_t* L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_12, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_13, /*hidden argument*/NULL);
return (bool)0;
}
IL_0051:
{
int32_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)1)))
{
goto IL_0058;
}
}
{
int32_t L_15 = V_2;
if (L_15)
{
goto IL_0079;
}
}
IL_0058:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_16 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw1;
int32_t L_18 = L_17->get_year_3();
int32_t L_19 = V_0;
int32_t L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_21 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_16, L_18, L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_009a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
int32_t* L_23 = L_22->get_address_of_flags_8();
int32_t* L_24 = L_23;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_24) = (int32_t)((int32_t)((int32_t)L_25|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0079:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_27 = ___raw1;
int32_t L_28 = L_27->get_year_3();
int32_t L_29 = V_1;
int32_t L_30 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_31 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, L_28, L_29, L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_009a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
int32_t* L_33 = L_32->get_address_of_flags_8();
int32_t* L_34 = L_33;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_34) = (int32_t)((int32_t)((int32_t)L_35|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_009a:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
int32_t L_5 = L_4->get_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
int32_t L_7 = L_6->get_month_2();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_8 = ___raw1;
int32_t L_9 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_8, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_10 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0049;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
int32_t* L_12 = L_11->get_address_of_flags_8();
int32_t* L_13 = L_12;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0049:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
int32_t L_5 = L_4->get_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
int32_t L_7 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_6, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_8 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, 1, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0044;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t* L_10 = L_9->get_address_of_flags_8();
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0044:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
{
goto IL_001d;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001d:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
int32_t L_5 = L_4->get_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
int32_t L_7 = L_6->get_month_2();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_8 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, 1, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0043;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t* L_10 = L_9->get_address_of_flags_8();
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)128)));
return (bool)1;
}
IL_0043:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
{
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw1;
int32_t L_1 = L_0->get_timeMark_6();
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi0;
NullCheck(L_2);
String_t* L_3 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi0;
NullCheck(L_4);
String_t* L_5 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi0;
NullCheck(L_6);
String_t* L_7 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003a;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi0;
NullCheck(L_9);
String_t* L_10 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_003a;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw1;
L_12->set_timeMark_6(0);
}
IL_003a:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi0;
NullCheck(L_13);
String_t* L_14 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_005b;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi0;
NullCheck(L_16);
String_t* L_17 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_005b;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_19 = ___raw1;
L_19->set_timeMark_6(1);
}
IL_005b:
{
return;
}
}
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32U26,System.DateTimeParse_TM)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56 (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((int32_t)L_19, (int32_t)((int32_t)12)));
}
IL_003d:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfN(System.Globalization.DateTimeFormatInfo,System.DateTimeResultU26,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
{
goto IL_001a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001a:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw2;
int32_t L_4 = L_3->get_timeMark_6();
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
{
goto IL_0032;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_5, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0032:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 0, /*hidden argument*/NULL);
L_6->set_Hour_3(L_8);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
int32_t* L_10 = L_9->get_address_of_flags_8();
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResultU26,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
{
goto IL_001a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001a:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw2;
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 0, /*hidden argument*/NULL);
L_3->set_Hour_3(L_5);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 1, /*hidden argument*/NULL);
L_6->set_Minute_4(L_8);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
int32_t* L_10 = L_9->get_address_of_flags_8();
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResultU26,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
{
goto IL_001a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_001a:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw2;
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 0, /*hidden argument*/NULL);
L_3->set_Hour_3(L_5);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 1, /*hidden argument*/NULL);
L_6->set_Minute_4(L_8);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_10 = ___raw2;
int32_t L_11 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_10, 2, /*hidden argument*/NULL);
L_9->set_Second_5(L_11);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result1;
int32_t* L_13 = L_12->get_address_of_flags_8();
int32_t* L_14 = L_13;
int32_t L_15 = *((int32_t*)L_14);
*((int32_t*)L_14) = (int32_t)((int32_t)((int32_t)L_15|(int32_t)((int32_t)64)));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResultU26,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw1;
int32_t L_1 = L_0->get_numCount_1();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0012;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
int32_t L_3 = L_2->get_Day_2();
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_0021;
}
}
IL_0012:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0021:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
int32_t L_7 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_6, 0, /*hidden argument*/NULL);
L_5->set_Day_2(L_7);
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResultU26,System.DateTimeRawInfoU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_Month_1();
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_0018;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0018:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
int32_t L_4 = L_3->get_Year_0();
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_0030;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_5, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0030:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 0, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t* L_10 = L_9->get_address_of_Year_0();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_11 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, L_8, (int32_t*)L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0054;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0054:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
L_13->set_Day_2(1);
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)1)))
{
goto IL_005c;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
int32_t L_3 = L_2->get_flags_8();
if (((int32_t)((int32_t)L_3&(int32_t)2)))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
int32_t L_5 = L_4->get_flags_8();
if (((int32_t)((int32_t)L_5&(int32_t)4)))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
int32_t L_8 = L_7->get_year_3();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t* L_10 = L_9->get_address_of_Year_0();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_11 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, L_8, (int32_t*)L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
int32_t L_14 = L_13->get_Year_0();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_15 = ___raw1;
int32_t L_16 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_15, 0, /*hidden argument*/NULL);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw1;
int32_t L_18 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_17, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_19 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, L_14, L_16, L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_005c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
int32_t L_21 = L_20->get_flags_8();
if (!((int32_t)((int32_t)L_21&(int32_t)2)))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
int32_t L_23 = L_22->get_flags_8();
if (((int32_t)((int32_t)L_23&(int32_t)1)))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
int32_t L_25 = L_24->get_flags_8();
if (((int32_t)((int32_t)L_25&(int32_t)4)))
{
goto IL_00f9;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi2;
NullCheck(L_26);
String_t* L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_26, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = ___dtfi2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_29 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_27, L_28, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_29)
{
goto IL_00a4;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi2;
NullCheck(L_31);
String_t* L_32 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_31, /*hidden argument*/NULL);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_30, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_32, /*hidden argument*/NULL);
return (bool)0;
}
IL_00a4:
{
int32_t L_33 = V_0;
if (L_33)
{
goto IL_00d0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_35 = ___raw1;
int32_t L_36 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_35, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_37 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, L_36, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result0;
int32_t L_39 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_40 = ___result0;
int32_t L_41 = L_40->get_Month_1();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw1;
int32_t L_43 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_42, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_44 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_38, L_39, L_41, L_43, /*hidden argument*/NULL);
if (!L_44)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_00d0:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_46 = ___raw1;
int32_t L_47 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_46, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_48 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, L_47, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_48)
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_49 = ___result0;
int32_t L_50 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
int32_t L_52 = L_51->get_Month_1();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_53 = ___raw1;
int32_t L_54 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_53, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_55 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_49, L_50, L_52, L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_00f9;
}
}
{
return (bool)1;
}
IL_00f9:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResultU26,System.DateTimeRawInfoU26,System.DateTimeTokenU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_0 = ___dtok2;
int32_t L_1 = L_0->get_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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t L_10 = L_9->get_flags_8();
if (!((int32_t)((int32_t)L_10&(int32_t)1)))
{
goto IL_0061;
}
}
{
return (bool)0;
}
IL_0061:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
int32_t* L_12 = L_11->get_address_of_flags_8();
int32_t* L_13 = L_12;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)L_14|(int32_t)1));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_16 = ___raw1;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_17 = ___dtok2;
int32_t L_18 = L_17->get_num_2();
int32_t L_19 = L_18;
V_1 = L_19;
L_16->set_year_3(L_19);
int32_t L_20 = V_1;
L_15->set_Year_0(L_20);
goto IL_014d;
}
IL_0086:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
int32_t L_22 = L_21->get_flags_8();
if (!((int32_t)((int32_t)L_22&(int32_t)2)))
{
goto IL_0092;
}
}
{
return (bool)0;
}
IL_0092:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t* L_24 = L_23->get_address_of_flags_8();
int32_t* L_25 = L_24;
int32_t L_26 = *((int32_t*)L_25);
*((int32_t*)L_25) = (int32_t)((int32_t)((int32_t)L_26|(int32_t)2));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_28 = ___raw1;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_29 = ___dtok2;
int32_t L_30 = L_29->get_num_2();
int32_t L_31 = L_30;
V_1 = L_31;
L_28->set_month_2(L_31);
int32_t L_32 = V_1;
L_27->set_Month_1(L_32);
goto IL_014d;
}
IL_00b7:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
int32_t L_34 = L_33->get_flags_8();
if (!((int32_t)((int32_t)L_34&(int32_t)4)))
{
goto IL_00c3;
}
}
{
return (bool)0;
}
IL_00c3:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_35 = ___result0;
int32_t* L_36 = L_35->get_address_of_flags_8();
int32_t* L_37 = L_36;
int32_t L_38 = *((int32_t*)L_37);
*((int32_t*)L_37) = (int32_t)((int32_t)((int32_t)L_38|(int32_t)4));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_40 = ___dtok2;
int32_t L_41 = L_40->get_num_2();
L_39->set_Day_2(L_41);
goto IL_014d;
}
IL_00dc:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
int32_t L_43 = L_42->get_flags_8();
if (!((int32_t)((int32_t)L_43&(int32_t)8)))
{
goto IL_00e8;
}
}
{
return (bool)0;
}
IL_00e8:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_44 = ___result0;
int32_t* L_45 = L_44->get_address_of_flags_8();
int32_t* L_46 = L_45;
int32_t L_47 = *((int32_t*)L_46);
*((int32_t*)L_46) = (int32_t)((int32_t)((int32_t)L_47|(int32_t)8));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_49 = ___dtok2;
int32_t L_50 = L_49->get_num_2();
L_48->set_Hour_3(L_50);
goto IL_014d;
}
IL_0101:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
int32_t L_52 = L_51->get_flags_8();
if (!((int32_t)((int32_t)L_52&(int32_t)((int32_t)16))))
{
goto IL_010e;
}
}
{
return (bool)0;
}
IL_010e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
int32_t* L_54 = L_53->get_address_of_flags_8();
int32_t* L_55 = L_54;
int32_t L_56 = *((int32_t*)L_55);
*((int32_t*)L_55) = (int32_t)((int32_t)((int32_t)L_56|(int32_t)((int32_t)16)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_57 = ___result0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_58 = ___dtok2;
int32_t L_59 = L_58->get_num_2();
L_57->set_Minute_4(L_59);
goto IL_014d;
}
IL_0128:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result0;
int32_t L_61 = L_60->get_flags_8();
if (!((int32_t)((int32_t)L_61&(int32_t)((int32_t)32))))
{
goto IL_0135;
}
}
{
return (bool)0;
}
IL_0135:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result0;
int32_t* L_63 = L_62->get_address_of_flags_8();
int32_t* L_64 = L_63;
int32_t L_65 = *((int32_t*)L_64);
*((int32_t*)L_64) = (int32_t)((int32_t)((int32_t)L_65|(int32_t)((int32_t)32)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_67 = ___dtok2;
int32_t L_68 = L_67->get_num_2();
L_66->set_Second_5(L_68);
}
IL_014d:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse_DS,System.DateTimeResultU26,System.Globalization.DateTimeStylesU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___dps0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)23))))
{
case 0:
{
goto IL_00bd;
}
case 1:
{
goto IL_00bd;
}
case 2:
{
goto IL_0046;
}
case 3:
{
goto IL_014f;
}
case 4:
{
goto IL_014f;
}
case 5:
{
goto IL_014f;
}
case 6:
{
goto IL_014f;
}
case 7:
{
goto IL_014f;
}
case 8:
{
goto IL_0088;
}
case 9:
{
goto IL_014f;
}
case 10:
{
goto IL_00f6;
}
case 11:
{
goto IL_0128;
}
case 12:
{
goto IL_0135;
}
case 13:
{
goto IL_0142;
}
}
}
{
goto IL_014f;
}
IL_0046:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_1 = ___raw3;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_2 = ___raw3;
int32_t L_3 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_2, 1, /*hidden argument*/NULL);
L_1->set_year_3(L_3);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw3;
int32_t* L_6 = L_5->get_address_of_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw3;
int32_t* L_8 = L_7->get_address_of_month_2();
NullCheck(L_4);
bool L_9 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_4, (int32_t*)L_6, (int32_t*)L_8, (bool)1, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0078;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0078:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_14 = DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_12, L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_0088:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_15 = ___dtfi4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_16 = ___raw3;
int32_t* L_17 = L_16->get_address_of_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_18 = ___raw3;
int32_t* L_19 = L_18->get_address_of_month_2();
NullCheck(L_15);
bool L_20 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_15, (int32_t*)L_17, (int32_t*)L_19, (bool)1, /*hidden argument*/NULL);
if (L_20)
{
goto IL_00ad;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00ad:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_23 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_24 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_25 = DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_22, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_23, L_24, /*hidden argument*/NULL);
if (L_25)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_00bd:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result1;
int32_t* L_27 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, (int32_t*)L_27, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result1;
int32_t* L_30 = L_29->get_address_of_Year_0();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_31 = ___raw3;
int32_t* L_32 = L_31->get_address_of_month_2();
NullCheck(L_28);
bool L_33 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_28, (int32_t*)L_30, (int32_t*)L_32, (bool)1, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00e9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00e9:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_35 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_38 = DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_35, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, L_37, /*hidden argument*/NULL);
if (L_38)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_00f6:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_39 = ___dtfi4;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_40 = ___raw3;
int32_t* L_41 = L_40->get_address_of_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw3;
int32_t* L_43 = L_42->get_address_of_month_2();
NullCheck(L_39);
bool L_44 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_39, (int32_t*)L_41, (int32_t*)L_43, (bool)1, /*hidden argument*/NULL);
if (L_44)
{
goto IL_011b;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_011b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_47 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_49 = DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_47, L_48, /*hidden argument*/NULL);
if (L_49)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_0128:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_50 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_52 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_53 = DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075(L_50, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_51, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_52, /*hidden argument*/NULL);
if (L_53)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_0135:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_54 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_55 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_56 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_57 = DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02(L_54, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_55, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_56, /*hidden argument*/NULL);
if (L_57)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_0142:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_58 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_60 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_61 = DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF(L_58, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_60, /*hidden argument*/NULL);
if (L_61)
{
goto IL_015e;
}
}
{
return (bool)0;
}
IL_014f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result1;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_62, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_015e:
{
int32_t L_63 = ___dps0;
if ((((int32_t)L_63) <= ((int32_t)((int32_t)20))))
{
goto IL_016a;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_64 = ___raw3;
L_64->set_numCount_1(0);
}
IL_016a:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ProcessTerminaltState(System.DateTimeParse_DS,System.DateTimeResultU26,System.Globalization.DateTimeStylesU26,System.DateTimeRawInfoU26,System.Globalization.DateTimeFormatInfo)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D_MetadataUsageId);
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)((int32_t)21))))
{
case 0:
{
goto IL_0058;
}
case 1:
{
goto IL_0068;
}
case 2:
{
goto IL_0077;
}
case 3:
{
goto IL_0087;
}
case 4:
{
goto IL_0097;
}
case 5:
{
goto IL_00a6;
}
case 6:
{
goto IL_0111;
}
case 7:
{
goto IL_011b;
}
case 8:
{
goto IL_0125;
}
case 9:
{
goto IL_00ad;
}
case 10:
{
goto IL_00c5;
}
case 11:
{
goto IL_00d1;
}
case 12:
{
goto IL_00dd;
}
case 13:
{
goto IL_00e9;
}
case 14:
{
goto IL_00f5;
}
case 15:
{
goto IL_0101;
}
case 16:
{
goto IL_010d;
}
case 17:
{
goto IL_00b9;
}
}
}
{
goto IL_012f;
}
IL_0058:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result1;
int32_t* L_2 = ___styles2;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_5 = DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, (int32_t*)L_2, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_012f;
}
IL_0068:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_9 = DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_012f;
}
IL_0077:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result1;
int32_t* L_11 = ___styles2;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_14 = DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, (int32_t*)L_11, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_12, L_13, /*hidden argument*/NULL);
V_0 = L_14;
goto IL_012f;
}
IL_0087:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result1;
int32_t* L_16 = ___styles2;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_18 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_19 = DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, (int32_t*)L_16, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_17, L_18, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_012f;
}
IL_0097:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_21 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_22 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_23 = DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_20, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_21, L_22, /*hidden argument*/NULL);
V_0 = L_23;
goto IL_012f;
}
IL_00a6:
{
V_0 = (bool)1;
goto IL_012f;
}
IL_00ad:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_24, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_25, L_26, /*hidden argument*/NULL);
V_0 = L_27;
goto IL_012f;
}
IL_00b9:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_29 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_31 = DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_29, L_30, /*hidden argument*/NULL);
V_0 = L_31;
goto IL_012f;
}
IL_00c5:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_33 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_34 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_35 = DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_33, L_34, /*hidden argument*/NULL);
V_0 = L_35;
goto IL_012f;
}
IL_00d1:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_37 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_38 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_39 = DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_37, L_38, /*hidden argument*/NULL);
V_0 = L_39;
goto IL_012f;
}
IL_00dd:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_40 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_41 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_42 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_43 = DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_40, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_41, L_42, /*hidden argument*/NULL);
V_0 = L_43;
goto IL_012f;
}
IL_00e9:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_44 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_46 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_47 = DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075(L_44, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_46, /*hidden argument*/NULL);
V_0 = L_47;
goto IL_012f;
}
IL_00f5:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_49 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_50 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_51 = DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02(L_48, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_49, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_50, /*hidden argument*/NULL);
V_0 = L_51;
goto IL_012f;
}
IL_0101:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_52 = ___dtfi4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_54 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_55 = DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF(L_52, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_54, /*hidden argument*/NULL);
V_0 = L_55;
goto IL_012f;
}
IL_010d:
{
V_0 = (bool)1;
goto IL_012f;
}
IL_0111:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_57 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_58 = DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_57, /*hidden argument*/NULL);
V_0 = L_58;
goto IL_012f;
}
IL_011b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_60 = ___raw3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_61 = DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_60, /*hidden argument*/NULL);
V_0 = L_61;
goto IL_012f;
}
IL_0125:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result1;
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_63 = ___raw3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_64 = ___dtfi4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_65 = DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_62, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_63, L_64, /*hidden argument*/NULL);
V_0 = L_65;
}
IL_012f:
{
bool L_66 = V_0;
if (L_66)
{
goto IL_0134;
}
}
{
return (bool)0;
}
IL_0134:
{
int32_t L_67 = ___dps0;
if ((((int32_t)L_67) <= ((int32_t)((int32_t)20))))
{
goto IL_0140;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_68 = ___raw3;
L_68->set_numCount_1(0);
}
IL_0140:
{
return (bool)1;
}
}
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
memset(&V_0, 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
String_t* L_0 = ___s0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi1;
int32_t L_2 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_3 = DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0(L_0, L_1, L_2, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_4 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = L_4.get_parsedDate_11();
return L_5;
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
Exception_t * L_6 = DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_RuntimeMethod_var);
}
}
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___result3;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_0 = L_1;
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
String_t* L_2 = ___s0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
int32_t L_4 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_5 = DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0(L_2, L_3, L_4, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0034;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_6 = ___result3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_7 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = L_7.get_parsedDate_11();
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_6 = L_8;
return (bool)1;
}
IL_0034:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 V_3;
memset(&V_3, 0, sizeof(V_3));
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E V_4;
memset(&V_4, 0, sizeof(V_4));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 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_t436C025529619757E8E523CBE557A4C31C920761 * G_B30_0 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B29_0 = NULL;
int32_t G_B31_0 = 0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B31_1 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B34_0 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B33_0 = NULL;
int32_t G_B35_0 = 0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B35_1 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B38_0 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B37_0 = NULL;
int32_t G_B39_0 = 0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B39_1 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B42_0 = NULL;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B41_0 = NULL;
int32_t G_B43_0 = 0;
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B43_1 = NULL;
int32_t G_B64_0 = 0;
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_0017;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result3;
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
return (bool)0;
}
IL_0017:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_002e:
{
V_1 = 0;
V_2 = (bool)0;
il2cpp_codegen_initobj((&V_3), sizeof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 ));
(&V_3)->set_suffix_1(((int32_t)256));
il2cpp_codegen_initobj((&V_4), sizeof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E ));
int8_t* L_5 = (int8_t*) alloca((((uintptr_t)((int32_t)12))));
memset(L_5,0,(((uintptr_t)((int32_t)12))));
V_7 = (int32_t*)(L_5);
int32_t* L_6 = V_7;
DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (int32_t*)(int32_t*)L_6, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi1;
NullCheck(L_7);
String_t* L_8 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C(L_7, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi1;
NullCheck(L_9);
String_t* L_10 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_11 = String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84(L_8, L_10, 4, /*hidden argument*/NULL);
(&V_4)->set_hasSameDateAndTimeSeparators_8(L_11);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi1;
NullCheck(L_13);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_14 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_13, /*hidden argument*/NULL);
L_12->set_calendar_10(L_14);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result3;
L_15->set_era_7(0);
String_t* L_16 = ___s0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi1;
__DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), L_16, L_17, /*hidden argument*/NULL);
__DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), /*hidden argument*/NULL);
}
IL_009b:
{
int32_t L_18 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result3;
int32_t L_20 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_21 = DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622(L_18, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), (DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 *)(&V_3), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi1), L_20, /*hidden argument*/NULL);
if (L_21)
{
goto IL_00af;
}
}
{
return (bool)0;
}
IL_00af:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_22 = V_3;
int32_t L_23 = L_22.get_dtt_0();
if ((((int32_t)L_23) == ((int32_t)((int32_t)18))))
{
goto IL_023c;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_24 = V_3;
int32_t L_25 = L_24.get_suffix_1();
if ((((int32_t)L_25) == ((int32_t)((int32_t)256))))
{
goto IL_00f0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 *)(&V_3), /*hidden argument*/NULL);
if (L_27)
{
goto IL_00e4;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00e4:
{
(&V_3)->set_suffix_1(((int32_t)256));
}
IL_00f0:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_29 = V_3;
int32_t L_30 = L_29.get_dtt_0();
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)19)))))
{
goto IL_011f;
}
}
{
int32_t L_31 = V_1;
if ((((int32_t)L_31) == ((int32_t)((int32_t)13))))
{
goto IL_0104;
}
}
{
int32_t L_32 = V_1;
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)12)))))
{
goto IL_0110;
}
}
IL_0104:
{
int32_t L_33 = ___styles2;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_35 = DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), L_33, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, /*hidden argument*/NULL);
return L_35;
}
IL_0110:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_011f:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_37 = V_4;
bool L_38 = L_37.get_hasSameDateAndTimeSeparators_8();
if (!L_38)
{
goto IL_01e6;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_39 = V_3;
int32_t L_40 = L_39.get_dtt_0();
if ((((int32_t)L_40) == ((int32_t)((int32_t)14))))
{
goto IL_0149;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_41 = V_3;
int32_t L_42 = L_41.get_dtt_0();
if ((((int32_t)L_42) == ((int32_t)((int32_t)12))))
{
goto IL_0149;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_43 = V_3;
int32_t L_44 = L_43.get_dtt_0();
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)13)))))
{
goto IL_0157;
}
}
IL_0149:
{
int32_t L_45 = V_1;
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)18)))))
{
goto IL_0150;
}
}
{
V_1 = 3;
}
IL_0150:
{
int32_t L_46 = V_1;
if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)19)))))
{
goto IL_0157;
}
}
{
V_1 = 5;
}
IL_0157:
{
bool L_47 = __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), /*hidden argument*/NULL);
V_8 = L_47;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_48 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_49 = V_1;
NullCheck(L_48);
int32_t L_50 = L_49;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_51 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_52 = V_3;
int32_t L_53 = L_52.get_dtt_0();
NullCheck(L_51);
int32_t L_54 = L_53;
int32_t L_55 = (int32_t)(L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
bool L_56 = V_8;
if (!((int32_t)((int32_t)((((int32_t)L_55) == ((int32_t)((int32_t)20)))? 1 : 0)|(int32_t)L_56)))
{
goto IL_01e6;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_57 = V_3;
int32_t L_58 = L_57.get_dtt_0();
V_9 = L_58;
int32_t L_59 = V_9;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)4)))
{
case 0:
{
goto IL_01b5;
}
case 1:
{
goto IL_01c6;
}
case 2:
{
goto IL_01e6;
}
case 3:
{
goto IL_01e6;
}
case 4:
{
goto IL_01d7;
}
}
}
{
int32_t L_60 = V_9;
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)13)))))
{
goto IL_01e6;
}
}
{
bool L_61 = V_8;
G_B29_0 = (&V_3);
if (L_61)
{
G_B30_0 = (&V_3);
goto IL_01ac;
}
}
{
G_B31_0 = ((int32_t)12);
G_B31_1 = G_B29_0;
goto IL_01ae;
}
IL_01ac:
{
G_B31_0 = ((int32_t)14);
G_B31_1 = G_B30_0;
}
IL_01ae:
{
G_B31_1->set_dtt_0(G_B31_0);
goto IL_01e6;
}
IL_01b5:
{
bool L_62 = V_8;
G_B33_0 = (&V_3);
if (L_62)
{
G_B34_0 = (&V_3);
goto IL_01be;
}
}
{
G_B35_0 = 3;
G_B35_1 = G_B33_0;
goto IL_01bf;
}
IL_01be:
{
G_B35_0 = 1;
G_B35_1 = G_B34_0;
}
IL_01bf:
{
G_B35_1->set_dtt_0(G_B35_0);
goto IL_01e6;
}
IL_01c6:
{
bool L_63 = V_8;
G_B37_0 = (&V_3);
if (L_63)
{
G_B38_0 = (&V_3);
goto IL_01cf;
}
}
{
G_B39_0 = 3;
G_B39_1 = G_B37_0;
goto IL_01d0;
}
IL_01cf:
{
G_B39_0 = 1;
G_B39_1 = G_B38_0;
}
IL_01d0:
{
G_B39_1->set_dtt_0(G_B39_0);
goto IL_01e6;
}
IL_01d7:
{
bool L_64 = V_8;
G_B41_0 = (&V_3);
if (L_64)
{
G_B42_0 = (&V_3);
goto IL_01e0;
}
}
{
G_B43_0 = 7;
G_B43_1 = G_B41_0;
goto IL_01e1;
}
IL_01e0:
{
G_B43_0 = 6;
G_B43_1 = G_B42_0;
}
IL_01e1:
{
G_B43_1->set_dtt_0(G_B43_0);
}
IL_01e6:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_65 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
int32_t L_66 = V_1;
NullCheck(L_65);
int32_t L_67 = L_66;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_68 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_69 = V_3;
int32_t L_70 = L_69.get_dtt_0();
NullCheck(L_68);
int32_t L_71 = L_70;
int32_t L_72 = (int32_t)(L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
V_1 = L_72;
int32_t L_73 = V_1;
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)20)))))
{
goto IL_0209;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_74 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_74, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0209:
{
int32_t L_75 = V_1;
if ((((int32_t)L_75) <= ((int32_t)((int32_t)20))))
{
goto IL_023c;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_76 = ___dtfi1;
NullCheck(L_76);
int32_t L_77 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_76, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_77&(int32_t)8)))
{
goto IL_0228;
}
}
{
int32_t L_78 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_79 = ___result3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_80 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_81 = DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D(L_78, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_79, (int32_t*)(&___styles2), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), L_80, /*hidden argument*/NULL);
if (L_81)
{
goto IL_0238;
}
}
{
return (bool)0;
}
IL_0228:
{
int32_t L_82 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_83 = ___result3;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_84 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_85 = DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D(L_82, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_83, (int32_t*)(&___styles2), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), L_84, /*hidden argument*/NULL);
if (L_85)
{
goto IL_0238;
}
}
{
return (bool)0;
}
IL_0238:
{
V_2 = (bool)1;
V_1 = 0;
}
IL_023c:
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_86 = V_3;
int32_t L_87 = L_86.get_dtt_0();
if (!L_87)
{
goto IL_0259;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_88 = V_3;
int32_t L_89 = L_88.get_dtt_0();
if ((((int32_t)L_89) == ((int32_t)1)))
{
goto IL_0259;
}
}
{
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_90 = V_3;
int32_t L_91 = L_90.get_dtt_0();
if ((!(((uint32_t)L_91) == ((uint32_t)6))))
{
goto IL_009b;
}
}
IL_0259:
{
bool L_92 = V_2;
if (L_92)
{
goto IL_026b;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_93 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_93, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_026b:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_94 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E(L_94, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_95 = ___result3;
int32_t* L_96 = L_95->get_address_of_Hour_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_97 = V_4;
int32_t L_98 = L_97.get_timeMark_6();
bool L_99 = DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56((int32_t*)L_96, L_98, /*hidden argument*/NULL);
if (L_99)
{
goto IL_0296;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_100 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_100, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0296:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result3;
int32_t L_102 = L_101->get_Year_0();
if ((!(((uint32_t)L_102) == ((uint32_t)(-1)))))
{
goto IL_02b3;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_103 = ___result3;
int32_t L_104 = L_103->get_Month_1();
if ((!(((uint32_t)L_104) == ((uint32_t)(-1)))))
{
goto IL_02b3;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_105 = ___result3;
int32_t L_106 = L_105->get_Day_2();
G_B64_0 = ((((int32_t)L_106) == ((int32_t)(-1)))? 1 : 0);
goto IL_02b4;
}
IL_02b3:
{
G_B64_0 = 0;
}
IL_02b4:
{
V_6 = (bool)G_B64_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_107 = ___result3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_108 = ___result3;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_109 = L_108->get_address_of_calendar_10();
int32_t L_110 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_111 = DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_107, (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_109, L_110, /*hidden argument*/NULL);
if (L_111)
{
goto IL_02c7;
}
}
{
return (bool)0;
}
IL_02c7:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_112 = ___result3;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_113 = L_112->get_calendar_10();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_114 = ___result3;
int32_t L_115 = L_114->get_Year_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_116 = ___result3;
int32_t L_117 = L_116->get_Month_1();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result3;
int32_t L_119 = L_118->get_Day_2();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result3;
int32_t L_121 = L_120->get_Hour_3();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result3;
int32_t L_123 = L_122->get_Minute_4();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_124 = ___result3;
int32_t L_125 = L_124->get_Second_5();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result3;
int32_t L_127 = L_126->get_era_7();
NullCheck(L_113);
bool L_128 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(22 /* 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_113, L_115, L_117, L_119, L_121, L_123, L_125, 0, L_127, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0));
if (L_128)
{
goto IL_0310;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0310:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_130 = V_4;
double L_131 = L_130.get_fraction_7();
if ((!(((double)L_131) > ((double)(0.0)))))
{
goto IL_0341;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_132 = V_4;
double L_133 = L_132.get_fraction_7();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_134 = bankers_round(((double)il2cpp_codegen_multiply((double)L_133, (double)(10000000.0))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_135 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), (((int64_t)((int64_t)L_134))), /*hidden argument*/NULL);
V_0 = L_135;
}
IL_0341:
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_136 = V_4;
int32_t L_137 = L_136.get_dayOfWeek_4();
if ((((int32_t)L_137) == ((int32_t)(-1))))
{
goto IL_036f;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_138 = V_4;
int32_t L_139 = L_138.get_dayOfWeek_4();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_140 = ___result3;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_141 = L_140->get_calendar_10();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_142 = V_0;
NullCheck(L_141);
int32_t L_143 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_141, L_142);
if ((((int32_t)L_139) == ((int32_t)L_143)))
{
goto IL_036f;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_144 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_144, 2, _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_036f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result3;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = V_0;
L_145->set_parsedDate_11(L_146);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_147 = ___result3;
int32_t L_148 = ___styles2;
bool L_149 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_150 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_147, L_148, L_149, /*hidden argument*/NULL);
if (L_150)
{
goto IL_0383;
}
}
{
return (bool)0;
}
IL_0383:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.DateTimeResultU26,System.Globalization.DateTimeStyles,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, bool ___bTimeOnly2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
{
goto IL_0016;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
int32_t L_3 = ___styles1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_4 = DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0016:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
int32_t L_6 = L_5->get_flags_8();
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)256))))
{
goto IL_00a8;
}
}
{
int32_t L_7 = ___styles1;
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)32))))
{
goto IL_006a;
}
}
{
int32_t L_8 = ___styles1;
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)16))))
{
goto IL_0056;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
int32_t* L_10 = L_9->get_address_of_flags_8();
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = L_14->get_parsedDate_11();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_15, 2, /*hidden argument*/NULL);
L_13->set_timeZoneOffset_9(L_16);
goto IL_00a8;
}
IL_0056:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = L_18->get_parsedDate_11();
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_19, 2, /*hidden argument*/NULL);
L_17->set_parsedDate_11(L_20);
return (bool)1;
}
IL_006a:
{
int32_t L_21 = ___styles1;
if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)64))))
{
goto IL_00a6;
}
}
{
int32_t L_22 = ___styles1;
if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)16))))
{
goto IL_008a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_25 = L_24->get_parsedDate_11();
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_25, 1, /*hidden argument*/NULL);
L_23->set_parsedDate_11(L_26);
return (bool)1;
}
IL_008a:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
int32_t* L_28 = L_27->get_address_of_flags_8();
int32_t* L_29 = L_28;
int32_t L_30 = *((int32_t*)L_29);
*((int32_t*)L_29) = (int32_t)((int32_t)((int32_t)L_30|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_32 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_31->set_timeZoneOffset_9(L_32);
goto IL_00a8;
}
IL_00a6:
{
return (bool)1;
}
IL_00a8:
{
int32_t L_33 = ___styles1;
if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)128))))
{
goto IL_00d3;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result0;
int32_t L_35 = L_34->get_flags_8();
if (!((int32_t)((int32_t)L_35&(int32_t)((int32_t)512))))
{
goto IL_00d3;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = L_37->get_parsedDate_11();
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_39 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_38, 1, /*hidden argument*/NULL);
L_36->set_parsedDate_11(L_39);
return (bool)1;
}
IL_00d3:
{
int32_t L_40 = ___styles1;
if (!((int32_t)((int32_t)L_40&(int32_t)((int32_t)16))))
{
goto IL_00e0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_42 = DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, /*hidden argument*/NULL);
return L_42;
}
IL_00e0:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result0;
bool L_44 = ___bTimeOnly2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_45 = DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_43, L_44, /*hidden argument*/NULL);
return L_45;
}
}
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.DateTimeResultU26,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)256))))
{
goto IL_0033;
}
}
{
int32_t L_2 = ___styles1;
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)64))))
{
goto IL_0021;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_3->set_timeZoneOffset_9(L_4);
goto IL_0033;
}
IL_0021:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = L_6->get_parsedDate_11();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_7, 2, /*hidden argument*/NULL);
L_5->set_timeZoneOffset_9(L_8);
}
IL_0033:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_10 = L_9->get_address_of_timeZoneOffset_9();
int64_t L_11 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_10, /*hidden argument*/NULL);
V_0 = L_11;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_13 = L_12->get_address_of_parsedDate_11();
int64_t L_14 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_13, /*hidden argument*/NULL);
int64_t L_15 = V_0;
V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_14, (int64_t)L_15));
int64_t L_16 = V_1;
if ((((int64_t)L_16) < ((int64_t)(((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_006d;
}
}
IL_005e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_18, 2, _stringLiteralD5CFF82A1D6E461A0E147FE9BBEA516963432F4D, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_006d:
{
int64_t L_19 = V_0;
if ((((int64_t)L_19) < ((int64_t)((int64_t)-504000000000LL))))
{
goto IL_0085;
}
}
{
int64_t L_20 = V_0;
if ((((int64_t)L_20) <= ((int64_t)((int64_t)504000000000LL))))
{
goto IL_0094;
}
}
IL_0085:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 2, _stringLiteral2B7B910762F4ACF01D021675EDD9597BFFFC8E82, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0094:
{
int32_t L_22 = ___styles1;
if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)16))))
{
goto IL_00d8;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t L_24 = L_23->get_flags_8();
if (((int32_t)((int32_t)L_24&(int32_t)((int32_t)256))))
{
goto IL_00c0;
}
}
{
int32_t L_25 = ___styles1;
if (((int32_t)((int32_t)L_25&(int32_t)((int32_t)64))))
{
goto IL_00c0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_28->set_timeZoneOffset_9(L_29);
return L_27;
}
IL_00c0:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
int64_t L_31 = V_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32;
memset(&L_32, 0, sizeof(L_32));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_32), L_31, 1, /*hidden argument*/NULL);
L_30->set_parsedDate_11(L_32);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_34 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_33->set_timeZoneOffset_9(L_34);
}
IL_00d8:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = L_0->get_address_of_parsedDate_11();
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
V_0 = L_2;
int64_t L_3 = V_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_5 = L_4->get_address_of_timeZoneOffset_9();
int64_t L_6 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_5, /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)L_6));
int64_t L_7 = V_0;
if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002b;
}
}
{
int64_t L_8 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)864000000000LL)));
}
IL_002b:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) < ((int64_t)(((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_004b;
}
}
IL_003c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 2, _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_004b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
int64_t L_13 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14;
memset(&L_14, 0, sizeof(L_14));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_14), L_13, 1, /*hidden argument*/NULL);
L_12->set_parsedDate_11(L_14);
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResultU26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, bool ___bTimeOnly1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * V_1 = NULL;
bool V_2 = false;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
memset(&V_3, 0, sizeof(V_3));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
memset(&V_4, 0, sizeof(V_4));
bool V_5 = false;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B3_0 = NULL;
int64_t G_B3_1 = 0;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B2_0 = NULL;
int64_t G_B2_1 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 G_B4_0;
memset(&G_B4_0, 0, sizeof(G_B4_0));
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B4_1 = NULL;
int64_t G_B4_2 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = L_0->get_address_of_parsedDate_11();
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
V_0 = L_2;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_3 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = L_6->get_address_of_timeZoneOffset_9();
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7, /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_8));
int64_t L_9 = V_0;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * 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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = L_12->get_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_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A(G_B4_1, G_B4_0, 2, /*hidden argument*/NULL);
V_3 = L_15;
int64_t L_16 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)G_B4_2, (int64_t)L_16));
int64_t L_17 = V_0;
if ((((int64_t)L_17) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00c3;
}
}
{
int64_t L_18 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)((int64_t)864000000000LL)));
goto IL_00c3;
}
IL_0063:
{
int64_t L_19 = V_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_21 = L_20->get_address_of_timeZoneOffset_9();
int64_t L_22 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_21, /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_19, (int64_t)L_22));
int64_t L_23 = V_0;
if ((((int64_t)L_23) < ((int64_t)(((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_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_26 = V_1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_28 = L_27->get_parsedDate_11();
NullCheck(L_26);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A(L_26, L_28, 2, /*hidden argument*/NULL);
V_3 = L_29;
int64_t L_30 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_25, (int64_t)L_30));
goto IL_00c3;
}
IL_009c:
{
int64_t L_31 = V_0;
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), L_31, 1, /*hidden argument*/NULL);
V_5 = (bool)0;
int64_t L_32 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_33 = V_4;
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_34 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_35 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA(L_33, L_34, (bool*)(&V_5), (bool*)(&V_2), /*hidden argument*/NULL);
V_3 = L_35;
int64_t L_36 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, (int64_t)L_36));
}
IL_00c3:
{
int64_t L_37 = V_0;
if ((((int64_t)L_37) < ((int64_t)(((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_00ee;
}
}
IL_00d4:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
L_39->set_parsedDate_11(L_40);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, 2, _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00ee:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
int64_t L_43 = V_0;
bool L_44 = V_2;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_45;
memset(&L_45, 0, sizeof(L_45));
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_45), L_43, 2, L_44, /*hidden argument*/NULL);
L_42->set_parsedDate_11(L_45);
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfoU26,System.__DTStringU26,System.Globalization.DateTimeStyles,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
double V_3 = 0.0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
memset(&V_4, 0, sizeof(V_4));
Il2CppChar V_5 = 0x0;
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw0;
int32_t L_1 = L_0->get_year_3();
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_2 = ___raw0;
int32_t L_3 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_2, 0, /*hidden argument*/NULL);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw0;
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 1, /*hidden argument*/NULL);
}
IL_001d:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str1;
int32_t* L_7 = L_6->get_address_of_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((int32_t)L_9, (int32_t)1));
V_2 = 0;
V_3 = (0.0);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_11 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_12 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_11, 2, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_12)
{
goto IL_0054;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0054:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_14, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str1;
bool L_16 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_15, ((int32_t)58), /*hidden argument*/NULL);
if (L_16)
{
goto IL_0073;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0073:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_20 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_19, 2, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_20)
{
goto IL_0093;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0093:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_22 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_22, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_23 = ___str1;
bool L_24 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_23, ((int32_t)58), /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00f7;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_25, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_27 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_26, 2, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_27)
{
goto IL_00c3;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00c3:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str1;
bool L_30 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, ((int32_t)46), /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00f1;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_32 = DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_31, (double*)(&V_3), /*hidden argument*/NULL);
if (L_32)
{
goto IL_00e6;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_33, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_00e6:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_34 = ___str1;
int32_t* L_35 = L_34->get_address_of_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((int32_t)L_37, (int32_t)1));
}
IL_00f1:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, /*hidden argument*/NULL);
}
IL_00f7:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str1;
bool L_40 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_01e8;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_41 = ___str1;
Il2CppChar L_42 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_41, /*hidden argument*/NULL);
V_5 = L_42;
Il2CppChar L_43 = V_5;
if ((((int32_t)L_43) == ((int32_t)((int32_t)43))))
{
goto IL_0116;
}
}
{
Il2CppChar L_44 = V_5;
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)45)))))
{
goto IL_0142;
}
}
IL_0116:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result3;
int32_t* L_46 = L_45->get_address_of_flags_8();
int32_t* L_47 = L_46;
int32_t L_48 = *((int32_t*)L_47);
*((int32_t*)L_47) = (int32_t)((int32_t)((int32_t)L_48|(int32_t)((int32_t)256)));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_49 = ___str1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_50 = ___result3;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_51 = L_50->get_address_of_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_52 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_49, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_51, /*hidden argument*/NULL);
if (L_52)
{
goto IL_0184;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0142:
{
Il2CppChar L_54 = V_5;
if ((((int32_t)L_54) == ((int32_t)((int32_t)90))))
{
goto IL_014e;
}
}
{
Il2CppChar L_55 = V_5;
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)122)))))
{
goto IL_0179;
}
}
IL_014e:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result3;
int32_t* L_57 = L_56->get_address_of_flags_8();
int32_t* L_58 = L_57;
int32_t L_59 = *((int32_t*)L_58);
*((int32_t*)L_58) = (int32_t)((int32_t)((int32_t)L_59|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result3;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_61 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_60->set_timeZoneOffset_9(L_61);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result3;
int32_t* L_63 = L_62->get_address_of_flags_8();
int32_t* L_64 = L_63;
int32_t L_65 = *((int32_t*)L_64);
*((int32_t*)L_64) = (int32_t)((int32_t)((int32_t)L_65|(int32_t)((int32_t)512)));
goto IL_0184;
}
IL_0179:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_66 = ___str1;
int32_t* L_67 = L_66->get_address_of_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((int32_t)L_69, (int32_t)1));
}
IL_0184:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_70 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_70, /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_71 = ___str1;
bool L_72 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_71, ((int32_t)35), /*hidden argument*/NULL);
if (!L_72)
{
goto IL_01b1;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_73 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_74 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_73, /*hidden argument*/NULL);
if (L_74)
{
goto IL_01ab;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_75, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_01ab:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_76 = ___str1;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_76, /*hidden argument*/NULL);
}
IL_01b1:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_77 = ___str1;
bool L_78 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_77, 0, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_01d1;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_79 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_80 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_79, /*hidden argument*/NULL);
if (L_80)
{
goto IL_01d1;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_81, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_01d1:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_82 = ___str1;
bool L_83 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_82, /*hidden argument*/NULL);
if (!L_83)
{
goto IL_01e8;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_84 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_84, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_01e8:
{
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_85 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_86 = ___raw0;
int32_t L_87 = L_86->get_year_3();
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_88 = ___raw0;
int32_t L_89 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_88, 0, /*hidden argument*/NULL);
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_90 = ___raw0;
int32_t L_91 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_90, 1, /*hidden argument*/NULL);
int32_t L_92 = V_0;
int32_t L_93 = V_1;
int32_t L_94 = V_2;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_95 = ___result3;
int32_t L_96 = L_95->get_era_7();
NullCheck(L_85);
bool L_97 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(22 /* 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, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4));
if (L_97)
{
goto IL_0223;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_98 = ___result3;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_98, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0223:
{
double L_99 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_100 = bankers_round(((double)il2cpp_codegen_multiply((double)L_99, (double)(10000000.0))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_101 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), (((int64_t)((int64_t)L_100))), /*hidden argument*/NULL);
V_4 = L_101;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_102 = ___result3;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_103 = V_4;
L_102->set_parsedDate_11(L_103);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result3;
int32_t L_105 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_106 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_104, L_105, (bool)0, /*hidden argument*/NULL);
if (L_106)
{
goto IL_0251;
}
}
{
return (bool)0;
}
IL_0251:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::MatchHebrewDigits(System.__DTStringU26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___number2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A 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_m8053C4350B4A4501DA238B4F8B345E2B5FC38128((HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A *)(&V_0), 0, /*hidden argument*/NULL);
V_1 = 3;
goto IL_001d;
}
IL_000f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
Il2CppChar L_2 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var);
int32_t L_3 = HebrewNumber_ParseByChar_m083C7C0CF554FDF381FEDB6DE92308BBD82B222D(L_2, (HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A *)(&V_0), /*hidden argument*/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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_5 = ___str0;
bool L_6 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_5, /*hidden argument*/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_t73104EEB061AFC678110026DD0277C48EAC49B0A L_9 = V_0;
int32_t L_10 = L_9.get_result_1();
*((int32_t*)L_8) = (int32_t)L_10;
return (bool)1;
}
IL_0037:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTStringU26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___digitLen1;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_000e;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
int32_t* L_2 = ___result2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_3 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, 1, 2, (int32_t*)L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000e:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_4 = ___str0;
int32_t L_5 = ___digitLen1;
int32_t L_6 = ___digitLen1;
int32_t* L_7 = ___result2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_8 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_4, L_5, L_6, (int32_t*)L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTStringU26,System.Int32,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___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* L_0 = ___result3;
*((int32_t*)L_0) = (int32_t)0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
int32_t L_2 = L_1->get_Index_1();
V_0 = L_2;
V_1 = 0;
goto IL_0035;
}
IL_000e:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
bool L_4 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0023;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_5 = ___str0;
int32_t* L_6 = L_5->get_address_of_Index_1();
int32_t* L_7 = L_6;
int32_t L_8 = *((int32_t*)L_7);
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
goto IL_0039;
}
IL_0023:
{
int32_t* L_9 = ___result3;
int32_t* L_10 = ___result3;
int32_t L_11 = *((int32_t*)L_10);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
int32_t L_13 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, /*hidden argument*/NULL);
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)10))), (int32_t)L_13));
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0035:
{
int32_t L_15 = V_1;
int32_t L_16 = ___maxDigitLen2;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_000e;
}
}
IL_0039:
{
int32_t L_17 = V_1;
int32_t L_18 = ___minDigitLen1;
if ((((int32_t)L_17) >= ((int32_t)L_18)))
{
goto IL_0046;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str0;
int32_t L_20 = V_0;
L_19->set_Index_1(L_20);
return (bool)0;
}
IL_0046:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTStringU26,System.Int32,System.DoubleU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
bool L_1 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0015;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
int32_t* L_3 = L_2->get_address_of_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((int32_t)L_5, (int32_t)1));
return (bool)0;
}
IL_0015:
{
double* L_6 = ___result2;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_7 = ___str0;
int32_t L_8 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_7, /*hidden argument*/NULL);
*((double*)L_6) = (double)(((double)((double)L_8)));
V_0 = 1;
goto IL_0051;
}
IL_0022:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
bool L_10 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0037;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_11 = ___str0;
int32_t* L_12 = L_11->get_address_of_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((int32_t)L_14, (int32_t)1));
goto IL_0055;
}
IL_0037:
{
double* L_15 = ___result2;
double* L_16 = ___result2;
double L_17 = *((double*)L_16);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
int32_t L_19 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, /*hidden argument*/NULL);
*((double*)L_15) = (double)((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_multiply((double)L_17, (double)(10.0))), (double)(((double)((double)L_19)))));
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)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;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_27 = pow((10.0), (((double)((double)L_26))));
*((double*)L_23) = (double)((double)((double)(((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.__DTStringU26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, bool* ___result1, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
Il2CppChar L_3 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, /*hidden argument*/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.__DTStringU26,System.Int32,System.TimeSpanU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___len1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28_MetadataUsageId);
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((int32_t)L_0, (int32_t)1))) <= ((uint32_t)1))))
{
goto IL_0023;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_2 = DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, (bool*)(&V_0), /*hidden argument*/NULL);
if (L_2)
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
int32_t L_4 = ___len1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_5 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_3, L_4, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_5)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_0023:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_7 = DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_6, (bool*)(&V_0), /*hidden argument*/NULL);
if (L_7)
{
goto IL_002f;
}
}
{
return (bool)0;
}
IL_002f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_9 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, 1, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_9)
{
goto IL_003c;
}
}
{
return (bool)0;
}
IL_003c:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
bool L_11 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0056;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_13 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, 2, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_13)
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_0056:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str0;
int32_t* L_15 = L_14->get_address_of_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((int32_t)L_17, (int32_t)1));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_19 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, 2, (int32_t*)(&V_2), /*hidden argument*/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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_22 = ___result2;
int32_t L_23 = V_1;
int32_t L_24 = V_2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_25;
memset(&L_25, 0, sizeof(L_25));
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_25), L_23, L_24, 0, /*hidden argument*/NULL);
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_22 = L_25;
bool L_26 = V_0;
if (L_26)
{
goto IL_0096;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_27 = ___result2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_28 = ___result2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_28, /*hidden argument*/NULL);
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_27 = L_29;
}
IL_0096:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_008c;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
NullCheck(L_3);
String_t* L_4 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_3, ((int32_t)13), /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
int32_t L_7 = V_2;
NullCheck(L_6);
String_t* L_8 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_6, L_7, /*hidden argument*/NULL);
V_3 = L_8;
String_t* L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
V_4 = L_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
NullCheck(L_11);
bool L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0048;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
String_t* L_14 = V_3;
bool L_15 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, /*hidden argument*/NULL);
G_B8_0 = L_15;
goto IL_0052;
}
IL_0048:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str0;
String_t* L_17 = V_3;
bool L_18 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_16, L_17, (bool)0, (int32_t*)(&V_4), /*hidden argument*/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((int32_t)L_24, (int32_t)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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
NullCheck(L_27);
int32_t L_28 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_27, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_28&(int32_t)2)))
{
goto IL_008c;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi1;
NullCheck(L_30);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92(L_30, /*hidden argument*/NULL);
int32_t L_32 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_31, (int32_t*)(&V_0), /*hidden argument*/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((int32_t)L_35, (int32_t)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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
int32_t* L_39 = L_38->get_address_of_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((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1))));
return (bool)1;
}
IL_00a0:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_00b4;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
NullCheck(L_3);
String_t* L_4 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_3, ((int32_t)13), /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
int32_t L_7 = V_2;
NullCheck(L_6);
String_t* L_8 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_6, L_7, /*hidden argument*/NULL);
V_3 = L_8;
String_t* L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
V_4 = L_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
NullCheck(L_11);
bool L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_004b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
String_t* L_14 = V_3;
bool L_15 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, /*hidden argument*/NULL);
G_B8_0 = L_15;
goto IL_0055;
}
IL_004b:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str0;
String_t* L_17 = V_3;
bool L_18 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_16, L_17, (bool)0, (int32_t*)(&V_4), /*hidden argument*/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((int32_t)L_24, (int32_t)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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
NullCheck(L_27);
int32_t L_28 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_27, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_28&(int32_t)1)))
{
goto IL_008f;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi1;
NullCheck(L_30);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = DateTimeFormatInfo_get_MonthGenitiveNames_m249A57C68A09D5EE6771DCB4A0D5D1EE9CEE78E4(L_30, /*hidden argument*/NULL);
int32_t L_32 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_31, (int32_t*)(&V_0), /*hidden argument*/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((int32_t)L_35, (int32_t)1));
}
IL_008f:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = ___dtfi1;
NullCheck(L_36);
int32_t L_37 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_36, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_37&(int32_t)2)))
{
goto IL_00b4;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_39 = ___dtfi1;
NullCheck(L_39);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92(L_39, /*hidden argument*/NULL);
int32_t L_41 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, L_40, (int32_t*)(&V_0), /*hidden argument*/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((int32_t)L_44, (int32_t)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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_47 = ___str0;
int32_t* L_48 = L_47->get_address_of_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((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1))));
return (bool)1;
}
IL_00c8:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
V_1 = 0;
goto IL_004a;
}
IL_0011:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
int32_t L_4 = V_1;
NullCheck(L_3);
String_t* L_5 = DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43(L_3, L_4, /*hidden argument*/NULL);
V_2 = L_5;
String_t* L_6 = V_2;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
V_3 = L_7;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
NullCheck(L_8);
bool L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0031;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
String_t* L_11 = V_2;
bool L_12 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, L_11, /*hidden argument*/NULL);
G_B5_0 = L_12;
goto IL_003b;
}
IL_0031:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
String_t* L_14 = V_2;
bool L_15 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, (bool)0, (int32_t*)(&V_3), /*hidden argument*/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, (int32_t)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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
int32_t* L_26 = L_25->get_address_of_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((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))));
return (bool)1;
}
IL_0062:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
V_1 = 0;
goto IL_004a;
}
IL_0011:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
int32_t L_4 = V_1;
NullCheck(L_3);
String_t* L_5 = DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF(L_3, L_4, /*hidden argument*/NULL);
V_2 = L_5;
String_t* L_6 = V_2;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
V_3 = L_7;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
NullCheck(L_8);
bool L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0031;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
String_t* L_11 = V_2;
bool L_12 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, L_11, /*hidden argument*/NULL);
G_B5_0 = L_12;
goto IL_003b;
}
IL_0031:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
String_t* L_14 = V_2;
bool L_15 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, (bool)0, (int32_t*)(&V_3), /*hidden argument*/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, (int32_t)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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
int32_t* L_26 = L_25->get_address_of_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((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))));
return (bool)1;
}
IL_0062:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_007d;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi1;
NullCheck(L_2);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = VirtFuncInvoker0< Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* >::Invoke(15 /* System.Int32[] System.Globalization.Calendar::get_Eras() */, L_3);
V_0 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
if (!L_5)
{
goto IL_007d;
}
}
{
V_1 = 0;
goto IL_0077;
}
IL_001b:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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 = DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38(L_6, L_10, /*hidden argument*/NULL);
V_2 = L_11;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
String_t* L_13 = V_2;
bool L_14 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0047;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str0;
int32_t* L_16 = L_15->get_address_of_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 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))));
int32_t* L_21 = ___result2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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 = DateTimeFormatInfo_GetAbbreviatedEraName_m8096A35954A22E28951B8DDDB1BE4B1CD831D7C4(L_26, L_30, /*hidden argument*/NULL);
V_2 = L_31;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_32 = ___str0;
String_t* L_33 = V_2;
bool L_34 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0073;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
int32_t* L_36 = L_35->get_address_of_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 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_39, /*hidden argument*/NULL);
*((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))));
int32_t* L_41 = ___result2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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((int32_t)L_46, (int32_t)1));
}
IL_0077:
{
int32_t L_47 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = V_0;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))))))
{
goto IL_001b;
}
}
IL_007d:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.DateTimeParse_TMU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___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_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi1;
NullCheck(L_1);
String_t* L_2 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0013;
}
}
{
int32_t* L_4 = ___result2;
*((int32_t*)L_4) = (int32_t)0;
}
IL_0013:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi1;
NullCheck(L_5);
String_t* L_6 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0023;
}
}
{
int32_t* L_8 = ___result2;
*((int32_t*)L_8) = (int32_t)1;
}
IL_0023:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
bool L_10 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0096;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
NullCheck(L_11);
String_t* L_12 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_11, /*hidden argument*/NULL);
V_0 = L_12;
String_t* L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_005b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str0;
String_t* L_16 = V_0;
bool L_17 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
int32_t* L_19 = L_18->get_address_of_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 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_22, /*hidden argument*/NULL);
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))));
int32_t* L_24 = ___result2;
*((int32_t*)L_24) = (int32_t)0;
return (bool)1;
}
IL_005b:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_25 = ___dtfi1;
NullCheck(L_25);
String_t* L_26 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_25, /*hidden argument*/NULL);
V_0 = L_26;
String_t* L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_008b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
String_t* L_30 = V_0;
bool L_31 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_008b;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_32 = ___str0;
int32_t* L_33 = L_32->get_address_of_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 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_36, /*hidden argument*/NULL);
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1))));
int32_t* L_38 = ___result2;
*((int32_t*)L_38) = (int32_t)1;
return (bool)1;
}
IL_008b:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str0;
int32_t* L_40 = L_39->get_address_of_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((int32_t)L_42, (int32_t)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.__DTStringU26,System.Globalization.DateTimeFormatInfo,System.DateTimeParse_TMU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
{
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_003a;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
Il2CppChar L_3 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi1;
NullCheck(L_4);
String_t* L_5 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)L_6))))
{
goto IL_0021;
}
}
{
int32_t* L_7 = ___result2;
*((int32_t*)L_7) = (int32_t)0;
return (bool)1;
}
IL_0021:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
Il2CppChar L_9 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = ___dtfi1;
NullCheck(L_10);
String_t* L_11 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)L_12))))
{
goto IL_003a;
}
}
{
int32_t* L_13 = ___result2;
*((int32_t*)L_13) = (int32_t)1;
return (bool)1;
}
IL_003a:
{
return (bool)0;
}
}
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32U26,System.Int32,System.Char,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988_MetadataUsageId);
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_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result3;
Il2CppChar L_8 = ___patternChar2;
Il2CppChar L_9 = L_8;
RuntimeObject * L_10 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_9);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_10, /*hidden argument*/NULL);
return (bool)0;
}
IL_0023:
{
return (bool)1;
}
}
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResultU26,System.Globalization.DateTimeStylesU26)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
{
goto IL_0049;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
int32_t L_3 = L_2->get_flags_8();
if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)256))))
{
goto IL_003c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
V_0 = L_4;
int64_t L_5 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = L_6->get_address_of_timeZoneOffset_9();
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9;
memset(&L_9, 0, sizeof(L_9));
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_9), ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)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)((int32_t)L_11&(int32_t)((int32_t)64))))
{
goto IL_0049;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
return L_12;
}
IL_0049:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
return L_13;
}
}
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResultU26,System.Globalization.CalendarU26,System.Globalization.DateTimeStyles)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** ___cal1, int32_t ___styles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
int32_t V_1 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_flags_8();
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
{
goto IL_0054;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
int32_t L_3 = L_2->get_Month_1();
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0020;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
int32_t L_5 = L_4->get_Day_2();
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0054;
}
}
IL_0020:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
int32_t L_7 = L_6->get_Year_0();
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0037;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result0;
int32_t L_9 = L_8->get_flags_8();
if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)4096))))
{
goto IL_0054;
}
}
IL_0037:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result0;
int32_t L_11 = L_10->get_flags_8();
if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)256))))
{
goto IL_0054;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, 2, _stringLiteralA8AF94D5E162CA900D2AEB9CF3E94BF19D8B6A6E, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0054:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
int32_t L_14 = L_13->get_Year_0();
if ((((int32_t)L_14) == ((int32_t)(-1))))
{
goto IL_0072;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
int32_t L_16 = L_15->get_Month_1();
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0072;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
int32_t L_18 = L_17->get_Day_2();
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
{
goto IL_0130;
}
}
IL_0072:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, (int32_t*)(&___styles2), /*hidden argument*/NULL);
V_0 = L_20;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
int32_t L_22 = L_21->get_Month_1();
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
int32_t L_24 = L_23->get_Day_2();
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
{
goto IL_00f9;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
int32_t L_26 = L_25->get_Year_0();
if ((!(((uint32_t)L_26) == ((uint32_t)(-1)))))
{
goto IL_00e9;
}
}
{
int32_t L_27 = ___styles2;
if (!((int32_t)((int32_t)L_27&(int32_t)8)))
{
goto IL_00bd;
}
}
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_28 = ___cal1;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_29 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
*((RuntimeObject **)L_28) = (RuntimeObject *)L_29;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_28, (RuntimeObject *)L_29);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
int32_t L_33 = 1;
V_1 = L_33;
L_32->set_Day_2(L_33);
int32_t L_34 = V_1;
int32_t L_35 = L_34;
V_1 = L_35;
L_31->set_Month_1(L_35);
int32_t L_36 = V_1;
L_30->set_Year_0(L_36);
goto IL_0130;
}
IL_00bd:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_38 = ___cal1;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_39 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_38);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = V_0;
NullCheck(L_39);
int32_t L_41 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_39, L_40);
L_37->set_Year_0(L_41);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_43 = ___cal1;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_44 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_43);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_45 = V_0;
NullCheck(L_44);
int32_t L_46 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(16 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_44, L_45);
L_42->set_Month_1(L_46);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_47 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_48 = ___cal1;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_49 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_48);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_50 = V_0;
NullCheck(L_49);
int32_t L_51 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_49, L_50);
L_47->set_Day_2(L_51);
goto IL_0130;
}
IL_00e9:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_52 = ___result0;
L_52->set_Month_1(1);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
L_53->set_Day_2(1);
goto IL_0130;
}
IL_00f9:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_54 = ___result0;
int32_t L_55 = L_54->get_Year_0();
if ((!(((uint32_t)L_55) == ((uint32_t)(-1)))))
{
goto IL_0110;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_57 = ___cal1;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_58 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_57);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_59 = V_0;
NullCheck(L_58);
int32_t L_60 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_58, L_59);
L_56->set_Year_0(L_60);
}
IL_0110:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_61 = ___result0;
int32_t L_62 = L_61->get_Month_1();
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
{
goto IL_0120;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_63 = ___result0;
L_63->set_Month_1(1);
}
IL_0120:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_64 = ___result0;
int32_t L_65 = L_64->get_Day_2();
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
{
goto IL_0130;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result0;
L_66->set_Day_2(1);
}
IL_0130:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result0;
int32_t L_68 = L_67->get_Hour_3();
if ((!(((uint32_t)L_68) == ((uint32_t)(-1)))))
{
goto IL_0140;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_69 = ___result0;
L_69->set_Hour_3(0);
}
IL_0140:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_70 = ___result0;
int32_t L_71 = L_70->get_Minute_4();
if ((!(((uint32_t)L_71) == ((uint32_t)(-1)))))
{
goto IL_0150;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_72 = ___result0;
L_72->set_Minute_4(0);
}
IL_0150:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_73 = ___result0;
int32_t L_74 = L_73->get_Second_5();
if ((!(((uint32_t)L_74) == ((uint32_t)(-1)))))
{
goto IL_0160;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result0;
L_75->set_Second_5(0);
}
IL_0160:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_76 = ___result0;
int32_t L_77 = L_76->get_era_7();
if ((!(((uint32_t)L_77) == ((uint32_t)(-1)))))
{
goto IL_0170;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_78 = ___result0;
L_78->set_era_7(0);
}
IL_0170:
{
return (bool)1;
}
}
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.String,System.Globalization.DateTimeFormatInfoU26,System.ParsingInfoU26,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
String_t* L_0 = ___format0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
{
goto IL_001c;
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
{
goto IL_004e;
}
}
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
{
goto IL_0065;
}
}
{
goto IL_0151;
}
IL_001c:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
{
goto IL_00e4;
}
}
{
Il2CppChar L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)111))))
{
case 0:
{
goto IL_004e;
}
case 1:
{
goto IL_0151;
}
case 2:
{
goto IL_0151;
}
case 3:
{
goto IL_0065;
}
case 4:
{
goto IL_009c;
}
case 5:
{
goto IL_0151;
}
case 6:
{
goto IL_00b3;
}
}
}
{
goto IL_0151;
}
IL_004e:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_7 = ___parseInfo2;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_8 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
L_7->set_calendar_0(L_8);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_9 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_9) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_10);
goto IL_0151;
}
IL_0065:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_11 = ___parseInfo2;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_12 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
L_11->set_calendar_0(L_12);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_13 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_13) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_14);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result3;
int32_t L_16 = L_15->get_flags_8();
if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)2048))))
{
goto IL_0151;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result3;
int32_t* L_18 = L_17->get_address_of_flags_8();
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
*((int32_t*)L_19) = (int32_t)((int32_t)((int32_t)L_20|(int32_t)((int32_t)8192)));
goto IL_0151;
}
IL_009c:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_21 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_22 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_21) = (RuntimeObject *)L_22;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_21, (RuntimeObject *)L_22);
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_23 = ___parseInfo2;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_24 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
L_23->set_calendar_0(L_24);
goto IL_0151;
}
IL_00b3:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_25 = ___parseInfo2;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_26 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
L_25->set_calendar_0(L_26);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_27 = ___dtfi1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
*((RuntimeObject **)L_27) = (RuntimeObject *)L_28;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_27, (RuntimeObject *)L_28);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result3;
int32_t L_30 = L_29->get_flags_8();
if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)2048))))
{
goto IL_0151;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result3;
int32_t* L_32 = L_31->get_address_of_flags_8();
int32_t* L_33 = L_32;
int32_t L_34 = *((int32_t*)L_33);
*((int32_t*)L_33) = (int32_t)((int32_t)((int32_t)L_34|(int32_t)((int32_t)16384)));
goto IL_0151;
}
IL_00e4:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_35 = ___parseInfo2;
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_36 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
L_35->set_calendar_0(L_36);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result3;
int32_t* L_38 = L_37->get_address_of_flags_8();
int32_t* L_39 = L_38;
int32_t L_40 = *((int32_t*)L_39);
*((int32_t*)L_39) = (int32_t)((int32_t)((int32_t)L_40|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result3;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_42;
memset(&L_42, 0, sizeof(L_42));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_42), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
L_41->set_timeZoneOffset_9(L_42);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result3;
int32_t* L_44 = L_43->get_address_of_flags_8();
int32_t* L_45 = L_44;
int32_t L_46 = *((int32_t*)L_45);
*((int32_t*)L_45) = (int32_t)((int32_t)((int32_t)L_46|(int32_t)((int32_t)512)));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_47 = ___dtfi1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_47);
NullCheck(L_48);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_49 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_48, /*hidden argument*/NULL);
NullCheck(L_49);
Type_t * L_50 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_49, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_51 = { reinterpret_cast<intptr_t> (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_52 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_51, /*hidden argument*/NULL);
bool L_53 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_50, L_52, /*hidden argument*/NULL);
if (!L_53)
{
goto IL_0151;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_54 = ___dtfi1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_55 = ___dtfi1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_56 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_55);
NullCheck(L_56);
RuntimeObject * L_57 = DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA(L_56, /*hidden argument*/NULL);
*((RuntimeObject **)L_54) = (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_54, (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var)));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_58 = ___dtfi1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_59 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_58);
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_60 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
NullCheck(L_59);
DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C(L_59, L_60, /*hidden argument*/NULL);
}
IL_0151:
{
String_t* L_61 = ___format0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_62 = ___dtfi1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_63 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_62);
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
String_t* L_64 = DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0(L_61, L_63, /*hidden argument*/NULL);
return L_64;
}
}
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTStringU26,System.__DTStringU26,System.ParsingInfoU26,System.Globalization.DateTimeFormatInfo,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___format1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_14;
memset(&V_14, 0, sizeof(V_14));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_15;
memset(&V_15, 0, sizeof(V_15));
int32_t V_16 = 0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B76_0 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B75_0 = NULL;
int32_t G_B77_0 = 0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B77_1 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B83_0 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B82_0 = NULL;
int32_t G_B84_0 = 0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B84_1 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B90_0 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B89_0 = NULL;
int32_t G_B91_0 = 0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B91_1 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B97_0 = NULL;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B96_0 = NULL;
int32_t G_B98_0 = 0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B98_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_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___format1;
Il2CppChar L_1 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/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_07e6;
}
}
{
Il2CppChar L_6 = V_10;
if ((((int32_t)L_6) == ((int32_t)((int32_t)37))))
{
goto IL_0918;
}
}
{
goto IL_09cb;
}
IL_0053:
{
Il2CppChar L_7 = V_10;
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
{
goto IL_07e6;
}
}
{
Il2CppChar L_8 = V_10;
if ((((int32_t)L_8) == ((int32_t)((int32_t)46))))
{
goto IL_0990;
}
}
{
goto IL_09cb;
}
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_079a;
}
}
{
Il2CppChar L_11 = V_10;
if ((((int32_t)L_11) == ((int32_t)((int32_t)58))))
{
goto IL_074e;
}
}
{
goto IL_09cb;
}
IL_0087:
{
Il2CppChar L_12 = V_10;
if ((((int32_t)L_12) == ((int32_t)((int32_t)70))))
{
goto IL_042f;
}
}
{
Il2CppChar L_13 = V_10;
if ((((int32_t)L_13) == ((int32_t)((int32_t)72))))
{
goto IL_0369;
}
}
{
Il2CppChar L_14 = V_10;
if ((((int32_t)L_14) == ((int32_t)((int32_t)75))))
{
goto IL_0640;
}
}
{
goto IL_09cb;
}
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_01ac;
}
}
{
Il2CppChar L_18 = V_10;
if ((((int32_t)L_18) == ((int32_t)((int32_t)90))))
{
goto IL_05a7;
}
}
{
goto IL_09cb;
}
IL_00ca:
{
Il2CppChar L_19 = V_10;
if ((((int32_t)L_19) == ((int32_t)((int32_t)92))))
{
goto IL_0957;
}
}
{
Il2CppChar L_20 = V_10;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)100))))
{
case 0:
{
goto IL_024d;
}
case 1:
{
goto IL_09cb;
}
case 2:
{
goto IL_042f;
}
case 3:
{
goto IL_02f6;
}
case 4:
{
goto IL_0320;
}
}
}
{
goto IL_09cb;
}
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_03ab;
}
}
{
Il2CppChar L_23 = V_10;
if ((((int32_t)L_23) == ((int32_t)((int32_t)115))))
{
goto IL_03ed;
}
}
{
goto IL_09cb;
}
IL_0113:
{
Il2CppChar L_24 = V_10;
if ((((int32_t)L_24) == ((int32_t)((int32_t)116))))
{
goto IL_04af;
}
}
{
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_0529;
}
}
{
goto IL_09cb;
}
IL_0130:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_27 = ___format1;
int32_t L_28 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_27, /*hidden argument*/NULL);
V_0 = L_28;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi3;
NullCheck(L_29);
bool L_30 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B(L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_014d;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_32 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_31, 1, 4, (int32_t*)(&V_1), /*hidden argument*/NULL);
V_11 = L_32;
goto IL_0163;
}
IL_014d:
{
int32_t L_33 = V_0;
if ((((int32_t)L_33) > ((int32_t)2)))
{
goto IL_0158;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_34 = ___parseInfo2;
L_34->set_fUseTwoDigitYear_4((bool)1);
}
IL_0158:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
int32_t L_36 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_37 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_35, L_36, (int32_t*)(&V_1), /*hidden argument*/NULL);
V_11 = L_37;
}
IL_0163:
{
bool L_38 = V_11;
if (L_38)
{
goto IL_0180;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_39 = ___parseInfo2;
bool L_40 = L_39->get_fCustomNumberParser_7();
if (!L_40)
{
goto IL_0180;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_41 = ___parseInfo2;
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_42 = L_41->get_parseNumberDelegate_8();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_43 = ___str0;
int32_t L_44 = V_0;
NullCheck(L_42);
bool L_45 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_42, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_43, L_44, (int32_t*)(&V_1), /*hidden argument*/NULL);
V_11 = L_45;
}
IL_0180:
{
bool L_46 = V_11;
if (L_46)
{
goto IL_0194;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_47 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_47, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0194:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result4;
int32_t* L_49 = L_48->get_address_of_Year_0();
int32_t L_50 = V_1;
Il2CppChar L_51 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_52 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_53 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_49, L_50, L_51, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_52, /*hidden argument*/NULL);
if (L_53)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_01ac:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_54 = ___format1;
int32_t L_55 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_54, /*hidden argument*/NULL);
V_0 = L_55;
int32_t L_56 = V_0;
if ((((int32_t)L_56) > ((int32_t)2)))
{
goto IL_01eb;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_57 = ___str0;
int32_t L_58 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_59 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_57, L_58, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_59)
{
goto IL_0235;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_60 = ___parseInfo2;
bool L_61 = L_60->get_fCustomNumberParser_7();
if (!L_61)
{
goto IL_01db;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_62 = ___parseInfo2;
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_63 = L_62->get_parseNumberDelegate_8();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_64 = ___str0;
int32_t L_65 = V_0;
NullCheck(L_63);
bool L_66 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_63, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_64, L_65, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_66)
{
goto IL_0235;
}
}
IL_01db:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_67, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_01eb:
{
int32_t L_68 = V_0;
if ((!(((uint32_t)L_68) == ((uint32_t)3))))
{
goto IL_020a;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_69 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_70 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_71 = DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_69, L_70, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_71)
{
goto IL_0225;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_72 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_72, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_020a:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_73 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_74 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_75 = DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_73, L_74, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_75)
{
goto IL_0225;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_76 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_76, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0225:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_77 = ___result4;
int32_t* L_78 = L_77->get_address_of_flags_8();
int32_t* L_79 = L_78;
int32_t L_80 = *((int32_t*)L_79);
*((int32_t*)L_79) = (int32_t)((int32_t)((int32_t)L_80|(int32_t)((int32_t)1024)));
}
IL_0235:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result4;
int32_t* L_82 = L_81->get_address_of_Month_1();
int32_t L_83 = V_2;
Il2CppChar L_84 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_85 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_86 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_82, L_83, L_84, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_85, /*hidden argument*/NULL);
if (L_86)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_024d:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_87 = ___format1;
int32_t L_88 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_87, /*hidden argument*/NULL);
V_0 = L_88;
int32_t L_89 = V_0;
if ((((int32_t)L_89) > ((int32_t)2)))
{
goto IL_02a4;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_90 = ___str0;
int32_t L_91 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_92 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_90, L_91, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (L_92)
{
goto IL_028c;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_93 = ___parseInfo2;
bool L_94 = L_93->get_fCustomNumberParser_7();
if (!L_94)
{
goto IL_027c;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_95 = ___parseInfo2;
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_96 = L_95->get_parseNumberDelegate_8();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_97 = ___str0;
int32_t L_98 = V_0;
NullCheck(L_96);
bool L_99 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_96, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_97, L_98, (int32_t*)(&V_3), /*hidden argument*/NULL);
if (L_99)
{
goto IL_028c;
}
}
IL_027c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_100 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_100, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_028c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result4;
int32_t* L_102 = L_101->get_address_of_Day_2();
int32_t L_103 = V_3;
Il2CppChar L_104 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_105 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_106 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_102, L_103, L_104, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_105, /*hidden argument*/NULL);
if (L_106)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_02a4:
{
int32_t L_107 = V_0;
if ((!(((uint32_t)L_107) == ((uint32_t)3))))
{
goto IL_02c3;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_108 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_109 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_110 = DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_108, L_109, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (L_110)
{
goto IL_02de;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_111 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_111, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_02c3:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_112 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_113 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_114 = DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_112, L_113, (int32_t*)(&V_4), /*hidden argument*/NULL);
if (L_114)
{
goto IL_02de;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_115 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_115, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_02de:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_116 = ___parseInfo2;
int32_t* L_117 = L_116->get_address_of_dayOfWeek_1();
int32_t L_118 = V_4;
Il2CppChar L_119 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_121 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_117, L_118, L_119, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_120, /*hidden argument*/NULL);
if (L_121)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_02f6:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_122 = ___format1;
int32_t L_123 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_122, /*hidden argument*/NULL);
V_0 = L_123;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_124 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_125 = ___dtfi3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result4;
int32_t* L_127 = L_126->get_address_of_era_7();
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_128 = DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_124, L_125, (int32_t*)L_127, /*hidden argument*/NULL);
if (L_128)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0320:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_130 = ___parseInfo2;
L_130->set_fUseHour12_3((bool)1);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_131 = ___format1;
int32_t L_132 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_131, /*hidden argument*/NULL);
V_0 = L_132;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_133 = ___str0;
int32_t L_134 = V_0;
G_B75_0 = L_133;
if ((((int32_t)L_134) < ((int32_t)2)))
{
G_B76_0 = L_133;
goto IL_0336;
}
}
{
G_B77_0 = 2;
G_B77_1 = G_B75_0;
goto IL_0337;
}
IL_0336:
{
G_B77_0 = 1;
G_B77_1 = G_B76_0;
}
IL_0337:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_135 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B77_1, G_B77_0, (int32_t*)(&V_5), /*hidden argument*/NULL);
if (L_135)
{
goto IL_0350;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_136 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_136, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0350:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_137 = ___result4;
int32_t* L_138 = L_137->get_address_of_Hour_3();
int32_t L_139 = V_5;
Il2CppChar L_140 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_141 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_142 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_138, L_139, L_140, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_141, /*hidden argument*/NULL);
if (L_142)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_0369:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_143 = ___format1;
int32_t L_144 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_143, /*hidden argument*/NULL);
V_0 = L_144;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_145 = ___str0;
int32_t L_146 = V_0;
G_B82_0 = L_145;
if ((((int32_t)L_146) < ((int32_t)2)))
{
G_B83_0 = L_145;
goto IL_0378;
}
}
{
G_B84_0 = 2;
G_B84_1 = G_B82_0;
goto IL_0379;
}
IL_0378:
{
G_B84_0 = 1;
G_B84_1 = G_B83_0;
}
IL_0379:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_147 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B84_1, G_B84_0, (int32_t*)(&V_5), /*hidden argument*/NULL);
if (L_147)
{
goto IL_0392;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_148 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_148, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0392:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_149 = ___result4;
int32_t* L_150 = L_149->get_address_of_Hour_3();
int32_t L_151 = V_5;
Il2CppChar L_152 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_153 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_154 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_150, L_151, L_152, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_153, /*hidden argument*/NULL);
if (L_154)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_03ab:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_155 = ___format1;
int32_t L_156 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_155, /*hidden argument*/NULL);
V_0 = L_156;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_157 = ___str0;
int32_t L_158 = V_0;
G_B89_0 = L_157;
if ((((int32_t)L_158) < ((int32_t)2)))
{
G_B90_0 = L_157;
goto IL_03ba;
}
}
{
G_B91_0 = 2;
G_B91_1 = G_B89_0;
goto IL_03bb;
}
IL_03ba:
{
G_B91_0 = 1;
G_B91_1 = G_B90_0;
}
IL_03bb:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_159 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B91_1, G_B91_0, (int32_t*)(&V_6), /*hidden argument*/NULL);
if (L_159)
{
goto IL_03d4;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_160 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_160, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_03d4:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_161 = ___result4;
int32_t* L_162 = L_161->get_address_of_Minute_4();
int32_t L_163 = V_6;
Il2CppChar L_164 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_165 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_166 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_162, L_163, L_164, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_165, /*hidden argument*/NULL);
if (L_166)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_03ed:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_167 = ___format1;
int32_t L_168 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_167, /*hidden argument*/NULL);
V_0 = L_168;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_169 = ___str0;
int32_t L_170 = V_0;
G_B96_0 = L_169;
if ((((int32_t)L_170) < ((int32_t)2)))
{
G_B97_0 = L_169;
goto IL_03fc;
}
}
{
G_B98_0 = 2;
G_B98_1 = G_B96_0;
goto IL_03fd;
}
IL_03fc:
{
G_B98_0 = 1;
G_B98_1 = G_B97_0;
}
IL_03fd:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_171 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B98_1, G_B98_0, (int32_t*)(&V_7), /*hidden argument*/NULL);
if (L_171)
{
goto IL_0416;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_172 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_172, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0416:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_173 = ___result4;
int32_t* L_174 = L_173->get_address_of_Second_5();
int32_t L_175 = V_7;
Il2CppChar L_176 = V_10;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_177 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_178 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_174, L_175, L_176, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_177, /*hidden argument*/NULL);
if (L_178)
{
goto IL_0a8e;
}
}
{
return (bool)0;
}
IL_042f:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_179 = ___format1;
int32_t L_180 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_179, /*hidden argument*/NULL);
V_0 = L_180;
int32_t L_181 = V_0;
if ((((int32_t)L_181) > ((int32_t)7)))
{
goto IL_049f;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_182 = ___str0;
int32_t L_183 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_184 = DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_182, L_183, (double*)(&V_8), /*hidden argument*/NULL);
if (L_184)
{
goto IL_045b;
}
}
{
Il2CppChar L_185 = V_10;
if ((!(((uint32_t)L_185) == ((uint32_t)((int32_t)102)))))
{
goto IL_045b;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_186 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_186, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_045b:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_187 = ___result4;
double L_188 = L_187->get_fraction_6();
if ((!(((double)L_188) < ((double)(0.0)))))
{
goto IL_047b;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_189 = ___result4;
double L_190 = V_8;
L_189->set_fraction_6(L_190);
goto IL_0a8e;
}
IL_047b:
{
double L_191 = V_8;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_192 = ___result4;
double L_193 = L_192->get_fraction_6();
if ((((double)L_191) == ((double)L_193)))
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_194 = ___result4;
Il2CppChar L_195 = V_10;
Il2CppChar L_196 = L_195;
RuntimeObject * L_197 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_196);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_194, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_197, /*hidden argument*/NULL);
return (bool)0;
}
IL_049f:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_198 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_198, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_04af:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_199 = ___format1;
int32_t L_200 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_199, /*hidden argument*/NULL);
V_0 = L_200;
int32_t L_201 = V_0;
if ((!(((uint32_t)L_201) == ((uint32_t)1))))
{
goto IL_04d5;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_202 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_203 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_204 = DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_202, L_203, (int32_t*)(&V_9), /*hidden argument*/NULL);
if (L_204)
{
goto IL_04f0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_205 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_205, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_04d5:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_206 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_207 = ___dtfi3;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_208 = DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_206, L_207, (int32_t*)(&V_9), /*hidden argument*/NULL);
if (L_208)
{
goto IL_04f0;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_209 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_209, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_04f0:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_210 = ___parseInfo2;
int32_t L_211 = L_210->get_timeMark_2();
if ((!(((uint32_t)L_211) == ((uint32_t)(-1)))))
{
goto IL_0506;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_212 = ___parseInfo2;
int32_t L_213 = V_9;
L_212->set_timeMark_2(L_213);
goto IL_0a8e;
}
IL_0506:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_214 = ___parseInfo2;
int32_t L_215 = L_214->get_timeMark_2();
int32_t L_216 = V_9;
if ((((int32_t)L_215) == ((int32_t)L_216)))
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_217 = ___result4;
Il2CppChar L_218 = V_10;
Il2CppChar L_219 = L_218;
RuntimeObject * L_220 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_219);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_217, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_220, /*hidden argument*/NULL);
return (bool)0;
}
IL_0529:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_221 = ___format1;
int32_t L_222 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_221, /*hidden argument*/NULL);
V_0 = L_222;
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_14), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_223 = ___str0;
int32_t L_224 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_225 = DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_223, L_224, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_14), /*hidden argument*/NULL);
if (L_225)
{
goto IL_0554;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_226 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_226, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0554:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_227 = ___result4;
int32_t L_228 = L_227->get_flags_8();
if (!((int32_t)((int32_t)L_228&(int32_t)((int32_t)256))))
{
goto IL_0589;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_229 = V_14;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_230 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_231 = L_230->get_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_232 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_229, L_231, /*hidden argument*/NULL);
if (!L_232)
{
goto IL_0589;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_233 = ___result4;
Il2CppChar L_234 = ((Il2CppChar)((int32_t)122));
RuntimeObject * L_235 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_234);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_233, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_235, /*hidden argument*/NULL);
return (bool)0;
}
IL_0589:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_236 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_237 = V_14;
L_236->set_timeZoneOffset_9(L_237);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_238 = ___result4;
int32_t* L_239 = L_238->get_address_of_flags_8();
int32_t* L_240 = L_239;
int32_t L_241 = *((int32_t*)L_240);
*((int32_t*)L_240) = (int32_t)((int32_t)((int32_t)L_241|(int32_t)((int32_t)256)));
goto IL_0a8e;
}
IL_05a7:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_242 = ___result4;
int32_t L_243 = L_242->get_flags_8();
if (!((int32_t)((int32_t)L_243&(int32_t)((int32_t)256))))
{
goto IL_05df;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_244 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_245 = L_244->get_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_246 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
bool L_247 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_245, L_246, /*hidden argument*/NULL);
if (!L_247)
{
goto IL_05df;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_248 = ___result4;
Il2CppChar L_249 = ((Il2CppChar)((int32_t)90));
RuntimeObject * L_250 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_249);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_248, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_250, /*hidden argument*/NULL);
return (bool)0;
}
IL_05df:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_251 = ___result4;
int32_t* L_252 = L_251->get_address_of_flags_8();
int32_t* L_253 = L_252;
int32_t L_254 = *((int32_t*)L_253);
*((int32_t*)L_253) = (int32_t)((int32_t)((int32_t)L_254|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_255 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_256;
memset(&L_256, 0, sizeof(L_256));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_256), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
L_255->set_timeZoneOffset_9(L_256);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_257 = ___result4;
int32_t* L_258 = L_257->get_address_of_flags_8();
int32_t* L_259 = L_258;
int32_t L_260 = *((int32_t*)L_259);
*((int32_t*)L_259) = (int32_t)((int32_t)((int32_t)L_260|(int32_t)((int32_t)512)));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_261 = ___str0;
int32_t* L_262 = L_261->get_address_of_Index_1();
int32_t* L_263 = L_262;
int32_t L_264 = *((int32_t*)L_263);
*((int32_t*)L_263) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)1));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_265 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_266 = DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_265, /*hidden argument*/NULL);
if (L_266)
{
goto IL_0630;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_267 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_267, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0630:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_268 = ___str0;
int32_t* L_269 = L_268->get_address_of_Index_1();
int32_t* L_270 = L_269;
int32_t L_271 = *((int32_t*)L_270);
*((int32_t*)L_270) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)1));
goto IL_0a8e;
}
IL_0640:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_272 = ___str0;
bool L_273 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_272, ((int32_t)90), /*hidden argument*/NULL);
if (!L_273)
{
goto IL_06b5;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_274 = ___result4;
int32_t L_275 = L_274->get_flags_8();
if (!((int32_t)((int32_t)L_275&(int32_t)((int32_t)256))))
{
goto IL_0682;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_276 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_277 = L_276->get_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_278 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
bool L_279 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_277, L_278, /*hidden argument*/NULL);
if (!L_279)
{
goto IL_0682;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_280 = ___result4;
Il2CppChar L_281 = ((Il2CppChar)((int32_t)75));
RuntimeObject * L_282 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_281);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_280, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_282, /*hidden argument*/NULL);
return (bool)0;
}
IL_0682:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_283 = ___result4;
int32_t* L_284 = L_283->get_address_of_flags_8();
int32_t* L_285 = L_284;
int32_t L_286 = *((int32_t*)L_285);
*((int32_t*)L_285) = (int32_t)((int32_t)((int32_t)L_286|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_287 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_288;
memset(&L_288, 0, sizeof(L_288));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_288), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
L_287->set_timeZoneOffset_9(L_288);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_289 = ___result4;
int32_t* L_290 = L_289->get_address_of_flags_8();
int32_t* L_291 = L_290;
int32_t L_292 = *((int32_t*)L_291);
*((int32_t*)L_291) = (int32_t)((int32_t)((int32_t)L_292|(int32_t)((int32_t)512)));
goto IL_0a8e;
}
IL_06b5:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_293 = ___str0;
bool L_294 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_293, ((int32_t)43), /*hidden argument*/NULL);
if (L_294)
{
goto IL_06cc;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_295 = ___str0;
bool L_296 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_295, ((int32_t)45), /*hidden argument*/NULL);
if (!L_296)
{
goto IL_0a8e;
}
}
IL_06cc:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_297 = ___str0;
int32_t* L_298 = L_297->get_address_of_Index_1();
int32_t* L_299 = L_298;
int32_t L_300 = *((int32_t*)L_299);
*((int32_t*)L_299) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_300, (int32_t)1));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_15), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_301 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_302 = DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_301, 3, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_15), /*hidden argument*/NULL);
if (L_302)
{
goto IL_06fb;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_303 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_303, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_06fb:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_304 = ___result4;
int32_t L_305 = L_304->get_flags_8();
if (!((int32_t)((int32_t)L_305&(int32_t)((int32_t)256))))
{
goto IL_0730;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_306 = V_15;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_307 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_308 = L_307->get_timeZoneOffset_9();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_309 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_306, L_308, /*hidden argument*/NULL);
if (!L_309)
{
goto IL_0730;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_310 = ___result4;
Il2CppChar L_311 = ((Il2CppChar)((int32_t)75));
RuntimeObject * L_312 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_311);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_310, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_312, /*hidden argument*/NULL);
return (bool)0;
}
IL_0730:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_313 = ___result4;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_314 = V_15;
L_313->set_timeZoneOffset_9(L_314);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_315 = ___result4;
int32_t* L_316 = L_315->get_address_of_flags_8();
int32_t* L_317 = L_316;
int32_t L_318 = *((int32_t*)L_317);
*((int32_t*)L_317) = (int32_t)((int32_t)((int32_t)L_318|(int32_t)((int32_t)256)));
goto IL_0a8e;
}
IL_074e:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_319 = ___dtfi3;
NullCheck(L_319);
String_t* L_320 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58(L_319, /*hidden argument*/NULL);
NullCheck(L_320);
int32_t L_321 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_320, /*hidden argument*/NULL);
if ((((int32_t)L_321) <= ((int32_t)1)))
{
goto IL_076c;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_322 = ___dtfi3;
NullCheck(L_322);
String_t* L_323 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58(L_322, /*hidden argument*/NULL);
NullCheck(L_323);
Il2CppChar L_324 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_323, 0, /*hidden argument*/NULL);
if ((((int32_t)L_324) == ((int32_t)((int32_t)58))))
{
goto IL_0779;
}
}
IL_076c:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_325 = ___str0;
bool L_326 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_325, ((int32_t)58), /*hidden argument*/NULL);
if (L_326)
{
goto IL_0a8e;
}
}
IL_0779:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_327 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_328 = ___dtfi3;
NullCheck(L_328);
String_t* L_329 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58(L_328, /*hidden argument*/NULL);
bool L_330 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_327, L_329, /*hidden argument*/NULL);
if (L_330)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_331 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_331, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_079a:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_332 = ___dtfi3;
NullCheck(L_332);
String_t* L_333 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C(L_332, /*hidden argument*/NULL);
NullCheck(L_333);
int32_t L_334 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_333, /*hidden argument*/NULL);
if ((((int32_t)L_334) <= ((int32_t)1)))
{
goto IL_07b8;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_335 = ___dtfi3;
NullCheck(L_335);
String_t* L_336 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C(L_335, /*hidden argument*/NULL);
NullCheck(L_336);
Il2CppChar L_337 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_336, 0, /*hidden argument*/NULL);
if ((((int32_t)L_337) == ((int32_t)((int32_t)47))))
{
goto IL_07c5;
}
}
IL_07b8:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_338 = ___str0;
bool L_339 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_338, ((int32_t)47), /*hidden argument*/NULL);
if (L_339)
{
goto IL_0a8e;
}
}
IL_07c5:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_340 = ___str0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_341 = ___dtfi3;
NullCheck(L_341);
String_t* L_342 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C(L_341, /*hidden argument*/NULL);
bool L_343 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_340, L_342, /*hidden argument*/NULL);
if (L_343)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_344 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_344, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_07e6:
{
StringBuilder_t * L_345 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_345, /*hidden argument*/NULL);
V_12 = L_345;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_346 = ___format1;
String_t* L_347 = L_346->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_348 = ___format1;
int32_t L_349 = L_348->get_Index_1();
StringBuilder_t * L_350 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_351 = DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC(L_347, L_349, L_350, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_351)
{
goto IL_081a;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_352 = ___result4;
Il2CppChar L_353 = V_10;
Il2CppChar L_354 = L_353;
RuntimeObject * L_355 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_354);
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_352, 3, _stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F, L_355, /*hidden argument*/NULL);
return (bool)0;
}
IL_081a:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_356 = ___format1;
int32_t* L_357 = L_356->get_address_of_Index_1();
int32_t* L_358 = L_357;
int32_t L_359 = *((int32_t*)L_358);
int32_t L_360 = V_0;
*((int32_t*)L_358) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_359, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_360, (int32_t)1))));
StringBuilder_t * L_361 = V_12;
NullCheck(L_361);
String_t* L_362 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_361);
V_13 = L_362;
V_16 = 0;
goto IL_0879;
}
IL_0835:
{
String_t* L_363 = V_13;
int32_t L_364 = V_16;
NullCheck(L_363);
Il2CppChar L_365 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_363, L_364, /*hidden argument*/NULL);
if ((!(((uint32_t)L_365) == ((uint32_t)((int32_t)32)))))
{
goto IL_0852;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_366 = ___parseInfo2;
bool L_367 = L_366->get_fAllowInnerWhite_5();
if (!L_367)
{
goto IL_0852;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_368 = ___str0;
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_368, /*hidden argument*/NULL);
goto IL_0873;
}
IL_0852:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_369 = ___str0;
String_t* L_370 = V_13;
int32_t L_371 = V_16;
NullCheck(L_370);
Il2CppChar L_372 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_370, L_371, /*hidden argument*/NULL);
bool L_373 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_369, L_372, /*hidden argument*/NULL);
if (L_373)
{
goto IL_0873;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_374 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_374, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0873:
{
int32_t L_375 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_375, (int32_t)1));
}
IL_0879:
{
int32_t L_376 = V_16;
String_t* L_377 = V_13;
NullCheck(L_377);
int32_t L_378 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_377, /*hidden argument*/NULL);
if ((((int32_t)L_376) < ((int32_t)L_378)))
{
goto IL_0835;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_379 = ___result4;
int32_t L_380 = L_379->get_flags_8();
if (!((int32_t)((int32_t)L_380&(int32_t)((int32_t)2048))))
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_381 = ___result4;
int32_t L_382 = L_381->get_flags_8();
if (!((int32_t)((int32_t)L_382&(int32_t)((int32_t)8192))))
{
goto IL_08d4;
}
}
{
String_t* L_383 = V_13;
bool L_384 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_383, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
if (!L_384)
{
goto IL_08d4;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_385 = ___result4;
int32_t* L_386 = L_385->get_address_of_flags_8();
int32_t* L_387 = L_386;
int32_t L_388 = *((int32_t*)L_387);
*((int32_t*)L_387) = (int32_t)((int32_t)((int32_t)L_388|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_389 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_390 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_389->set_timeZoneOffset_9(L_390);
goto IL_0a8e;
}
IL_08d4:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_391 = ___result4;
int32_t L_392 = L_391->get_flags_8();
if (!((int32_t)((int32_t)L_392&(int32_t)((int32_t)16384))))
{
goto IL_0a8e;
}
}
{
String_t* L_393 = V_13;
bool L_394 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_393, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
if (!L_394)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_395 = ___result4;
int32_t* L_396 = L_395->get_address_of_flags_8();
int32_t* L_397 = L_396;
int32_t L_398 = *((int32_t*)L_397);
*((int32_t*)L_397) = (int32_t)((int32_t)((int32_t)L_398|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_399 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_400 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_399->set_timeZoneOffset_9(L_400);
goto IL_0a8e;
}
IL_0918:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_401 = ___format1;
int32_t L_402 = L_401->get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_403 = ___format1;
String_t* L_404 = L_403->get_Value_0();
NullCheck(L_404);
int32_t L_405 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_404, /*hidden argument*/NULL);
if ((((int32_t)L_402) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_405, (int32_t)1)))))
{
goto IL_0947;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_406 = ___format1;
String_t* L_407 = L_406->get_Value_0();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_408 = ___format1;
int32_t L_409 = L_408->get_Index_1();
NullCheck(L_407);
Il2CppChar L_410 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_407, ((int32_t)il2cpp_codegen_add((int32_t)L_409, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_410) == ((uint32_t)((int32_t)37)))))
{
goto IL_0a8e;
}
}
IL_0947:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_411 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_411, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0957:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_412 = ___format1;
bool L_413 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_412, /*hidden argument*/NULL);
if (!L_413)
{
goto IL_0980;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_414 = ___str0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_415 = ___format1;
Il2CppChar L_416 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_415, /*hidden argument*/NULL);
bool L_417 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_414, L_416, /*hidden argument*/NULL);
if (L_417)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_418 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_418, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0980:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_419 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_419, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0990:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_420 = ___str0;
Il2CppChar L_421 = V_10;
bool L_422 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_420, L_421, /*hidden argument*/NULL);
if (L_422)
{
goto IL_0a8e;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_423 = ___format1;
bool L_424 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_423, /*hidden argument*/NULL);
if (!L_424)
{
goto IL_09bb;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_425 = ___format1;
bool L_426 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_425, ((int32_t)70), /*hidden argument*/NULL);
if (!L_426)
{
goto IL_09bb;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_427 = ___format1;
__DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_427, /*hidden argument*/NULL);
goto IL_0a8e;
}
IL_09bb:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_428 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_428, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_09cb:
{
Il2CppChar L_429 = V_10;
if ((!(((uint32_t)L_429) == ((uint32_t)((int32_t)32)))))
{
goto IL_0a18;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_430 = ___parseInfo2;
bool L_431 = L_430->get_fAllowInnerWhite_5();
if (L_431)
{
goto IL_0a8e;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_432 = ___str0;
Il2CppChar L_433 = V_10;
bool L_434 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_432, L_433, /*hidden argument*/NULL);
if (L_434)
{
goto IL_0a8e;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_435 = ___parseInfo2;
bool L_436 = L_435->get_fAllowTrailingWhite_6();
if (!L_436)
{
goto IL_0a08;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_437 = ___format1;
bool L_438 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_437, /*hidden argument*/NULL);
if (!L_438)
{
goto IL_0a08;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_439 = ___str0;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_440 = ___format1;
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_441 = ___parseInfo2;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_442 = ___dtfi3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_443 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_444 = DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_439, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_440, (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)L_441, L_442, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_443, /*hidden argument*/NULL);
if (!L_444)
{
goto IL_0a08;
}
}
{
return (bool)1;
}
IL_0a08:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_445 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_445, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0a18:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_446 = ___format1;
bool L_447 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_446, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
if (!L_447)
{
goto IL_0a74;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_448 = ___format1;
int32_t* L_449 = L_448->get_address_of_Index_1();
int32_t* L_450 = L_449;
int32_t L_451 = *((int32_t*)L_450);
NullCheck(_stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78);
int32_t L_452 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(_stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
*((int32_t*)L_450) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_451, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_452, (int32_t)1))));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_453 = ___result4;
int32_t* L_454 = L_453->get_address_of_flags_8();
int32_t* L_455 = L_454;
int32_t L_456 = *((int32_t*)L_455);
*((int32_t*)L_455) = (int32_t)((int32_t)((int32_t)L_456|(int32_t)((int32_t)256)));
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_457 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_458 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
L_457->set_timeZoneOffset_9(L_458);
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_459 = ___str0;
bool L_460 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_459, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
if (L_460)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_461 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_461, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0a74:
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_462 = ___str0;
Il2CppChar L_463 = V_10;
bool L_464 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_462, L_463, /*hidden argument*/NULL);
if (L_464)
{
goto IL_0a8e;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_465 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_465, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0a8e:
{
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.String,System.Int32,System.Text.StringBuilder,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, int32_t* ___returnValue3, const RuntimeMethod* method)
{
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;
String_t* L_1 = ___format0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = ___pos1;
V_1 = L_3;
String_t* L_4 = ___format0;
int32_t L_5 = ___pos1;
int32_t L_6 = L_5;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
NullCheck(L_4);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_6, /*hidden argument*/NULL);
V_2 = L_7;
V_3 = (bool)0;
goto IL_005e;
}
IL_001d:
{
String_t* L_8 = ___format0;
int32_t L_9 = ___pos1;
int32_t L_10 = L_9;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
NullCheck(L_8);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_10, /*hidden argument*/NULL);
V_4 = L_11;
Il2CppChar L_12 = V_4;
Il2CppChar L_13 = V_2;
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0034;
}
}
{
V_3 = (bool)1;
goto IL_0062;
}
IL_0034:
{
Il2CppChar L_14 = V_4;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92)))))
{
goto IL_0055;
}
}
{
int32_t L_15 = ___pos1;
int32_t L_16 = V_0;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_0053;
}
}
{
StringBuilder_t * L_17 = ___result2;
String_t* L_18 = ___format0;
int32_t L_19 = ___pos1;
int32_t L_20 = L_19;
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
NullCheck(L_18);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_20, /*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_17, L_21, /*hidden argument*/NULL);
goto IL_005e;
}
IL_0053:
{
return (bool)0;
}
IL_0055:
{
StringBuilder_t * L_22 = ___result2;
Il2CppChar L_23 = V_4;
NullCheck(L_22);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, L_23, /*hidden argument*/NULL);
}
IL_005e:
{
int32_t L_24 = ___pos1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_001d;
}
}
IL_0062:
{
bool L_26 = V_3;
if (L_26)
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0067:
{
int32_t* L_27 = ___returnValue3;
int32_t L_28 = ___pos1;
int32_t L_29 = V_1;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29));
return (bool)1;
}
}
// System.Boolean System.DateTimeParse::DoStrictParse(System.String,System.String,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15 (String_t* ___s0, String_t* ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 V_0;
memset(&V_0, 0, sizeof(V_0));
bool V_1 = false;
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 V_2;
memset(&V_2, 0, sizeof(V_2));
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 V_3;
memset(&V_3, 0, sizeof(V_3));
int32_t V_4 = 0;
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_5 = NULL;
bool V_6 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B35_0 = NULL;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B34_0 = NULL;
int32_t G_B36_0 = 0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B36_1 = NULL;
int32_t G_B46_0 = 0;
{
il2cpp_codegen_initobj((&V_0), sizeof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 ));
ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A((ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi3;
NullCheck(L_0);
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862(L_0, /*hidden argument*/NULL);
(&V_0)->set_calendar_0(L_1);
int32_t L_2 = ___styles2;
(&V_0)->set_fAllowInnerWhite_5((bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0));
int32_t L_3 = ___styles2;
(&V_0)->set_fAllowTrailingWhite_6((bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0));
String_t* L_4 = ___formatParam1;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0077;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result4;
int32_t L_7 = L_6->get_flags_8();
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)2048))))
{
goto IL_0069;
}
}
{
String_t* L_8 = ___formatParam1;
NullCheck(L_8);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)85)))))
{
goto IL_0069;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0069:
{
String_t* L_11 = ___formatParam1;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
String_t* L_13 = DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F(L_11, (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi3), (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, /*hidden argument*/NULL);
___formatParam1 = L_13;
}
IL_0077:
{
V_1 = (bool)0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result4;
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_15 = V_0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_16 = L_15.get_calendar_0();
L_14->set_calendar_10(L_16);
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_17 = V_0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_18 = L_17.get_calendar_0();
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_18);
if ((!(((uint32_t)L_19) == ((uint32_t)8))))
{
goto IL_00a8;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_20 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_m_hebrewNumberParser_0();
(&V_0)->set_parseNumberDelegate_8(L_20);
(&V_0)->set_fCustomNumberParser_7((bool)1);
}
IL_00a8:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result4;
int32_t L_24 = (-1);
V_4 = L_24;
L_23->set_Second_5(L_24);
int32_t L_25 = V_4;
int32_t L_26 = L_25;
V_4 = L_26;
L_22->set_Minute_4(L_26);
int32_t L_27 = V_4;
L_21->set_Hour_3(L_27);
String_t* L_28 = ___formatParam1;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi3;
__DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), L_28, L_29, (bool)0, /*hidden argument*/NULL);
String_t* L_30 = ___s0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi3;
__DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), L_30, L_31, (bool)0, /*hidden argument*/NULL);
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_32 = V_0;
bool L_33 = L_32.get_fAllowTrailingWhite_6();
if (!L_33)
{
goto IL_00f9;
}
}
{
__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
__DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
}
IL_00f9:
{
int32_t L_34 = ___styles2;
if (!((int32_t)((int32_t)L_34&(int32_t)1)))
{
goto IL_0136;
}
}
{
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
__DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
goto IL_0136;
}
IL_0115:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_35 = V_0;
bool L_36 = L_35.get_fAllowInnerWhite_5();
if (!L_36)
{
goto IL_0124;
}
}
{
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
}
IL_0124:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result4;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_39 = DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), L_37, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_38, /*hidden argument*/NULL);
if (L_39)
{
goto IL_0136;
}
}
{
return (bool)0;
}
IL_0136:
{
bool L_40 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
if (L_40)
{
goto IL_0115;
}
}
{
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 L_41 = V_3;
int32_t L_42 = L_41.get_Index_1();
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 L_43 = V_3;
String_t* L_44 = L_43.get_Value_0();
NullCheck(L_44);
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_44, /*hidden argument*/NULL);
if ((((int32_t)L_42) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)))))
{
goto IL_0164;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0164:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_47 = V_0;
bool L_48 = L_47.get_fUseTwoDigitYear_4();
if (!L_48)
{
goto IL_01c6;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_49 = ___dtfi3;
NullCheck(L_49);
int32_t L_50 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_49, /*hidden argument*/NULL);
if (((int32_t)((int32_t)L_50&(int32_t)8)))
{
goto IL_01c6;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result4;
int32_t L_52 = L_51->get_Year_0();
if ((((int32_t)L_52) < ((int32_t)((int32_t)100))))
{
goto IL_0191;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0191:
{
}
IL_0192:
try
{ // begin try (depth: 1)
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_54 = ___result4;
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_55 = V_0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_56 = L_55.get_calendar_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_57 = ___result4;
int32_t L_58 = L_57->get_Year_0();
NullCheck(L_56);
int32_t L_59 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(27 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_56, L_58);
L_54->set_Year_0(L_59);
goto IL_01c6;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01ad;
throw e;
}
CATCH_01ad:
{ // begin catch(System.ArgumentOutOfRangeException)
V_5 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local);
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result4;
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_61 = V_5;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_60, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, L_61, /*hidden argument*/NULL);
V_6 = (bool)0;
goto IL_03ba;
} // end catch (depth: 1)
IL_01c6:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_62 = V_0;
bool L_63 = L_62.get_fUseHour12_3();
if (!L_63)
{
goto IL_0239;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_64 = V_0;
int32_t L_65 = L_64.get_timeMark_2();
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
{
goto IL_01df;
}
}
{
(&V_0)->set_timeMark_2(0);
}
IL_01df:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result4;
int32_t L_67 = L_66->get_Hour_3();
if ((((int32_t)L_67) <= ((int32_t)((int32_t)12))))
{
goto IL_01fa;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_68 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_68, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_01fa:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_69 = V_0;
int32_t L_70 = L_69.get_timeMark_2();
if (L_70)
{
goto IL_0217;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_71 = ___result4;
int32_t L_72 = L_71->get_Hour_3();
if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)12)))))
{
goto IL_0270;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_73 = ___result4;
L_73->set_Hour_3(0);
goto IL_0270;
}
IL_0217:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_74 = ___result4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result4;
int32_t L_76 = L_75->get_Hour_3();
G_B34_0 = L_74;
if ((((int32_t)L_76) == ((int32_t)((int32_t)12))))
{
G_B35_0 = L_74;
goto IL_0230;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_77 = ___result4;
int32_t L_78 = L_77->get_Hour_3();
G_B36_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)12)));
G_B36_1 = G_B34_0;
goto IL_0232;
}
IL_0230:
{
G_B36_0 = ((int32_t)12);
G_B36_1 = G_B35_0;
}
IL_0232:
{
G_B36_1->set_Hour_3(G_B36_0);
goto IL_0270;
}
IL_0239:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_79 = V_0;
int32_t L_80 = L_79.get_timeMark_2();
if (L_80)
{
goto IL_024c;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result4;
int32_t L_82 = L_81->get_Hour_3();
if ((((int32_t)L_82) >= ((int32_t)((int32_t)12))))
{
goto IL_0260;
}
}
IL_024c:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_83 = V_0;
int32_t L_84 = L_83.get_timeMark_2();
if ((!(((uint32_t)L_84) == ((uint32_t)1))))
{
goto IL_0270;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_85 = ___result4;
int32_t L_86 = L_85->get_Hour_3();
if ((((int32_t)L_86) >= ((int32_t)((int32_t)12))))
{
goto IL_0270;
}
}
IL_0260:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_87 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_87, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_0270:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_88 = ___result4;
int32_t L_89 = L_88->get_Year_0();
if ((!(((uint32_t)L_89) == ((uint32_t)(-1)))))
{
goto IL_0290;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_90 = ___result4;
int32_t L_91 = L_90->get_Month_1();
if ((!(((uint32_t)L_91) == ((uint32_t)(-1)))))
{
goto IL_0290;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_92 = ___result4;
int32_t L_93 = L_92->get_Day_2();
G_B46_0 = ((((int32_t)L_93) == ((int32_t)(-1)))? 1 : 0);
goto IL_0291;
}
IL_0290:
{
G_B46_0 = 0;
}
IL_0291:
{
V_1 = (bool)G_B46_0;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_94 = ___result4;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_95 = (&V_0)->get_address_of_calendar_0();
int32_t L_96 = ___styles2;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_97 = DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_94, (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_95, L_96, /*hidden argument*/NULL);
if (L_97)
{
goto IL_02a5;
}
}
{
return (bool)0;
}
IL_02a5:
{
bool L_98 = V_1;
if (L_98)
{
goto IL_02e6;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_99 = ___dtfi3;
NullCheck(L_99);
bool L_100 = DateTimeFormatInfo_get_HasYearMonthAdjustment_m638241B02A89164978FE5DF2BB3E1FD1C3DC7BCD(L_99, /*hidden argument*/NULL);
if (!L_100)
{
goto IL_02e6;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_101 = ___dtfi3;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_102 = ___result4;
int32_t* L_103 = L_102->get_address_of_Year_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result4;
int32_t* L_105 = L_104->get_address_of_Month_1();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_106 = ___result4;
int32_t L_107 = L_106->get_flags_8();
NullCheck(L_101);
bool L_108 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_101, (int32_t*)L_103, (int32_t*)L_105, (bool)((!(((uint32_t)((int32_t)((int32_t)L_107&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
if (L_108)
{
goto IL_02e6;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_109 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_109, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_02e6:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_110 = V_0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_111 = L_110.get_calendar_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_112 = ___result4;
int32_t L_113 = L_112->get_Year_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_114 = ___result4;
int32_t L_115 = L_114->get_Month_1();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_116 = ___result4;
int32_t L_117 = L_116->get_Day_2();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result4;
int32_t L_119 = L_118->get_Hour_3();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result4;
int32_t L_121 = L_120->get_Minute_4();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result4;
int32_t L_123 = L_122->get_Second_5();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_124 = ___result4;
int32_t L_125 = L_124->get_era_7();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result4;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_127 = L_126->get_address_of_parsedDate_11();
NullCheck(L_111);
bool L_128 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(22 /* 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_111, L_113, L_115, L_117, L_119, L_121, L_123, 0, L_125, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_127);
if (L_128)
{
goto IL_033c;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_033c:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_130 = ___result4;
double L_131 = L_130->get_fraction_6();
if ((!(((double)L_131) > ((double)(0.0)))))
{
goto IL_0378;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_132 = ___result4;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_133 = ___result4;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_134 = L_133->get_address_of_parsedDate_11();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_135 = ___result4;
double L_136 = L_135->get_fraction_6();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_137 = bankers_round(((double)il2cpp_codegen_multiply((double)L_136, (double)(10000000.0))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_138 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_134, (((int64_t)((int64_t)L_137))), /*hidden argument*/NULL);
L_132->set_parsedDate_11(L_138);
}
IL_0378:
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_139 = V_0;
int32_t L_140 = L_139.get_dayOfWeek_1();
if ((((int32_t)L_140) == ((int32_t)(-1))))
{
goto IL_03ab;
}
}
{
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_141 = V_0;
int32_t L_142 = L_141.get_dayOfWeek_1();
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_143 = V_0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_144 = L_143.get_calendar_0();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result4;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = L_145->get_parsedDate_11();
NullCheck(L_144);
int32_t L_147 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_144, L_146);
if ((((int32_t)L_142) == ((int32_t)L_147)))
{
goto IL_03ab;
}
}
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_148 = ___result4;
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_148, 2, _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F, NULL, /*hidden argument*/NULL);
return (bool)0;
}
IL_03ab:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_149 = ___result4;
int32_t L_150 = ___styles2;
bool L_151 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
bool L_152 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_149, L_150, L_151, /*hidden argument*/NULL);
if (L_152)
{
goto IL_03b8;
}
}
{
return (bool)0;
}
IL_03b8:
{
return (bool)1;
}
IL_03ba:
{
bool L_153 = V_6;
return L_153;
}
}
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResultU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
int32_t L_1 = L_0->get_failure_12();
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0038;
}
case 2:
{
goto IL_0049;
}
case 3:
{
goto IL_0069;
}
}
}
{
goto IL_0089;
}
IL_0021:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
String_t* L_4 = L_3->get_failureArgumentName_15();
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
String_t* L_6 = L_5->get_failureMessageID_13();
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_6, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_8, L_4, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0038:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
String_t* L_10 = L_9->get_failureMessageID_13();
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_10, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_12 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_12, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0049:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
String_t* L_14 = L_13->get_failureMessageID_13();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
RuntimeObject * L_18 = L_17->get_failureMessageFormatArgument_14();
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
String_t* L_19 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_14, L_16, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_20 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_20, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0069:
{
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
String_t* L_22 = L_21->get_failureMessageID_13();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_26 = L_25->get_calendar_10();
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_26);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
String_t* L_27 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_22, L_24, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_28 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_28, L_27, /*hidden argument*/NULL);
return L_28;
}
IL_0089:
{
return (Exception_t *)NULL;
}
}
// System.Void System.DateTimeParse::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_0 = (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D *)il2cpp_codegen_object_new(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_il2cpp_TypeInfo_var);
MatchNumberDelegate__ctor_m9E0CFF7DE8D941AD5D703F3F76E387EF5E5E4DC2(L_0, NULL, (intptr_t)((intptr_t)DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_RuntimeMethod_var), /*hidden argument*/NULL);
((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->set_m_hebrewNumberParser_0(L_0);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_1 = (DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1*)SZArrayNew(DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_2 = L_1;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_3 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____94841DD2F330CCB1089BF413E4FA9B04505152E2_80_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_4);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_6 = L_2;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_7 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_8 = L_7;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____973417296623D8DC6961B09664E54039E44CA5D8_83_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_8);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_10 = L_6;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_11 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_12 = L_11;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_13 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F37E34BEADB04F34FCC31078A59F49856CA83D5B_137_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_12);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_14 = L_10;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_15 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_16 = L_15;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_17 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____34476C29F6F81C989CFCA42F7C06E84C66236834_22_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_16);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_18 = L_14;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_19 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_20 = L_19;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_21 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____95C48758CAE1715783472FB073AB158AB8A0AB2A_82_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_20);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_22 = L_18;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_23 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_24 = L_23;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_25 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_24, L_25, /*hidden argument*/NULL);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_24);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(5), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_24);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_26 = L_22;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_27 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_28 = L_27;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5BFE2819B4778217C56416C7585FF0E56EBACD89_48_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(6), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_28);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_30 = L_26;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_31 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_32 = L_31;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_33 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____AC791C4F39504D1184B73478943D0636258DA7B1_96_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_32, L_33, /*hidden argument*/NULL);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_32);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(7), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_32);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_34 = L_30;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_35 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_36 = L_35;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_37 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_36, L_37, /*hidden argument*/NULL);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(8), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_36);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_38 = L_34;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_39 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_40 = L_39;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_41 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_40, L_41, /*hidden argument*/NULL);
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_40);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_40);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_42 = L_38;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_43 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_44 = L_43;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_45 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____67EEAD805D708D9AA4E14BF747E44CED801744F3_54_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_44, L_45, /*hidden argument*/NULL);
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_44);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_44);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_46 = L_42;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_47 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_48 = L_47;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_49 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____536422B321459B242ADED7240B7447E904E083E3_40_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_48, L_49, /*hidden argument*/NULL);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_48);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_48);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_50 = L_46;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_51 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_52 = L_51;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_53 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0588059ACBD52F7EA2835882F977A9CF72EB9775_1_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_52, L_53, /*hidden argument*/NULL);
NullCheck(L_50);
ArrayElementTypeCheck (L_50, L_52);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_52);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_54 = L_50;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_55 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_56 = L_55;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_57 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____39C9CE73C7B0619D409EF28344F687C1B5C130FE_27_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_56, L_57, /*hidden argument*/NULL);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_56);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_56);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_58 = L_54;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_59 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_60 = L_59;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_61 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____7341C933A70EAE383CC50C4B945ADB8E08F06737_62_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_60, L_61, /*hidden argument*/NULL);
NullCheck(L_58);
ArrayElementTypeCheck (L_58, L_60);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_60);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_62 = L_58;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_63 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_64 = L_63;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_65 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A6732F8E7FC23766AB329B492D6BF82E3B33233F_93_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_64, L_65, /*hidden argument*/NULL);
NullCheck(L_62);
ArrayElementTypeCheck (L_62, L_64);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_64);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_66 = L_62;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_67 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_68 = L_67;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_69 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_68, L_69, /*hidden argument*/NULL);
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_68);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_68);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_70 = L_66;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_71 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_72 = L_71;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_73 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_72, L_73, /*hidden argument*/NULL);
NullCheck(L_70);
ArrayElementTypeCheck (L_70, L_72);
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_72);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_74 = L_70;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_75 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_76 = L_75;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_77 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_76, L_77, /*hidden argument*/NULL);
NullCheck(L_74);
ArrayElementTypeCheck (L_74, L_76);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_76);
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_78 = L_74;
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_79 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_80 = L_79;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_81 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_80, L_81, /*hidden argument*/NULL);
NullCheck(L_78);
ArrayElementTypeCheck (L_78, L_80);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_80);
((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->set_dateParsingStates_1(L_78);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif